ShippingExternalOrder Object
Description
Mirror of an order on the carrier aggregator (Sendcloud/Shippo).
Declaration
type ShippingExternalOrder {
provider: String
id: String
}
Fields
| Name | Type | Description |
|---|---|---|
provider | String | Aggregator the order was created on. Valid values are "sendcloud" or "shippo". |
id | String | Provider-side order identifier. |