Liking cljdoc? Tell your friends :D

happygapi.content.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

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
raw docstring

acknowledge$clj

(acknowledge$ auth parameters body)

https://developers.google.com/shopping-content/v2/api/reference/rest/v2.1/orderreturns/acknowledge

Required parameters: returnId, merchantId

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: returnId, merchantId

Optional parameters: none

Body: 

{:operationId string}

Acks an order return in your Merchant Center account.
raw docstring

createorderreturn$clj

(createorderreturn$ auth parameters body)

https://developers.google.com/shopping-content/v2/api/reference/rest/v2.1/orderreturns/createorderreturn

Required parameters: merchantId

Optional parameters: none

Body:

{:returnMethodType string, :orderId string, :lineItems [{:lineItemId string, :productId string, :quantity integer}], :operationId 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: 

{:returnMethodType string,
 :orderId string,
 :lineItems [{:lineItemId string,
              :productId string,
              :quantity integer}],
 :operationId string}

Create return in your Merchant Center account.
raw docstring

get$clj

(get$ auth parameters)

https://developers.google.com/shopping-content/v2/api/reference/rest/v2.1/orderreturns/get

Required parameters: returnId, merchantId

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: returnId, merchantId

Optional parameters: none

Retrieves an order return from your Merchant Center account.
raw docstring

labels-create$clj

(labels-create$ auth parameters body)

https://developers.google.com/shopping-content/v2/api/reference/rest/v2.1/orderreturns/labels/create

Required parameters: merchantId, returnId

Optional parameters: none

Body:

{:labelUri string, :trackingId string, :carrier 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: merchantId, returnId

Optional parameters: none

Body: 

{:labelUri string, :trackingId string, :carrier 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.
raw docstring

list$clj

(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.
raw docstring

process$clj

(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:

{:refundShippingFee {:fullRefund boolean, :partialRefund OrderreturnsPartialRefund, :paymentType string, :returnRefundReason string, :reasonText string}, :operationId string, :fullChargeReturnShippingCost boolean, :returnItems [{:refund OrderreturnsRefundOperation, :reject OrderreturnsRejectOperation, :returnItemId string}]}

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: 

{:refundShippingFee {:fullRefund boolean,
                     :partialRefund OrderreturnsPartialRefund,
                     :paymentType string,
                     :returnRefundReason string,
                     :reasonText string},
 :operationId string,
 :fullChargeReturnShippingCost boolean,
 :returnItems [{:refund OrderreturnsRefundOperation,
                :reject OrderreturnsRejectOperation,
                :returnItemId string}]}

Processes return in your Merchant Center account.
raw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close