object FulfillmentInvoiceReturnFulfillmentItem

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.

invoice_idString

Public API invoice 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.

rma_label_idString

Public API RMA label ID that identifies the related record.

amountDecimal

Monetary amount as a decimal value in the record currency; not cents.

sub_total_amountDecimal

Monetary amount as a decimal value in the record currency; not cents.

picking_feeDecimal

Monetary amount as a decimal value in the record currency; not cents.

inspection_feeDecimal

Monetary amount as a decimal value in the record currency; not cents.

restocking_feeDecimal

Monetary amount as a decimal value in the record currency; not cents.

fulfillment_taxesDecimal

Monetary amount as a decimal value in the record currency; not cents.

created_atISODateTime

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,
  "sub_total_amount": 19.99,
  "picking_fee": 19.99,
  "inspection_fee": 19.99,
  "restocking_fee": 19.99,
  "fulfillment_taxes": 19.99,
  "created_at": "2026-07-09T15:30:00Z"
}