Inheritance
OrdersSetLineItemMetadataRequest
Assembly: Google.Apis.ShoppingContent.v2_1.dll
public class OrdersSetLineItemMetadataRequest : IDirectResponseSchema
Properties
Declaration
[JsonProperty("annotations")]
public virtual IList<OrderMerchantProvidedAnnotation> Annotations { get; set; }
Property Value
Declaration
public virtual string ETag { get; set; }
Property Value
The ID of the line item to set metadata. Either lineItemId or productId is required.
Declaration
[JsonProperty("lineItemId")]
public virtual string LineItemId { get; set; }
Property Value
The ID of the operation. Unique across all operations for a given order.
Declaration
[JsonProperty("operationId")]
public virtual string OperationId { get; set; }
Property Value
The ID of the product to set metadata. This is the REST ID used in the products service. Either lineItemId
or productId is required.
Declaration
[JsonProperty("productId")]
public virtual string ProductId { get; set; }
Property Value
Implements