object FulfillmentInvoiceReturnItem
Fields
| Field | Type | Description |
|---|---|---|
id | String | |
legacy_id | Int | |
account_id | String | |
invoice_id | String | |
order_id | String | |
rma_id | String | |
rma_label_id | String | |
amount | String | |
shipping_rate | String | |
picking_fee | String | |
inspection_fee | String | |
restocking_fee | String | |
created_at | ISODateTime |
Referenced By
Example
{
"id": "abc123",
"legacy_id": 987,
"account_id": "abc123",
"invoice_id": "abc123",
"order_id": "abc123",
"rma_id": "abc123",
"rma_label_id": "abc123",
"amount": "abc123",
"shipping_rate": "abc123",
"picking_fee": "abc123",
"inspection_fee": "abc123",
"restocking_fee": "abc123",
"created_at": "abc123"
}