Skip to main content

Post-checkout API endpoints overview

The Post-checkout API contains the following resource endpoints:

EndpointDescription
/v2/post_checkout/ordersGet order details and tracking information.
/v2/post_checkout/orders/{order_id}/itemsGet order items and handle item replacements.
/v2/post_checkout/chat/{order_id}/messagesGet, send, and mark receipt of chat messages.
/v2/post_checkout/orders/{order_id}/pickupGet pickup order instructions, retrieve and set the customer's vehicle information, and record arrival of the customer at pickup location.

To learn how to authenticate, see Get an access token.

For more information, see the Post-checkout Guide.