Fulfillment

Create Goods

This endpoint is used to create one or more goods records that can be added to an Inbound Plan or an Order.

post/fulfillment/{countrycode}/goods/multiple

Request body

skustring required

Unique product SKU in the client's information system.

Case-insensitive.

goodsUnitNamestring required

Short product name.

goodsUnitFullNamestring nullable

Full product name.

pricenumber float required

Price per product unit.

inventExpireDaysinteger nullable

Shelf life in days. Enables expiration date control.

Response

Multi-Status. One or more goods were processed.

errorsobject required

Validation errors for goods that could not be created.

Changes

No recorded changes to this endpoint across all 1 revision of this API.