Content API for Shopping: orderreturns. Manage your product listings and accounts for Google Shopping See: https://developers.google.com/shopping-content/v2/api/reference/rest/v2.1/orderreturns
Content API for Shopping: orderreturns. Manage your product listings and accounts for Google Shopping See: https://developers.google.com/shopping-content/v2/api/reference/rest/v2.1/orderreturns
(acknowledge$ auth parameters body)https://developers.google.com/shopping-content/v2/api/reference/rest/v2.1/orderreturns/acknowledge
Required parameters: merchantId, returnId
Optional parameters: none
Body:
{:operationId string}
Acks an order return in your Merchant Center account.
https://developers.google.com/shopping-content/v2/api/reference/rest/v2.1/orderreturns/acknowledge
Required parameters: merchantId, returnId
Optional parameters: none
Body:
{:operationId string}
Acks an order return in your Merchant Center account.(createorderreturn$ auth parameters body)Required parameters: merchantId
Optional parameters: none
Body:
{:lineItems [{:quantity integer, :lineItemId string, :productId string}], :operationId string, :returnMethodType string, :orderId string}
Create return in your Merchant Center account.
https://developers.google.com/shopping-content/v2/api/reference/rest/v2.1/orderreturns/createorderreturn
Required parameters: merchantId
Optional parameters: none
Body:
{:lineItems [{:quantity integer,
:lineItemId string,
:productId string}],
:operationId string,
:returnMethodType string,
:orderId string}
Create return in your Merchant Center account.(get$ auth parameters)https://developers.google.com/shopping-content/v2/api/reference/rest/v2.1/orderreturns/get
Required parameters: merchantId, returnId
Optional parameters: none
Retrieves an order return from your Merchant Center account.
https://developers.google.com/shopping-content/v2/api/reference/rest/v2.1/orderreturns/get Required parameters: merchantId, returnId Optional parameters: none Retrieves an order return from your Merchant Center account.
(labels-create$ auth parameters body)https://developers.google.com/shopping-content/v2/api/reference/rest/v2.1/orderreturns/labels/create
Required parameters: returnId, merchantId
Optional parameters: none
Body:
{:labelUri string, :carrier string, :trackingId string}
Links a return shipping label to a return id. You can only create one return label per return id. Since the label is sent to the buyer, the linked return label cannot be updated or deleted. If you try to create multiple return shipping labels for a single return id, every create request except the first will fail.
https://developers.google.com/shopping-content/v2/api/reference/rest/v2.1/orderreturns/labels/create
Required parameters: returnId, merchantId
Optional parameters: none
Body:
{:labelUri string, :carrier string, :trackingId string}
Links a return shipping label to a return id. You can only create one return label per return id. Since the label is sent to the buyer, the linked return label cannot be updated or deleted. If you try to create multiple return shipping labels for a single return id, every create request except the first will fail.(list$ auth parameters)https://developers.google.com/shopping-content/v2/api/reference/rest/v2.1/orderreturns/list
Required parameters: merchantId
Optional parameters: createdEndDate, shipmentTypes, shipmentTrackingNumbers, shipmentStatus, createdStartDate, googleOrderIds, pageToken, acknowledged, maxResults, orderBy, shipmentStates
Lists order returns in your Merchant Center account.
https://developers.google.com/shopping-content/v2/api/reference/rest/v2.1/orderreturns/list Required parameters: merchantId Optional parameters: createdEndDate, shipmentTypes, shipmentTrackingNumbers, shipmentStatus, createdStartDate, googleOrderIds, pageToken, acknowledged, maxResults, orderBy, shipmentStates Lists order returns in your Merchant Center account.
(process$ auth parameters body)https://developers.google.com/shopping-content/v2/api/reference/rest/v2.1/orderreturns/process
Required parameters: merchantId, returnId
Optional parameters: none
Body:
{:operationId string, :returnItems [{:reject OrderreturnsRejectOperation, :refund OrderreturnsRefundOperation, :returnItemId string}], :refundShippingFee {:returnRefundReason string, :paymentType string, :partialRefund OrderreturnsPartialRefund, :reasonText string, :fullRefund boolean}, :fullChargeReturnShippingCost boolean}
Processes return in your Merchant Center account.
https://developers.google.com/shopping-content/v2/api/reference/rest/v2.1/orderreturns/process
Required parameters: merchantId, returnId
Optional parameters: none
Body:
{:operationId string,
:returnItems [{:reject OrderreturnsRejectOperation,
:refund OrderreturnsRefundOperation,
:returnItemId string}],
:refundShippingFee {:returnRefundReason string,
:paymentType string,
:partialRefund OrderreturnsPartialRefund,
:reasonText string,
:fullRefund boolean},
:fullChargeReturnShippingCost boolean}
Processes return in your Merchant Center account.cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |