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 shipped to.
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.
The shipment information of the fulfillment.
Unique courier code. For a complete list of available courier codes, click here.
The type of logistics service selected for this shipment, e.g. SeaFreight, SmartPost.
The ship date of the package in YYYY-MM-DD format.
Custom fields that accept an object with string field. In order to protect the privacy of your customers, do not include any personal data in custom fields.Show all...
Next Carrier Information. Utilize this field to manually specify the details for the next leg of a shipment if it involves multiple carriers. This is especially useful when the carrier handling the initial leg of the shipment does not provide information about the carrier for the subsequent leg.Show all...
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...