Content API for Shopping: orderinvoices. Manage your product listings and accounts for Google Shopping See: https://developers.google.com/shopping-content/v2/api/reference/rest/v2.1/orderinvoices
Content API for Shopping: orderinvoices. Manage your product listings and accounts for Google Shopping See: https://developers.google.com/shopping-content/v2/api/reference/rest/v2.1/orderinvoices
(createchargeinvoice$ auth parameters body)
Required parameters: merchantId, orderId
Optional parameters: none
Body:
{:invoiceId string, :operationId string, :shipmentGroupId string, :lineItemInvoices [{:lineItemId string, :productId string, :shipmentUnitIds [string], :unitInvoice UnitInvoice}], :invoiceSummary {:productTotal Amount, :additionalChargeSummaries [InvoiceSummaryAdditionalChargeSummary]}}
Creates a charge invoice for a shipment group, and triggers a charge capture for orderinvoice enabled orders.
https://developers.google.com/shopping-content/v2/api/reference/rest/v2.1/orderinvoices/createchargeinvoice Required parameters: merchantId, orderId Optional parameters: none Body: {:invoiceId string, :operationId string, :shipmentGroupId string, :lineItemInvoices [{:lineItemId string, :productId string, :shipmentUnitIds [string], :unitInvoice UnitInvoice}], :invoiceSummary {:productTotal Amount, :additionalChargeSummaries [InvoiceSummaryAdditionalChargeSummary]}} Creates a charge invoice for a shipment group, and triggers a charge capture for orderinvoice enabled orders.
(createrefundinvoice$ auth parameters body)
Required parameters: merchantId, orderId
Optional parameters: none
Body:
{:invoiceId string, :operationId string, :refundOnlyOption {:reason string, :description string}, :shipmentInvoices [{:shipmentGroupId string, :lineItemInvoices [ShipmentInvoiceLineItemInvoice], :invoiceSummary InvoiceSummary}], :returnOption {:reason string, :description string}}
Creates a refund invoice for one or more shipment groups, and triggers a refund for orderinvoice enabled orders. This can only be used for line items that have previously been charged using createChargeInvoice
. All amounts (except for the summary) are incremental with respect to the previous invoice.
https://developers.google.com/shopping-content/v2/api/reference/rest/v2.1/orderinvoices/createrefundinvoice Required parameters: merchantId, orderId Optional parameters: none Body: {:invoiceId string, :operationId string, :refundOnlyOption {:reason string, :description string}, :shipmentInvoices [{:shipmentGroupId string, :lineItemInvoices [ShipmentInvoiceLineItemInvoice], :invoiceSummary InvoiceSummary}], :returnOption {:reason string, :description string}} Creates a refund invoice for one or more shipment groups, and triggers a refund for orderinvoice enabled orders. This can only be used for line items that have previously been charged using `createChargeInvoice`. All amounts (except for the summary) are incremental with respect to the previous invoice.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close