Number of APIs: 6
A collection of a few basic API calls to create an order.
GET https://{{apiDomain}}/v1/shoppers/me/products.json?apiKey={{publicApiKey}}&expand=product&fields=product.id
POST https://{{apiDomain}}/oauth20/token
POST https://{{apiDomain}}/v1/shoppers/me/carts/active.json?productId={{productId}}&testOrder=true
POST https://{{apiDomain}}/payments/sources
POST https://{{apiDomain}}/v1/shoppers/me/carts/active/apply-payment-method.json
POST https://{{apiDomain}}/v1/shoppers/me/carts/active/submit-cart.json
ENDPOINTS