The Fulfillment object
Rutter allows updating specific orders with shipping/fulfillment information like carrier, tracking number, and tracking URL.
Property | Type | Description |
---|---|---|
id | string | The Rutter ID of the fulfillment. This value is a UUID generated by Rutter that uniquely identifies a fulfillment regardless of platforms. |
order_id | string | The Rutter Order ID that this fulfillment is associated with. |
carrier | string | Carrier company, ex "USPS", "Fedex", "UPS", "Canada Post", etc. Can be any string |
service | string | Carrier shipping service, e.g. "Priority Mail", "2 Day Delivery", etc. Can be any string |
tracking_url | string | The tracking URL string that buyers can click to look up tracking information. |
tracking_number | string | Tracking number associated with this parcel. Usually buyers can track tracking info using this number at carrier's website. |
line_items | object[] | The product variants and quantities associated as part of this fulfillment |