Edit Category
Path parameters
-
shopId
integer(int32) Required -
categoryId
integer(int64) Required
Body
-
name
string Required Minimum length is
1
. -
listingIds
array[integer(int64)] Required
PUT
/self/{shopId}/categories/{categoryId}
curl \
-X PUT https://dev.sellpass.io/self/{shopId}/categories/{categoryId} \
-H "Authorization: $API_KEY" \
-H "Content-Type: application/json" \
-d '{"name":"string","listingIds":[42]}'
Request example
{
"name": "string",
"listingIds": [
42
]
}
Request examples
{
"name": "string",
"listingIds": [
42
]
}