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
type
Catalog item type
Allowed values:
category
Catalog item category code. Must be a valid ProductCategory when type is PRODUCT or ServiceCategory when type is SERVICE.
cost
Catalog item cost
price
Catalog item price
tradeGroup
High-level trade group for this item. Default is OTHER if not provided.
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
catalog
High-level trade group for this item.
type
Catalog item type
Allowed values:
category
Catalog item category code (ProductCategory or ServiceCategory)
cost
Catalog item cost
price
Catalog item price
manufacturer
Catalog item manufacturer
sku
Catalog item SKU
code
Catalog item code
description
Catalog item description
image
isArchived
Whether the catalog item is archived
createdById
Identifier of the user who created the catalog item
createdAt
updatedAt
