You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Gets advertising eligibility status for a list of products.
16
+
Gets a list of advertising eligibility objects for a set of products. Requests are permitted only for products sold by the merchant associated with the profile. Note that the request object is a list of ASINs, but multiple SKUs are returned if there is more than one SKU associated with an ASIN. If a product is not eligible for advertising, the response includes an object describing the reasons for ineligibility.
Gets a list of advertising eligibility objects for a set of products. Requests are permitted only for products sold by the merchant associated with the profile. Note that the request object is a list of ASINs, but multiple SKUs are returned if there is more than one SKU associated with an ASIN. If a product is not eligible for advertising, the response includes an object describing the reasons for ineligibility.
42
+
43
+
| **asin_list**: 'A list of ASIN: An Amazon product identifier.'
44
+
| **sku_list**: 'A list of SKU: A seller product identifier'
45
+
| **adType**: *string*, {'description': 'Set to 'sp' to check product eligibility for Sponsored Products advertisements. Set to 'sb' to check product eligibility for Sponsored Brands advertisements. default: sp. [ sp, sb ]'}
46
+
| **locale**': *string*, {'description': 'Set to the locale string in the table below to specify the language in which the response is returned. default: en_GB'}
query **count**:*string* | Optional. Number of records to include in the paged response. Defaults to 100. Cannot be combined with the cursor parameter.
16
+
15
17
query **cursor**:*string* | Optional. A cursor representing how far into a result set this query should begin. In the absence of a cursor the request will default to start index of 0 and page size of 100.
The Amazon Product Selector API allows integrators to receive product metadata such as inventory status, price, eligibility status and product details for SKUS or ASINs in their Product Catalog in order to launch, manage or optimize Sponsored Product, Sponsored Brands or Sponsored Display advertising campaigns. The Product Selector API is available to Sellers, Vendors, and Authors.
Update the daily budget for one or more profiles. Note that this operation is only used for Sellers using Sponsored Products.
37
+
38
+
'**profile_id**': *integer($int64)* | required {'description': 'The identifier of the profile.'}
39
+
40
+
'**daily_budget**': *number*, | required {'description': 'Note that this field applies to Sponsored Product campaigns for seller type accounts only. Not supported for vendor type accounts.'}
41
+
42
+
'**\*\*kwargs**': You can add other keyword args like the original method (countryCode, currencyCode, timezone, accountInfo{}) but as they are read-only if you try to modify will get INVALID_ARGUMENT: Cannot modify "value" for profile
Update the daily budget for one or more profiles. Note that this operation is only used for Sellers using Sponsored Products.
41
72
42
73
body: | REQUIRED {'description': 'An array of ad groups.}'
43
74
44
-
| '**profileId**': *integer($int64)*, {'description': 'The identifier of the profile.'}
45
-
| '**countryCode**': *string*, {'description': 'The countryCode for a given country'}
46
-
| '**currencyCode**': *string*, {'description': 'The currency used for all monetary values for entities under this profile.'}
47
-
| '**dailyBudget**': *number*, {'description': 'Note that this field applies to Sponsored Product campaigns for seller type accounts only. Not supported for vendor type accounts.'}
48
-
| '**timezone**': *string*, {'description': 'The time zone used for all date-based campaign management and reporting.'}
49
-
| '**accountInfo**': *AccountInfoAccountInfo*, {}
75
+
| '**profileId**': *integer($int64)* | required {'description': 'The identifier of the profile.'}
76
+
| '**countryCode**': *string* | readOnly {'description': 'The countryCode for a given country'}
77
+
| '**currencyCode**': *string* | readOnly {'description': 'The currency used for all monetary values for entities under this profile.'}
78
+
| '**dailyBudget**': *number* | required {'description': 'Note that this field applies to Sponsored Product campaigns for seller type accounts only. Not supported for vendor type accounts.'}
79
+
| '**timezone**': *string* | readOnly {'description': 'The time zone used for all date-based campaign management and reporting.'}
0 commit comments