The Fulfillment model encapsulates the details of processing and delivering orders in an eCommerce context. It includes information such as fulfillment status, shipment tracking, the items to be fulfilled, and so on.
The Fulfillment model encapsulates the details of processing and delivering orders in an eCommerce context. It includes information such as fulfillment status, shipment tracking, the items to be fulfilled, and so on.Show all...
The unique identifier of the fulfillment. If a custom ID was provided in the request, that value is used; otherwise, a system-generated UUID is assigned. You can use this ID to manage this resource in related API calls.
It should be the same as the order.id of the Order resource.
Delivery method of the order. For BOPIS related feature, please specify pickup.Show all...
The status of the fulfillment. Depending of on the delivery_method, the allowed values are different.Show all...
The items which included in this fulifllment.
A unique identifier for the line item in your system. The value should be exist in one of the items in the corresponding order.Show all...
The ID of the product variant in source system.Show all...
The title of the product.
The title of the product variant.
The item's SKU (stock keeping unit).
The number of items in this fulfillment.
The price of the item before discounts and taxes have been applied.
The item's weight.
Image urls of this product variant.
The date and time, formatted in ISO 8601, indicating when the fulfillment was created in your e-commerce system.
The date and time, formatted in ISO 8601, indicating when the fulfillment was updated in your e-commerce system.
The date and time (ISO 8601 format) when the fulfillment was created in AfterShip.
The date and time (ISO 8601 format) when the fulfillment was updated in AfterShip.
The location information where the fulfillment shipped from.
The unique identifier for the location, as provided by AfterShip. You can manage and configure these locations here.
The addess object of this location.
The location information where the fulfillment is designated to be pickup from.
The unique identifier for the address. You can find or create the corresponding value here.
Address of the pickup location.
Opening hours information of the pickup location.
Represents shipment tracking information. This object supports two mutually exclusive usage patterns:Show all...
The unique identifier of a tracking resource previously created via the Tracking API.
The pickup information of the fulfillment.
The expected date and time when the items in this fulfillment order will be ready for pickup.Show all...
The latest time by which the pickup must be completed, formatted in ISO 8601.Show all...
preparing...