Create fulfillment
Creates a fulfillment to the corresponding cart.
The Cart ID from the Create cart endpoint is used in the path parameter.
Authorizations
This is the authorization token used to authenticate the request. You must pass the access token generated from the system app. For more information, see the Making your first API request section.
Headers
A header used by fabric to identify the tenant making the request. You must include tenant id in the authentication header for an API request to access any of fabric’s endpoints. You can retrieve the tenant id , which is also called account id, from Copilot. This header is required.
Unique request ID for tracking.
x-fabric-channel-id identifies the sales channel through which the API request is being made; primarily for multichannel use cases. It is a required field. The default US channel is 12 while the default Canada channel is 11.
Path Parameters
The 24-character system-generated Cart ID. This ID is generated using the Create cart endpoint.
Body
Fulfillment Request
Determines the type of fulfillment.
SHIP_TO
, BOPIS
, ROPIS
Price details
An alternative identifier for fulfillments, used for additional tracking or referencing.
Custom attributes to provide more context to the fulfillment, such as where it was made.
The identifier of the address where the item is being fulfilled.
The identifier of the address where the item is being shipped.
Unique identifier of the store.
Pickup person details
Response
A fulfillment object containing important fulfillment information.
The unique identifier of a fulfillment that was generated by this endpoint. This Fulfillment ID is used for other endpoints.
Determines the type of fulfillment.
SHIP_TO
, BOPIS
, ROPIS
An alternative identifier for fulfillments, used for additional tracking or referencing.
Custom attributes to provide more context to the fulfillment, such as where it was made.
The identifier of the address where the item is being fulfilled.
The identifier of the address where the item is being shipped.
Unique identifier of the store.
Pickup person details
Price details
A collection of promotions applied to the fulfillment.
A collection of fees associated with the corresponding cart.
A collection of adjustments made to the corresponding cart.
A collection of taxes.
Was this page helpful?