orderreturns
Overview
Name | orderreturns |
Type | Resource |
Id | googledevelopers.content.orderreturns |
Fields
Name | Datatype | Description |
---|---|---|
returnShipments | array | Shipments of the return. |
creationDate | string | The date of creation of the return, in ISO 8601 format. |
merchantOrderId | string | Merchant defined order ID. |
orderId | string | Google order ID. |
orderReturnId | string | Order return ID generated by Google. |
returnItems | array | Items of the return. |
returnPricingInfo | object |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
get | SELECT | merchantId, returnId | Retrieves an order return from your Merchant Center account. |
list | SELECT | merchantId | Lists order returns in your Merchant Center account. |
acknowledge | EXEC | merchantId, returnId | Acks an order return in your Merchant Center account. |
process | EXEC | merchantId, returnId | Processes return in your Merchant Center account. |