docs
  1. Admin Api
  2. Resources
  3. Shop Countries
  4. Update Shop Country Assortment

Update shop country assortment

Update a shop country assortment

Rate Limit: 300 Max attempts within 1 minute.

Path Parameters

ParameterDetails
shopKey
  • required
string
Example:
ms
countryCode
  • required
string
Example:
de

Request body

required
ParameterDetails
masterCategories
object
include
array
exclude
array
products
object
include
array
exclude
array
attributes
object
name
string
include
array
exclude
array
merchantReferenceKeys
object
include
array
  • uniqueItems
exclude
array
  • uniqueItems

Responses

200
Shop country assortment was successfully updated.
application/json
Success
object
object
Array of object
object
400
Bad Request
application/json
Error
401
Unauthorized
application/json
Error
404
Not Found
application/json
Error
PUT/shops/{shopKey}/countries/{countryCode}/assortment

Request samples

Response samples

200
Assortment:
Content type: application/json
Provide Feedback