object RMALabel
Fields
| Field | Type | Description |
|---|---|---|
id | String | |
legacy_id | Int | |
account_id | String | |
order_id | String | |
rma_id | String | |
shipment_id | String | |
shipping_name | String | |
tracking_number | String | |
status | String | |
carrier | String | |
shipping_method | String | |
cost | String | |
box_code | String | |
dimensions | Dimensions | |
address | Address | |
paper_pdf_location | String | |
thermal_pdf_location | String | |
pdf_location | String | |
image_location | String | |
delivered | Boolean | |
picked_up | Boolean | |
refunded | Boolean | |
needs_refund | Boolean | |
profile | String | |
full_size_to_print | String | |
partner_fulfillment_id | String | |
created_at | ISODateTime | |
updated_at | ISODateTime |
Referenced By
- MergeableOrder Type
- Order Type
Example
{
"id": "abc123",
"legacy_id": 987,
"account_id": "abc123",
"order_id": "abc123",
"rma_id": "abc123",
"shipment_id": "abc123",
"shipping_name": "abc123",
"tracking_number": "abc123",
"status": "abc123",
"carrier": "abc123",
"shipping_method": "abc123",
"cost": "abc123",
"box_code": "abc123",
"dimensions": Dimensions,
"address": Address,
"paper_pdf_location": "abc123",
"thermal_pdf_location": "abc123",
"pdf_location": "abc123",
"image_location": "abc123",
"delivered": true,
"picked_up": true,
"refunded": true,
"needs_refund": true,
"profile": "abc123",
"full_size_to_print": "abc123",
"partner_fulfillment_id": "abc123",
"created_at": "abc123",
"updated_at": "abc123"
}