ArtemisAds
  1. Links
ArtemisAds
  • Get Started
    • Authentication
    • Pagination
  • Publisher API
    • Products
      • List Products
    • Deals
      • List Deals
    • Brands
      • List Brands
    • Links
      • List Publisher Sources
        GET
      • Create Product Link
        POST
      • List Product Link
        GET
      • Get Product Link by ID
        GET
      • Create Default Brand Storefront Link
        POST
      • List Brand Storefront Links
        GET
    • Reports
      • List Product reports
      • List Per-Product reports
  1. Links

Create Default Brand Storefront Link

POST
/openapi/publisher/v1/links/storefronts
Create Default Brand Storefront Link
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://api.artemisads.com/openapi/publisher/v1/links/storefronts' \
--header 'x-aa-authorization: Bearer aa.oa2.v1.xxx' \
--header 'Content-Type: application/json' \
--data-raw '{
    "brandId": "aa_86Rf07xd4ztfA13R",
    "sourceId": "aa_AF12NqjbUyaoMAU4M"
}'
Response Response Example
{
  "marketplace": "",
  "linkId": "",
  "brandId": "",
  "brandName": "",
  "sourceId": "",
  "sourceName": "",
  "trackingLink": "",
  "shortLink": ""
}

Request

Header Params
x-aa-authorization
string 
required

Bearer

Example:
Bearer aa.oa2.v1.xxx
Body Params application/json
brandId
string 
required
ArtemisAds Identifier for a brand.
sourceId
string 
optional
ArtemisAds identifier for the source where the created link will be used.
Examples

Responses

🟢200Success
application/json
Body
Publisher Brand Storefront Link
marketplace
string 
required
Marketplace identifier for filtering results based on marketplace. Available options: amazon.com, amazon.co.uk, amazon.ca, amazon.de, amazon.fr.
linkId
string 
required
ArtemisAds Brand Link Identifier
brandId
string 
required
ArtemisAds Brand Identifier
brandName
string 
required
Brand name
sourceId
string 
optional
ArtemisAds Source Identifier
sourceName
string 
optional
Source name
trackingLink
string 
required
Full tracking link URL
shortLink
string 
optional
Short link URL
Modified at 2025-06-04 02:36:48
Previous
Get Product Link by ID
Next
List Brand Storefront Links
Built with