Class BuiltInSimpleAction
Action that is implemented and performed in (your) third-party application. Represents various functionality that is expected to be available to merchant and will help them with resolving the issue. The application should point the merchant to the place, where they can access the corresponding functionality. If the functionality is not supported, it is recommended to explain the situation to merchant and provide them with instructions how to solve the issue.
Implements
Inherited Members
Namespace: Google.Apis.ShoppingContent.v2_1.Data
Assembly: Google.Apis.ShoppingContent.v2_1.dll
Syntax
public class BuiltInSimpleAction : IDirectResponseSchema
Properties
AttributeCode
The attribute that needs to be updated. Present when the type is EDIT_ITEM_ATTRIBUTE. This field contains
a code for attribute, represented in snake_case. You can find a list of product's attributes, with their
codes here.
Declaration
[JsonProperty("attributeCode")]
public virtual string AttributeCode { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Type
The type of action that represents a functionality that is expected to be available in third-party application.
Declaration
[JsonProperty("type")]
public virtual string Type { get; set; }
Property Value
| Type | Description |
|---|---|
| string |