Availability for delivery date
This page is outdated. Please go to our new documentation under https://docs.fulfillmenttools.com/documentation.
Summary
The purpose of this endpoint is to provide available stock quantities over facilities for items on a specific delivery date.
This information can be used to determine the availability of certain products for a delivery day selected by the customer. Thus, the consumer knows at an early stage of the checkout journey if an item can be delivered on a certain delivery date.
You find the documentation of this call here.
Additional info about the request:
desiredDeliveryDate:
This is the date when the item should arrive at the customer.tenantArticleIds
: Contains all tenantArticleIds that the customer is interested in buying.facilityRef
: Contains all facilities that should be considered for the delivery.latestPickingStart
: This is the point in time at which the picking for the delivery must be started to arrive in time at the customer. If the latest possible picking start for a certain delivery date in a facility is not known, it can be requested via the/api/promises/checkoutoptions
endpoint. Our systems then calculate thelatestPickingStart
based on cut-off time of carriers and fulfillment process buffer.
Additional info about the response:
The response lists the available quantity for all requested items and facilities. Facility / item combinations with zero availability are included.
Example response
Last updated
Was this helpful?