object ShippingContainer
Fields
| Field | Type | Description | ||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
id | String | |||||||||||||||||||||||||||||||
legacy_id | Int | |||||||||||||||||||||||||||||||
account_id | String | |||||||||||||||||||||||||||||||
warehouse_id | String | |||||||||||||||||||||||||||||||
container_id | String | |||||||||||||||||||||||||||||||
carrier | String | |||||||||||||||||||||||||||||||
shipping_methods | [String] | |||||||||||||||||||||||||||||||
shipping_labels | ShippingLabelConnection | |||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||||
note | String | |||||||||||||||||||||||||||||||
needs_manifest | Boolean | |||||||||||||||||||||||||||||||
created_at | ISODateTime | |||||||||||||||||||||||||||||||
updated_at | ISODateTime | |||||||||||||||||||||||||||||||
shipped_at | ISODateTime | |||||||||||||||||||||||||||||||
Referenced By
Example
{
"id": "abc123",
"legacy_id": 987,
"account_id": "abc123",
"warehouse_id": "abc123",
"container_id": "abc123",
"carrier": "abc123",
"shipping_methods": "abc123",
"shipping_labels": ShippingLabelConnection,
"note": "abc123",
"needs_manifest": true,
"created_at": "abc123",
"updated_at": "abc123",
"shipped_at": "abc123"
}