object Return

Fields

FieldTypeDescription
idString
legacy_idInt
account_idString
order_idString
partner_idString
reasonString
statusString
label_typeReturnLabelType
label_costString
labels[RMALabelType]
cost_to_customerString
shipping_carrierString
shipping_methodString
dimensionsDimensions
addressAddress
line_items[ReturnLineItem]
total_items_expectedInt
total_items_receivedInt
total_items_restockedInt
created_atISODateTime
display_issue_refundBoolean
orderOrder
exchanges[ReturnExchange]
return_history[ReturnHistory]

Referenced By

Example

{
  "id": "abc123",
  "legacy_id": 987,
  "account_id": "abc123",
  "order_id": "abc123",
  "partner_id": "abc123",
  "reason": "abc123",
  "status": "abc123",
  "label_type": "FREE",
  "label_cost": "abc123",
  "labels": RMALabelType,
  "cost_to_customer": "abc123",
  "shipping_carrier": "abc123",
  "shipping_method": "abc123",
  "dimensions": Dimensions,
  "address": Address,
  "line_items": ReturnLineItem,
  "total_items_expected": 987,
  "total_items_received": 987,
  "total_items_restocked": 987,
  "created_at": "abc123",
  "display_issue_refund": true,
  "order": Order,
  "exchanges": ReturnExchange,
  "return_history": ReturnHistory
}