Record
post-ecommerce-stores-id-orders-params
No description available.
record post-ecommerce-stores-id-orders-params {
store-id: string,
billing-address: option<post-ecommerce-stores-id-orders-body-billing-address>,
campaign-id: option<string>,
cancelled-at-foreign: option<string>,
currency-code: string,
customer: post-ecommerce-stores-id-orders-body-customer,
discount-total: option<f64>,
financial-status: option<string>,
fulfillment-status: option<string>,
id: string,
landing-site: option<string>,
lines: list<post-ecommerce-stores-id-orders-body-lines-item>,
order-total: f64,
order-url: option<string>,
outreach: option<post-ecommerce-stores-id-orders-body-outreach>,
processed-at-foreign: option<string>,
promos: option<list<post-ecommerce-stores-id-orders-body-promos-item>>,
shipping-address: option<post-ecommerce-stores-id-orders-body-shipping-address>,
shipping-total: option<f64>,
tax-total: option<f64>,
tracking-carrier: option<string>,
tracking-code: option<get-ecommerce-orders-response-orders-item-tracking-code-enum>,
tracking-number: option<string>,
tracking-url: option<string>,
updated-at-foreign: option<string>,
}Fields
| Name | Type | Description |
|---|---|---|
| store-id | string | |
| billing-address | option<post-ecommerce-stores-id-orders-body-billing-address> | |
| campaign-id | option<string> | |
| cancelled-at-foreign | option<string> | |
| currency-code | string | |
| customer | post-ecommerce-stores-id-orders-body-customer | |
| discount-total | option<f64> | |
| financial-status | option<string> | |
| fulfillment-status | option<string> | |
| id | string | |
| landing-site | option<string> | |
| lines | list<post-ecommerce-stores-id-orders-body-lines-item> | |
| order-total | f64 | |
| order-url | option<string> | |
| outreach | option<post-ecommerce-stores-id-orders-body-outreach> | |
| processed-at-foreign | option<string> | |
| promos | option<list<post-ecommerce-stores-id-orders-body-promos-item>> | |
| shipping-address | option<post-ecommerce-stores-id-orders-body-shipping-address> | |
| shipping-total | option<f64> | |
| tax-total | option<f64> | |
| tracking-carrier | option<string> | |
| tracking-code | option<get-ecommerce-orders-response-orders-item-tracking-code-enum> | |
| tracking-number | option<string> | |
| tracking-url | option<string> | |
| updated-at-foreign | option<string> |