object FulfillmentInvoiceReturnItem
Fields
| Field | Type | Description |
|---|---|---|
id | String | Public API ID for this identifiable. |
legacy_id | BigInt | Numeric legacy ID for this identifiable; use only where legacy IDs are required. |
account_id | String | Public API account ID that identifies the related record. |
invoice_id | String | Public API invoice ID that identifies the related record. |
order_id | String | Public API order ID that identifies the related record. |
rma_id | String | Public API RMA ID that identifies the related record. |
rma_label_id | String | Public API RMA label ID that identifies the related record. |
amount | String | Monetary amount as a decimal value in the record currency; not cents. |
shipping_rate | String | Shipping rate for this fulfillment invoice return item. |
picking_fee | String | Picking fee for this fulfillment invoice return item. |
inspection_fee | String | Inspection fee for this fulfillment invoice return item. |
restocking_fee | String | Restocking fee for this fulfillment invoice return item. |
created_at | ISODateTime | Created at as an ISO-8601 datetime, returned in UTC unless otherwise noted. |
Referenced By
Example
{
"id": "UmVjb3JkOjEyMzQ=",
"legacy_id": 1234,
"account_id": "QWNjb3VudDoxMjM0",
"invoice_id": "UmVjb3JkOjEyMzQ=",
"order_id": "T3JkZXI6MTIzNA==",
"rma_id": "UmVjb3JkOjEyMzQ=",
"rma_label_id": "U2hpcHBpbmdMYWJlbDoxMjM0",
"amount": "19.99",
"shipping_rate": "19.99",
"picking_fee": "INV-100045",
"inspection_fee": "INV-100045",
"restocking_fee": "INV-100045",
"created_at": "2026-07-09T15:30:00Z"
}