OrderResponse
Properties
Name | Type | Required | Description |
---|---|---|---|
id_ | str | ❌ | |
amount | float | ❌ | |
amount_returned | float | ❌ | |
payment | OrderResponsePayment | ❌ | |
created | int | ❌ | |
customer | str | ❌ | |
currency | str | ❌ | |
str | ❌ | ||
external_coupon_code | str | ❌ | |
items | List[OrderItemResponse] | ❌ | |
metadata | dict | ❌ | |
returns | List[OrderReturnedItemResponse] | ❌ | A list of the returns charged against this order. |
shipping_address | dict | ❌ | |
status | str | ❌ | |
status_transitions | OrderResponseStatusTransitions | ❌ | Indicates the last time in Unix time that the order transitioned to one of the following statuses. A zero value for a status indicates that the order has never transitioned to it. |
updated | int | ❌ | |
upstream_id | str | ❌ | |
tax_percent | float | ❌ |
OrderResponsePayment
Build Your Own SDKs with liblab
Build developer friendly SDKs in minutes from your APIs