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: 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.
sourceraw 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:

{: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.
sourceraw docstring

get$clj

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

{: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.
sourceraw docstring

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

× close