Sandbox API endpoints overview
The Sandbox API contains the following resource endpoints:
Endpoint | Description |
---|---|
/v2/fulfillment_sandbox/batches/ | Generate a batch that contains the order and assign it to a shopper. Can also use it to generate a batch for runners on pickup order. |
/v2/fulfillment_sandbox/batches/{batch_id}/advance | Advance the status of a specified batch. The status progression depends on the type of order. |
/v2/fulfillment_sandbox/instacart_users | Create an Instacart user. |
/v2/fulfillment_sandbox/instacart_users/{user_id}/authorize | Authorize an Instacart user for account linking. |
/v2/fulfillment_sandbox/orders/{order_id}/callbacks | Simulate callbacks to a callback endpoint. |
/v2/fulfillment_sandbox/shoppers | Create a shopper to assign to a batch. |
/v2/fulfillment_sandbox/shoppers/{shopper_id}/orders/{order_id}/items | Simulate a shopper creating or updating items. |
Use the following resources to learn how to use the endpoints together to test fulfillment workflows in a development environment:
You can also use this API while testing a Post-checkout API implementation.