Returns information for the cart for a specified customer.
200 Success.
400 Bad Request
401 Unauthorized
Unexpected error
{- "id": 0,
- "created_at": "string",
- "updated_at": "string",
- "converted_at": "string",
- "is_active": true,
- "is_virtual": true,
- "items": [
- {
- "item_id": 0,
- "sku": "string",
- "qty": 0,
- "name": "string",
- "price": 0,
- "product_type": "string",
- "quote_id": "string",
- "product_option": { }
}
], - "items_count": 0,
- "items_qty": 0,
- "customer": {
- "id": 0,
- "group_id": 0,
- "default_billing": "string",
- "default_shipping": "string",
- "confirmation": "string",
- "created_at": "string",
- "updated_at": "string",
- "created_in": "string",
- "dob": "string",
- "email": "string",
- "firstname": "string",
- "lastname": "string",
- "middlename": "string",
- "prefix": "string",
- "suffix": "string",
- "gender": 0,
- "store_id": 0,
- "taxvat": "string",
- "website_id": 0,
- "addresses": [
- {
- "id": 0,
- "customer_id": 0,
- "region": {
- "region_code": "string",
- "region": "string",
- "region_id": 0,
- "extension_attributes": { }
}, - "region_id": 0,
- "country_id": "string",
- "street": [
- "string"
], - "company": "string",
- "telephone": "string",
- "fax": "string",
- "postcode": "string",
- "city": "string",
- "firstname": "string",
- "lastname": "string",
- "middlename": "string",
- "prefix": "string",
- "suffix": "string",
- "vat_id": "string",
- "default_shipping": true,
- "default_billing": true,
- "extension_attributes": { },
- "custom_attributes": [
- {
- "attribute_code": "string",
- "value": "string"
}
]
}
], - "disable_auto_group_change": 0,
- "extension_attributes": {
- "is_subscribed": true,
- "amazon_id": "string",
- "vertex_customer_code": "string"
}, - "custom_attributes": [
- {
- "attribute_code": "string",
- "value": "string"
}
]
}, - "billing_address": {
- "id": 0,
- "region": "string",
- "region_id": 0,
- "region_code": "string",
- "country_id": "string",
- "street": [
- "string"
], - "company": "string",
- "telephone": "string",
- "fax": "string",
- "postcode": "string",
- "city": "string",
- "firstname": "string",
- "lastname": "string",
- "middlename": "string",
- "prefix": "string",
- "suffix": "string",
- "vat_id": "string",
- "customer_id": 0,
- "email": "string",
- "same_as_billing": 0,
- "customer_address_id": 0,
- "save_in_address_book": 0,
- "extension_attributes": {
- "checkout_fields": [
- {
- "attribute_code": "string",
- "value": "string"
}
]
}, - "custom_attributes": [
- {
- "attribute_code": "string",
- "value": "string"
}
]
}, - "reserved_order_id": "string",
- "orig_order_id": 0,
- "currency": {
- "global_currency_code": "string",
- "base_currency_code": "string",
- "store_currency_code": "string",
- "quote_currency_code": "string",
- "store_to_base_rate": 0,
- "store_to_quote_rate": 0,
- "base_to_global_rate": 0,
- "base_to_quote_rate": 0,
- "extension_attributes": { }
}, - "customer_is_guest": true,
- "customer_note": "string",
- "customer_note_notify": true,
- "customer_tax_class_id": 0,
- "store_id": 0,
- "extension_attributes": {
- "shipping_assignments": [
- {
- "shipping": {
- "address": {
- "id": 0,
- "region": "string",
- "region_id": 0,
- "region_code": "string",
- "country_id": "string",
- "street": [
- "string"
], - "company": "string",
- "telephone": "string",
- "fax": "string",
- "postcode": "string",
- "city": "string",
- "firstname": "string",
- "lastname": "string",
- "middlename": "string",
- "prefix": "string",
- "suffix": "string",
- "vat_id": "string",
- "customer_id": 0,
- "email": "string",
- "same_as_billing": 0,
- "customer_address_id": 0,
- "save_in_address_book": 0,
- "extension_attributes": {
- "checkout_fields": [
- null
]
}, - "custom_attributes": [
- {
- "attribute_code": null,
- "value": null
}
]
}, - "method": "string",
- "extension_attributes": { }
}, - "items": [
- {
- "item_id": 0,
- "sku": "string",
- "qty": 0,
- "name": "string",
- "price": 0,
- "product_type": "string",
- "quote_id": "string",
- "product_option": { }
}
], - "extension_attributes": { }
}
], - "amazon_order_reference_id": "string"
}
}
Save quote
required | object (quote-data-cart-interface) Interface CartInterface |
401 Unauthorized
Unexpected error
{- "quote": {
- "id": 0,
- "created_at": "string",
- "updated_at": "string",
- "converted_at": "string",
- "is_active": true,
- "is_virtual": true,
- "items": [
- {
- "item_id": 0,
- "sku": "string",
- "qty": 0,
- "name": "string",
- "price": 0,
- "product_type": "string",
- "quote_id": "string",
- "product_option": { }
}
], - "items_count": 0,
- "items_qty": 0,
- "customer": {
- "id": 0,
- "group_id": 0,
- "default_billing": "string",
- "default_shipping": "string",
- "confirmation": "string",
- "created_at": "string",
- "updated_at": "string",
- "created_in": "string",
- "dob": "string",
- "email": "string",
- "firstname": "string",
- "lastname": "string",
- "middlename": "string",
- "prefix": "string",
- "suffix": "string",
- "gender": 0,
- "store_id": 0,
- "taxvat": "string",
- "website_id": 0,
- "addresses": [
- {
- "id": 0,
- "customer_id": 0,
- "region": {
- "region_code": "string",
- "region": "string",
- "region_id": 0,
- "extension_attributes": { }
}, - "region_id": 0,
- "country_id": "string",
- "street": [
- "string"
], - "company": "string",
- "telephone": "string",
- "fax": "string",
- "postcode": "string",
- "city": "string",
- "firstname": "string",
- "lastname": "string",
- "middlename": "string",
- "prefix": "string",
- "suffix": "string",
- "vat_id": "string",
- "default_shipping": true,
- "default_billing": true,
- "extension_attributes": { },
- "custom_attributes": [
- {
- "attribute_code": "string",
- "value": "string"
}
]
}
], - "disable_auto_group_change": 0,
- "extension_attributes": {
- "is_subscribed": true,
- "amazon_id": "string",
- "vertex_customer_code": "string"
}, - "custom_attributes": [
- {
- "attribute_code": "string",
- "value": "string"
}
]
}, - "billing_address": {
- "id": 0,
- "region": "string",
- "region_id": 0,
- "region_code": "string",
- "country_id": "string",
- "street": [
- "string"
], - "company": "string",
- "telephone": "string",
- "fax": "string",
- "postcode": "string",
- "city": "string",
- "firstname": "string",
- "lastname": "string",
- "middlename": "string",
- "prefix": "string",
- "suffix": "string",
- "vat_id": "string",
- "customer_id": 0,
- "email": "string",
- "same_as_billing": 0,
- "customer_address_id": 0,
- "save_in_address_book": 0,
- "extension_attributes": {
- "checkout_fields": [
- {
- "attribute_code": "string",
- "value": "string"
}
]
}, - "custom_attributes": [
- {
- "attribute_code": "string",
- "value": "string"
}
]
}, - "reserved_order_id": "string",
- "orig_order_id": 0,
- "currency": {
- "global_currency_code": "string",
- "base_currency_code": "string",
- "store_currency_code": "string",
- "quote_currency_code": "string",
- "store_to_base_rate": 0,
- "store_to_quote_rate": 0,
- "base_to_global_rate": 0,
- "base_to_quote_rate": 0,
- "extension_attributes": { }
}, - "customer_is_guest": true,
- "customer_note": "string",
- "customer_note_notify": true,
- "customer_tax_class_id": 0,
- "store_id": 0,
- "extension_attributes": {
- "shipping_assignments": [
- {
- "shipping": {
- "address": {
- "id": 0,
- "region": "string",
- "region_id": 0,
- "region_code": "string",
- "country_id": "string",
- "street": [
- null
], - "company": "string",
- "telephone": "string",
- "fax": "string",
- "postcode": "string",
- "city": "string",
- "firstname": "string",
- "lastname": "string",
- "middlename": "string",
- "prefix": "string",
- "suffix": "string",
- "vat_id": "string",
- "customer_id": 0,
- "email": "string",
- "same_as_billing": 0,
- "customer_address_id": 0,
- "save_in_address_book": 0,
- "extension_attributes": {
- "checkout_fields": [ ]
}, - "custom_attributes": [
- null
]
}, - "method": "string",
- "extension_attributes": { }
}, - "items": [
- {
- "item_id": 0,
- "sku": "string",
- "qty": 0,
- "name": "string",
- "price": 0,
- "product_type": "string",
- "quote_id": "string",
- "product_option": { }
}
], - "extension_attributes": { }
}
], - "amazon_order_reference_id": "string"
}
}
}
{- "message": "string",
- "errors": [
- {
- "message": "string",
- "parameters": [
- {
- "resources": "string",
- "fieldName": "string",
- "fieldValue": "string"
}
]
}
], - "code": 0,
- "parameters": [
- {
- "resources": "string",
- "fieldName": "string",
- "fieldValue": "string"
}
], - "trace": "string"
}
Lists items that are assigned to a specified cart.
200 Success.
400 Bad Request
401 Unauthorized
Unexpected error
[- {
- "item_id": 0,
- "sku": "string",
- "qty": 0,
- "name": "string",
- "price": 0,
- "product_type": "string",
- "quote_id": "string",
- "product_option": { }
}
]
Add/update the specified cart item.
200 Success.
400 Bad Request
401 Unauthorized
Unexpected error
{- "cartItem": {
- "item_id": 0,
- "sku": "string",
- "qty": 0,
- "name": "string",
- "price": 0,
- "product_type": "string",
- "quote_id": "string",
- "product_option": { }
}
}
{- "item_id": 0,
- "sku": "string",
- "qty": 0,
- "name": "string",
- "price": 0,
- "product_type": "string",
- "quote_id": "string",
- "product_option": { }
}
Lists items that are assigned to a specified cart.
200 Success.
400 Bad Request
401 Unauthorized
Unexpected error
[- {
- "item_id": 0,
- "sku": "string",
- "qty": 0,
- "name": "string",
- "price": 0,
- "product_type": "string",
- "quote_id": "string",
- "product_option": { }
}
]
Add/update the specified cart item.
required | object (quote-data-cart-item-interface) Interface CartItemInterface |
200 Success.
400 Bad Request
401 Unauthorized
Unexpected error
{- "cartItem": {
- "item_id": 0,
- "sku": "string",
- "qty": 0,
- "name": "string",
- "price": 0,
- "product_type": "string",
- "quote_id": "string",
- "product_option": { }
}
}
{- "item_id": 0,
- "sku": "string",
- "qty": 0,
- "name": "string",
- "price": 0,
- "product_type": "string",
- "quote_id": "string",
- "product_option": { }
}
Add/update the specified cart item.
200 Success.
400 Bad Request
401 Unauthorized
Unexpected error
{- "cartItem": {
- "item_id": 0,
- "sku": "string",
- "qty": 0,
- "name": "string",
- "price": 0,
- "product_type": "string",
- "quote_id": "string",
- "product_option": { }
}
}
{- "item_id": 0,
- "sku": "string",
- "qty": 0,
- "name": "string",
- "price": 0,
- "product_type": "string",
- "quote_id": "string",
- "product_option": { }
}
List items that are assigned to a specified cart.
200 Success.
400 Bad Request
Unexpected error
[- {
- "item_id": 0,
- "sku": "string",
- "qty": 0,
- "name": "string",
- "price": 0,
- "product_type": "string",
- "quote_id": "string",
- "product_option": { }
}
]
Add/update the specified cart item.
200 Success.
400 Bad Request
Unexpected error
{- "cartItem": {
- "item_id": 0,
- "sku": "string",
- "qty": 0,
- "name": "string",
- "price": 0,
- "product_type": "string",
- "quote_id": "string",
- "product_option": { }
}
}
{- "item_id": 0,
- "sku": "string",
- "qty": 0,
- "name": "string",
- "price": 0,
- "product_type": "string",
- "quote_id": "string",
- "product_option": { }
}
Add/update the specified cart item.
200 Success.
400 Bad Request
Unexpected error
{- "cartItem": {
- "item_id": 0,
- "sku": "string",
- "qty": 0,
- "name": "string",
- "price": 0,
- "product_type": "string",
- "quote_id": "string",
- "product_option": { }
}
}
{- "item_id": 0,
- "sku": "string",
- "qty": 0,
- "name": "string",
- "price": 0,
- "product_type": "string",
- "quote_id": "string",
- "product_option": { }
}
set customer shipping address and billing address
required | object (checkout-data-shipping-information-interface) Interface ShippingInformationInterface |
200 Success.
401 Unauthorized
Unexpected error
{- "addressInformation": {
- "shipping_address": {
- "id": 0,
- "region": "string",
- "region_id": 0,
- "region_code": "string",
- "country_id": "string",
- "street": [
- "string"
], - "company": "string",
- "telephone": "string",
- "fax": "string",
- "postcode": "string",
- "city": "string",
- "firstname": "string",
- "lastname": "string",
- "middlename": "string",
- "prefix": "string",
- "suffix": "string",
- "vat_id": "string",
- "customer_id": 0,
- "email": "string",
- "same_as_billing": 0,
- "customer_address_id": 0,
- "save_in_address_book": 0,
- "extension_attributes": {
- "checkout_fields": [
- {
- "attribute_code": "string",
- "value": "string"
}
]
}, - "custom_attributes": [
- {
- "attribute_code": "string",
- "value": "string"
}
]
}, - "billing_address": {
- "id": 0,
- "region": "string",
- "region_id": 0,
- "region_code": "string",
- "country_id": "string",
- "street": [
- "string"
], - "company": "string",
- "telephone": "string",
- "fax": "string",
- "postcode": "string",
- "city": "string",
- "firstname": "string",
- "lastname": "string",
- "middlename": "string",
- "prefix": "string",
- "suffix": "string",
- "vat_id": "string",
- "customer_id": 0,
- "email": "string",
- "same_as_billing": 0,
- "customer_address_id": 0,
- "save_in_address_book": 0,
- "extension_attributes": {
- "checkout_fields": [
- {
- "attribute_code": "string",
- "value": "string"
}
]
}, - "custom_attributes": [
- {
- "attribute_code": "string",
- "value": "string"
}
]
}, - "shipping_method_code": "string",
- "shipping_carrier_code": "string",
- "custom_attributes": [
- {
- "attribute_code": "string",
- "value": "string"
}
]
}
}
{- "payment_methods": [
- {
- "code": "string",
- "title": "string"
}
]
}
set guest shipping address and billing address
200 Success.
401 Unauthorized
Unexpected error
{- "addressInformation": {
- "shipping_address": {
- "id": 0,
- "region": "string",
- "region_id": 0,
- "region_code": "string",
- "country_id": "string",
- "street": [
- "string"
], - "company": "string",
- "telephone": "string",
- "fax": "string",
- "postcode": "string",
- "city": "string",
- "firstname": "string",
- "lastname": "string",
- "middlename": "string",
- "prefix": "string",
- "suffix": "string",
- "vat_id": "string",
- "customer_id": 0,
- "email": "string",
- "same_as_billing": 0,
- "customer_address_id": 0,
- "save_in_address_book": 0,
- "extension_attributes": {
- "checkout_fields": [
- {
- "attribute_code": "string",
- "value": "string"
}
]
}, - "custom_attributes": [
- {
- "attribute_code": "string",
- "value": "string"
}
]
}, - "billing_address": {
- "id": 0,
- "region": "string",
- "region_id": 0,
- "region_code": "string",
- "country_id": "string",
- "street": [
- "string"
], - "company": "string",
- "telephone": "string",
- "fax": "string",
- "postcode": "string",
- "city": "string",
- "firstname": "string",
- "lastname": "string",
- "middlename": "string",
- "prefix": "string",
- "suffix": "string",
- "vat_id": "string",
- "customer_id": 0,
- "email": "string",
- "same_as_billing": 0,
- "customer_address_id": 0,
- "save_in_address_book": 0,
- "extension_attributes": {
- "checkout_fields": [
- {
- "attribute_code": "string",
- "value": "string"
}
]
}, - "custom_attributes": [
- {
- "attribute_code": "string",
- "value": "string"
}
]
}, - "shipping_method_code": "string",
- "shipping_carrier_code": "string",
- "custom_attributes": [
- {
- "attribute_code": "string",
- "value": "string"
}
]
}
}
{- "payment_methods": [
- {
- "code": "string",
- "title": "string"
}
]
}
Use this call to convert an order quote to an order by processing payments for guest
200 Success.
400 Bad Request
Unexpected error
{- "email": "string",
- "paymentMethod": {
- "po_number": "string",
- "method": "string",
- "additional_data": [
- "string"
], - "extension_attributes": {
- "agreement_ids": [
- "string"
]
}
}, - "billingAddress": {
- "id": 0,
- "region": "string",
- "region_id": 0,
- "region_code": "string",
- "country_id": "string",
- "street": [
- "string"
], - "company": "string",
- "telephone": "string",
- "fax": "string",
- "postcode": "string",
- "city": "string",
- "firstname": "string",
- "lastname": "string",
- "middlename": "string",
- "prefix": "string",
- "suffix": "string",
- "vat_id": "string",
- "customer_id": 0,
- "email": "string",
- "same_as_billing": 0,
- "customer_address_id": 0,
- "save_in_address_book": 0,
- "extension_attributes": {
- "checkout_fields": [
- {
- "attribute_code": "string",
- "value": "string"
}
]
}, - "custom_attributes": [
- {
- "attribute_code": "string",
- "value": "string"
}
]
}
}
0
Use this call to convert an order quote to an order by processing payments.
required | object (quote-data-payment-interface) Interface PaymentInterface |
object (quote-data-address-interface) Interface AddressInterface |
200 Success.
400 Bad Request
401 Unauthorized
Unexpected error
{- "paymentMethod": {
- "po_number": "string",
- "method": "string",
- "additional_data": [
- "string"
], - "extension_attributes": {
- "agreement_ids": [
- "string"
]
}
}, - "billingAddress": {
- "id": 0,
- "region": "string",
- "region_id": 0,
- "region_code": "string",
- "country_id": "string",
- "street": [
- "string"
], - "company": "string",
- "telephone": "string",
- "fax": "string",
- "postcode": "string",
- "city": "string",
- "firstname": "string",
- "lastname": "string",
- "middlename": "string",
- "prefix": "string",
- "suffix": "string",
- "vat_id": "string",
- "customer_id": 0,
- "email": "string",
- "same_as_billing": 0,
- "customer_address_id": 0,
- "save_in_address_book": 0,
- "extension_attributes": {
- "checkout_fields": [
- {
- "attribute_code": "string",
- "value": "string"
}
]
}, - "custom_attributes": [
- {
- "attribute_code": "string",
- "value": "string"
}
]
}
}
0
Lists invoices that match specified search criteria. This call returns an array of objects, but detailed information about each object’s attributes might not be included. See http://devdocs.magento.com/codelinks/attributes.html#InvoiceRepositoryInterface to determine which call to use to get detailed information about all attributes for an object.
200 Success.
401 Unauthorized
Unexpected error
{- "items": [
- {
- "base_currency_code": "string",
- "base_discount_amount": 0,
- "base_grand_total": 0,
- "base_discount_tax_compensation_amount": 0,
- "base_shipping_amount": 0,
- "base_shipping_discount_tax_compensation_amnt": 0,
- "base_shipping_incl_tax": 0,
- "base_shipping_tax_amount": 0,
- "base_subtotal": 0,
- "base_subtotal_incl_tax": 0,
- "base_tax_amount": 0,
- "base_total_refunded": 0,
- "base_to_global_rate": 0,
- "base_to_order_rate": 0,
- "billing_address_id": 0,
- "can_void_flag": 0,
- "created_at": "string",
- "discount_amount": 0,
- "discount_description": "string",
- "email_sent": 0,
- "entity_id": 0,
- "global_currency_code": "string",
- "grand_total": 0,
- "discount_tax_compensation_amount": 0,
- "increment_id": "string",
- "is_used_for_refund": 0,
- "order_currency_code": "string",
- "order_id": 0,
- "shipping_address_id": 0,
- "shipping_amount": 0,
- "shipping_discount_tax_compensation_amount": 0,
- "shipping_incl_tax": 0,
- "shipping_tax_amount": 0,
- "state": 0,
- "store_currency_code": "string",
- "store_id": 0,
- "store_to_base_rate": 0,
- "store_to_order_rate": 0,
- "subtotal": 0,
- "subtotal_incl_tax": 0,
- "tax_amount": 0,
- "total_qty": 0,
- "transaction_id": "string",
- "updated_at": "string",
- "items": [
- {
- "additional_data": "string",
- "base_cost": 0,
- "base_discount_amount": 0,
- "base_discount_tax_compensation_amount": 0,
- "base_price": 0,
- "base_price_incl_tax": 0,
- "base_row_total": 0,
- "base_row_total_incl_tax": 0,
- "base_tax_amount": 0,
- "description": "string",
- "discount_amount": 0,
- "entity_id": 0,
- "discount_tax_compensation_amount": 0,
- "name": "string",
- "parent_id": 0,
- "price": 0,
- "price_incl_tax": 0,
- "product_id": 0,
- "row_total": 0,
- "row_total_incl_tax": 0,
- "sku": "string",
- "tax_amount": 0,
- "order_item_id": 0,
- "qty": 0
}
]
}
], - "total_count": 0
}
Native API call to create an invoice once an order has been processed.
required | object (sales-data-invoice-interface) Invoice interface. An invoice is a record of the receipt of payment for an order. |
200 Success.
401 Unauthorized
Unexpected error
{- "entity": {
- "base_currency_code": "string",
- "base_discount_amount": 0,
- "base_grand_total": 0,
- "base_discount_tax_compensation_amount": 0,
- "base_shipping_amount": 0,
- "base_shipping_discount_tax_compensation_amnt": 0,
- "base_shipping_incl_tax": 0,
- "base_shipping_tax_amount": 0,
- "base_subtotal": 0,
- "base_subtotal_incl_tax": 0,
- "base_tax_amount": 0,
- "base_total_refunded": 0,
- "base_to_global_rate": 0,
- "base_to_order_rate": 0,
- "billing_address_id": 0,
- "can_void_flag": 0,
- "created_at": "string",
- "discount_amount": 0,
- "discount_description": "string",
- "email_sent": 0,
- "entity_id": 0,
- "global_currency_code": "string",
- "grand_total": 0,
- "discount_tax_compensation_amount": 0,
- "increment_id": "string",
- "is_used_for_refund": 0,
- "order_currency_code": "string",
- "order_id": 0,
- "shipping_address_id": 0,
- "shipping_amount": 0,
- "shipping_discount_tax_compensation_amount": 0,
- "shipping_incl_tax": 0,
- "shipping_tax_amount": 0,
- "state": 0,
- "store_currency_code": "string",
- "store_id": 0,
- "store_to_base_rate": 0,
- "store_to_order_rate": 0,
- "subtotal": 0,
- "subtotal_incl_tax": 0,
- "tax_amount": 0,
- "total_qty": 0,
- "transaction_id": "string",
- "updated_at": "string",
- "items": [
- {
- "additional_data": "string",
- "base_cost": 0,
- "base_discount_amount": 0,
- "base_discount_tax_compensation_amount": 0,
- "base_price": 0,
- "base_price_incl_tax": 0,
- "base_row_total": 0,
- "base_row_total_incl_tax": 0,
- "base_tax_amount": 0,
- "description": "string",
- "discount_amount": 0,
- "entity_id": 0,
- "discount_tax_compensation_amount": 0,
- "name": "string",
- "parent_id": 0,
- "price": 0,
- "price_incl_tax": 0,
- "product_id": 0,
- "row_total": 0,
- "row_total_incl_tax": 0,
- "sku": "string",
- "tax_amount": 0,
- "order_item_id": 0,
- "qty": 0
}
]
}
}
{- "base_currency_code": "string",
- "base_discount_amount": 0,
- "base_grand_total": 0,
- "base_discount_tax_compensation_amount": 0,
- "base_shipping_amount": 0,
- "base_shipping_discount_tax_compensation_amnt": 0,
- "base_shipping_incl_tax": 0,
- "base_shipping_tax_amount": 0,
- "base_subtotal": 0,
- "base_subtotal_incl_tax": 0,
- "base_tax_amount": 0,
- "base_total_refunded": 0,
- "base_to_global_rate": 0,
- "base_to_order_rate": 0,
- "billing_address_id": 0,
- "can_void_flag": 0,
- "created_at": "string",
- "discount_amount": 0,
- "discount_description": "string",
- "email_sent": 0,
- "entity_id": 0,
- "global_currency_code": "string",
- "grand_total": 0,
- "discount_tax_compensation_amount": 0,
- "increment_id": "string",
- "is_used_for_refund": 0,
- "order_currency_code": "string",
- "order_id": 0,
- "shipping_address_id": 0,
- "shipping_amount": 0,
- "shipping_discount_tax_compensation_amount": 0,
- "shipping_incl_tax": 0,
- "shipping_tax_amount": 0,
- "state": 0,
- "store_currency_code": "string",
- "store_id": 0,
- "store_to_base_rate": 0,
- "store_to_order_rate": 0,
- "subtotal": 0,
- "subtotal_incl_tax": 0,
- "tax_amount": 0,
- "total_qty": 0,
- "transaction_id": "string",
- "updated_at": "string",
- "items": [
- {
- "additional_data": "string",
- "base_cost": 0,
- "base_discount_amount": 0,
- "base_discount_tax_compensation_amount": 0,
- "base_price": 0,
- "base_price_incl_tax": 0,
- "base_row_total": 0,
- "base_row_total_incl_tax": 0,
- "base_tax_amount": 0,
- "description": "string",
- "discount_amount": 0,
- "entity_id": 0,
- "discount_tax_compensation_amount": 0,
- "name": "string",
- "parent_id": 0,
- "price": 0,
- "price_incl_tax": 0,
- "product_id": 0,
- "row_total": 0,
- "row_total_incl_tax": 0,
- "sku": "string",
- "tax_amount": 0,
- "order_item_id": 0,
- "qty": 0
}
]
}