Returns a list of fulfillment order previews based on shipping criteria

Returns estimated delivery dates, shipping costs, and available ship nodes for a prospective fulfillment order. Use before creating the order.

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Request

This endpoint expects an object.
addressobjectRequired
itemslist of objectsRequired
marketplaceIdenumOptionalDefaults to WALMART_US
shippingSpeedCategorieslist of enumsOptional
includeCODFulfillmentPreviewbooleanOptionalDefaults to false

Response

Success
payloadobjectOptional

Errors

400
Bad Request Error
403
Forbidden Error
429
Too Many Requests Error
500
Internal Server Error