Authentication

All endpoints needs to be authenticated with your API key.

You can get your API key from the dashboard.

API key needs to be added to the header of the request with key Authorization and value your API key

          
  headersList = {
    "Authorization": "Your API Key",
  }
  
        

Product Details

This endpoint is used to get the product(ASIN) details.

POST
https://api.gochiip.com/product_details

Request Body:

Merchant Details

This endpoint is used to get the merchant(seller) details.

POST
https://api.gochiip.com/merchant_details

Merchant Products

This endpoint is used to get the merchant(seller) products.

POST
https://api.gochiip.com/merchant_products

Merchant Feedbacks

This endpoint is used to get the merchant(seller) feedbacks.

POST
https://api.gochiip.com/merchant_feedbacks

Review Details

This endpoint is used to get the reviews of a product(ASIN).

POST
https://api.gochiip.com/reviews_details

Request Body:

Status Codes