Create configuration
Create or update a shop category country configuration
Rate Limit: 300 Max attempts within 1 minute.
Path Parameters
Parameter | Details |
---|---|
shopKey
| string Example: ms |
countryCode
| string Example: de |
shopCategoryId
| integer Example: 1 |
Request body
requiredParameter | Details |
---|---|
countryCode
| string Example: DE |
shopCountryId
| integer Example: 1 |
path
| string Example: /my-shop-category |
isActive | boolean Example: true |
isVisible | boolean Example: true |
isExcludedFromSearch
| boolean Example: true |
properties | object key stringExample: myKey value stringExample: myValue |
customData
| object
|
Responses
200
Shop category country configuration was succesfully updated or created.
application/json
Success
countryCode
string
Example:
DE
shopCountryId
integer
Example:
1
path
string
Example:
/my-shop-category
isActive
boolean
Example:
true
isVisible
boolean
Example:
true
isExcludedFromSearch
boolean
Example:
true
Array of object
null
400
Bad Request
application/json
Error
401
Unauthorized
application/json
Error
404
Not Found
application/json
Error
POST
Request samples
Response samples
200Shop Category Country:
Content type: application/json