Checkout
You can perform Store Transfer operations by submitting a list of SKU with corresponding amounts. Alternatively, you can also provide a list of raw items for retailers like AmazonFresh and Instacart.
Checkout Flow
Retailers provide different ways to the authenticated user and match products in-store. Currently we support 3 different flows.
It can affect your user experience. Please check details for each flow in retailers sections
Affiliates
Whisk supports several affiliate networks. You can pass your affiliate codes through checkout API.
Supported affiliate services at the moment: Awin
, VigLink
, CJ Affiliate
.
Stores which support affiliates:
Instacart
AmazonFresh
BritishCornerShop
Billa
Tesco
Ocado
Waitrose
Walmart
Woolworths
Use field extra to pass your affiliate codes.
Checkout
POST
https://graph.whisk.com/v1/carts/checkout
Request Body
CheckoutItem
CheckoutExtra
AffiliateInfo
StoreItemCheckoutValue
RawItemCheckoutValue
Credentials
BasicCredentials
OAuthCredentials
CheckoutResponse
CheckedOutItem
InventoryItem
Price
Sample Request
Example with AmazonFresh
Last updated