cURL
curl --request GET \ --url https://app.levanta.io/api/creator/v1/products/{asin} \ --header 'Authorization: Bearer <token>'
{ "asin": "<string>", "marketplace": "amazon.com", "pricing": { "price": 123, "currency": "USD" }, "commission": 123, "title": "<string>", "inStock": true, "category": "<string>", "brandId": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "access": true, "image": "<string>", "parentAsin": "<string>", "variations": [ "<string>" ] }
Get a product in amazon.com by asin
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Amazon Standard Identifier (ASIN) for an Amazon product. Example: B09G9FPHY6
Success
The response is of type object.
object