1. Help Center
  2. Setup & Developer Documentation

Shoppable® Product API Documentation

This endpoint is used to query a given set of UPCs to get: Stock availabilities in retailers Up-to-date price information Variations (customers have the ability to create their own variation by grouping products )

Overview

This endpoint is used to query a given set of UPCs to get:
  • Stock availabilities in retailers
  • Up-to-date price information
  • Variations (customers have the ability to create their own variation by grouping products )

Click here for Developer Documentation

 

API EndPoints

Production: https://cloud.shoppable.com/products 
Staging: https://cloud.staging.shoppable.com/products

Authentication

Authentication is done with two items in the request header. Both the bearer token and x-shoppable-secret will be provided to you by your Customer Success Manager at Shoppable.  

Request Headers 

  "Authorization": “Bearer <Bearer token that will be provided by shoppable>”, 
  "x-shoppable-secret": “<Shoppable Secret will be provided by shoppable>”