object FulfillmentInvoiceInboundShippingItem
Fields
| Field | Type | Description |
|---|---|---|
id | String | |
legacy_id | Int | |
account_id | String | |
invoice_id | String | |
purchase_order_id | String | |
shipment_id | String | |
shipping_label_id | String | |
amount | String | |
cost | String | |
created_at | ISODateTime |
Referenced By
Example
{
"id": "abc123",
"legacy_id": 987,
"account_id": "abc123",
"invoice_id": "abc123",
"purchase_order_id": "abc123",
"shipment_id": "abc123",
"shipping_label_id": "abc123",
"amount": "abc123",
"cost": "abc123",
"created_at": "abc123"
}