object RMALabel

Fields

FieldTypeDescription
idString

Public API ID for this identifiable.

legacy_idBigInt

Numeric legacy ID for this identifiable; use only where legacy IDs are required.

account_idString

Public API account ID that identifies the related record.

order_idString

Public API order ID that identifies the related record.

rma_idString

Public API RMA ID that identifies the related record.

shipment_idString

Public API shipment ID that identifies the related record.

shipping_nameString

Shipping name for this RMA label.

tracking_numberString

Carrier tracking number for the shipment or label.

statusString

Current status; use the API status values returned by this field when filtering or updating.

carrierString

Carrier name or carrier code used for shipping.

shipping_methodString

Carrier service or shipping method code.

costString

Internal cost as a decimal monetary amount; distinct from customer-facing price.

box_codeString

Box code for this RMA label.

dimensionsDimensions

Package or item dimensions. Length, width, and height are in inches unless account or carrier configuration specifies another unit.

addressAddress

Address details for this RMA label.

paper_pdf_locationString

URL for the paper PDF location resource.

thermal_pdf_locationString

URL for the thermal PDF location resource.

pdf_locationString

URL for the PDF location resource.

image_locationString

URL for the image location resource.

deliveredBoolean

Whether the carrier marked this RMA label as delivered.

picked_upBoolean

Whether the carrier picked up this RMA label shipment.

refundedBoolean

Whether this RMA label has been refunded.

needs_refundBoolean

True when this RMA label needs refund; false otherwise.

profileString

Profile for this RMA label.

full_size_to_printString

Full size to print for this RMA label.

partner_fulfillment_idString

Public API partner fulfillment ID that identifies the related record.

created_atISODateTime

Created at as an ISO-8601 datetime, returned in UTC unless otherwise noted.

updated_atISODateTime

Updated at as an ISO-8601 datetime, returned in UTC unless otherwise noted.

Referenced By

Example

{
  "id": "UmVjb3JkOjEyMzQ=",
  "legacy_id": 1234,
  "account_id": "QWNjb3VudDoxMjM0",
  "order_id": "T3JkZXI6MTIzNA==",
  "rma_id": "UmVjb3JkOjEyMzQ=",
  "shipment_id": "U2hpcG1lbnQ6MTIzNA==",
  "shipping_name": "UPS Ground",
  "tracking_number": "1Z999AA10123456784",
  "status": "pending",
  "carrier": "ups",
  "shipping_method": "ups_ground",
  "cost": "19.99",
  "box_code": "STANDARD",
  "dimensions": {length: 12.5, width: 8.0, height: 4.0},
  "address": {address1: "123 Fulfillment Ave", city: "New York", country: "US"},
  "paper_pdf_location": "https://example.com/labels/SHIP-1001.pdf",
  "thermal_pdf_location": "https://example.com/labels/SHIP-1001.pdf",
  "pdf_location": "https://example.com/labels/SHIP-1001.pdf",
  "image_location": "https://example.com/images/blue-tee.jpg",
  "delivered": true,
  "picked_up": true,
  "refunded": true,
  "needs_refund": true,
  "profile": "default",
  "full_size_to_print": "M",
  "partner_fulfillment_id": "UmVjb3JkOjEyMzQ=",
  "created_at": "2026-07-09T15:30:00Z",
  "updated_at": "2026-07-09T15:30:00Z"
}