Landing Page Asins

class ad_api.api.sb.PageAsins(account='default', marketplace: Marketplaces = Marketplaces.EU, credentials=None, proxies=None, verify=True, timeout=None, debug=False, access_token=None)

Use the Amazon Advertising API for Sponsored Brands for campaign, ad group, keyword, negative keyword, drafts, Stores, landing pages, and Brands management operations. For more information about Sponsored Brands, see the Sponsored Brands Support Center. For onboarding information, see the account setup topic.

get_page_asins(self, **kwargs) ApiResponse:

Gets ASIN information for a specified address.

Keyword Args
query pageUrl:string | Required. For sellers, the address of a Store page. Vendors may also specify the address of a custom landing page. For more information, see the [Stores section](https://advertising.amazon.com/help#GPRM3ZHEXEY5RBFZ) of the Amazon Advertising support center.
Returns

asinList

### Example python

from ad_api.api.sb.landing_page_asins import PageAsins

page_url = 'https://www.amazon.es/stores/page/49D4CB50-9C2F-46D5-8E50-5505529C790D'

result = PageAsins().get_page_asins(
    pageUrl=page_url
)

logging.info(result)

### Payload

{'asinList': ['B08N5WRTN2',
              'B081G9YQ73',
              'B008ATNJNS',
              'B08N5VXMK6',
              'B016UPAVDE',
              'B08N5S5HH5',
              'B016MUBL4U',
              'B08N5WM84C',
              'B08N5TLVQ2',
              'B0863B2L69',
              'B08N5TLB5J',
              'B081GBLPTB',
              'B081G4SK26',
              'B08N5VT5SV',
              'B0863G2M7F',
              'B07BRLMY93',
              'B08N5V4CKB',
              'B086395QZM',
              'B081GC15CY',
              'B086395QZP'],
 'code': 'SUCCESS'}

NOT AVAILABLE SANDBOX [NOT_FOUND - Could not find resource for full path]