Create Catalog Item
Create a new catalog item.
Authentication
x-api-keystring
API Key authentication via header
Request
This endpoint expects an object.
name
Catalog item name
cost
Catalog item cost
price
Catalog item price
categoryId
Catalog item category identifier, one of categoryId or categoryCode is required
categoryCode
Catalog item category code, one of categoryId or categoryCode is required
type
Catalog item type
Allowed values:
manufacturer
Catalog item manufacturer, required when type is PRODUCT
sku
Catalog item SKU
code
Catalog item code
description
Catalog item description
Response
Catalog item created successfully
id
Catalog item identifier
name
Catalog item name
manufacturer
Catalog item manufacturer
sku
Catalog item SKU
code
Catalog item code
cost
Catalog item cost
price
Catalog item price
description
Catalog item description
image
categoryId
Catalog item category identifier
type
Catalog item type
Allowed values:
isArchived
Whether the catalog item is archived
createdAt
updatedAt
