cURL
curl --request POST \ --url https://app.levanta.io/api/creator/v1/links/storefronts/{storefront_id} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "source_id": "<string>", "source_sub_id": "<string>", "source_name": "" }'
{ "id": "<string>", "sourceId": "<string>", "sourceSubId": "<string>", "sourceName": "<string>", "url": "<string>", "mobileOptimizedUrl": "<string>", "active": true, "type": "product", "marketplace": "amazon.com", "levantaProductCount": 123 }
Get a storefront link by its ID
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
UUID
The storefront link to create
The body is of type object.
object
Success
The response is of type object.