ConsoleCatalog
Sign in
Amazon Canada logo

Amazon Canada

amazon.caShoppingno auth

Product search, categories, and product details.

Brand Store Page

ASYNCREADNo auth

Returns a brand store page with brand name, categories, and featured content.

ParametersFormJSON

Brand store page UUID identifying the storefront to fetch

Landing-page ASIN used as the brand store entry product reference

cost: 2 credits · balance: 0
curl https://api.openwire.sh/v1/wire/task \
  -X POST \
  -H "X-API-Key: $ANAKIN_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "action_id": "act_amazon_ca_brand_store_page",
    "params": {
      "page_id": "04674C15-A54C-495A-BA2E-EB2D02138948",
      "lp_asin": "B0FCY874GC"
    }
  }'