Class MerchantOrderReturn
Order return. Production access (all methods) requires the order manager role. Sandbox access does not.
Implements
Inherited Members
Namespace: Google.Apis.ShoppingContent.v2_1.Data
Assembly: Google.Apis.ShoppingContent.v2_1.dll
Syntax
public class MerchantOrderReturn : IDirectResponseSchema
Properties
CreationDate
The date of creation of the return, in ISO 8601 format.
Declaration
[JsonProperty("creationDate")]
public virtual string CreationDate { 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 |
MerchantOrderId
Merchant defined order ID.
Declaration
[JsonProperty("merchantOrderId")]
public virtual string MerchantOrderId { get; set; }
Property Value
Type | Description |
---|---|
string |
OrderId
Google order ID.
Declaration
[JsonProperty("orderId")]
public virtual string OrderId { get; set; }
Property Value
Type | Description |
---|---|
string |
OrderReturnId
Order return ID generated by Google.
Declaration
[JsonProperty("orderReturnId")]
public virtual string OrderReturnId { get; set; }
Property Value
Type | Description |
---|---|
string |
ReturnItems
Items of the return.
Declaration
[JsonProperty("returnItems")]
public virtual IList<MerchantOrderReturnItem> ReturnItems { get; set; }
Property Value
Type | Description |
---|---|
IList<MerchantOrderReturnItem> |
ReturnPricingInfo
Information about shipping costs.
Declaration
[JsonProperty("returnPricingInfo")]
public virtual ReturnPricingInfo ReturnPricingInfo { get; set; }
Property Value
Type | Description |
---|---|
ReturnPricingInfo |
ReturnShipments
Shipments of the return.
Declaration
[JsonProperty("returnShipments")]
public virtual IList<ReturnShipment> ReturnShipments { get; set; }
Property Value
Type | Description |
---|---|
IList<ReturnShipment> |