id | Unique identifier for the sales order fulfillment object. |
sales_order_id | The ID of the sales order related to the fulfillment. |
picked_date | The timestamp when the sales order fulfillment status was initially marked as "PACKED" or "DELIVERED". ISO 8601 format with time and timezone must be used. |
status | Status of the sales order fulfillment. Possible values are “PACKED” and “DELIVERED”. |
conversion_rate | Currency rate used to convert from sales order currency into factory base currency. |
conversion_date | The date of the conversion rate used. |
tracking_number | The shipment tracking number received from the carrier. |
tracking_url | The link to online tracking data about the shipment. |
tracking_carrier | The carrier used for shipping and tracking. |
tracking_method | The shipping method used. |
sales_order_fulfillment_rows | An array of sales order fulfillment rows. |
sales_order_fulfillment_rows.sales_order_row_id | The ID of the sales order row that is fulfilled. |
sales_order_fulfillment_rows.quantity | The quantity of items fulfilled. |
sales_order_fulfillment_rows.batch_transactions | An array of batch transactions and their quantities. You can fulfill the item on the order from multiple batches. |
batch_transactions.batch_id | The ID of the batch for the fulfilled item. |
batch_transactions.quantity | The quantity fulfilled from a particular batch. |
serial_numbers | An array of serial number IDs. You can fulfill the item on the order with multiple serial numbers. |
packer_id | Id of the packer who packed this sales order. It is only shown if the factory has "Warehouse Managment System" add-on and WMS feature has been enabled in the settings. |
created_at | The timestamp when the fulfillment was created. |
updated_at | The timestamp when the fulfillment was last updated. |