Create shop category
Create a new shop category
Rate Limit: 300 Max attempts within 1 minute.
Path Parameters
Parameter | Details |
---|---|
shopKey
| string Example: ms |
Request body
requiredParameter | Details |
---|---|
id
| integer Example: 3 |
parentId
| integer Example: 1 |
leftSiblingId
| integer Example: 2 |
name
| object Example: { "de_DE": "Meine Shop-Kategorie", "en_GB": "My Shop Category" } |
productSets
| object referencedProductSetId integerincludeProductIds array
excludeProductIds array
isNew booleanEnum: true attributes array
|
supportedFilterGroups | string |
properties | object key stringExample: myKey value stringExample: myValue |
isActive | boolean Example: true |
isVisible | boolean Example: true |
isExcludedFromSearch
| boolean Example: true |
customData
| object
|
countries
| object isActive booleanExample: true isVisible booleanExample: true isExcludedFromSearch boolean
Example: true properties array
customData
|
Responses
201
Shop category was successfully created.
application/json
Success
id
integer
Example:
3
parentId
integer
Example:
1
leftSiblingId
integer
Example:
2
object
Example:
{ "de_DE": "Meine Shop-Kategorie", "en_GB": "My Shop Category" }
Array of object
supportedFilterGroups
Array of string
Array of object
isActive
boolean
Example:
true
isVisible
boolean
Example:
true
isExcludedFromSearch
boolean
Example:
true
null
Array of object
400
Bad Request
application/json
Error
401
Unauthorized
application/json
Error
404
Not Found
application/json
Error
POST
Request samples
Response samples
201Shop Category:
Content type: application/json