Earliest possible delivery date
Request and response
Request
Response
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
CheckoutOptionsDeliveryEarliestRequest
earliestDeliveryDatestring · date-timeOptional
Earliest delivery date
includeCalculationHintsbooleanOptional
Whether to include calculation hints in the response
includeListingDetailsbooleanOptional
Indicates whether listing-related details should be included in the response. If set to true, the response contains additional listing details. Defaults to false.
tenantArticleIdsstring[] · min: 1Required
List of tenant article IDs
Responses
200
The request could be evaluated
application/json
CheckoutOptionsDeliveryEarliestResponse
calculationHintsstring[]Optional
Calculation hints for debugging
400
Invalid input. See response for details.
application/json
401
Your user is not allowed to operate against this API instance
application/json
403
Your user, although recognized, is not authorized to use this
application/json
404
The requested entity was not found
application/json
409
A version conflict occurred.
application/json
post
/api/promises/checkoutoptions/delivery/earliestLast updated