Post-checkout API endpoints overview
The Post-checkout API contains the following resource endpoints:
Endpoint | Description |
---|---|
/v2/post_checkout/orders | Get order details and tracking information. |
/v2/post_checkout/orders/{order_id}/items | Get order items and handle item replacements. |
/v2/post_checkout/chat/{order_id}/messages | Get, send, and mark receipt of chat messages. |
/v2/post_checkout/orders/{order_id}/pickup | Get 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.