latestOpenAPI 3.0.02026-08-10234193.3 KB

60e380005037

Fulfillment

Update goods' details

This endpoint allows modifying details of an existing goods. Only the fields that need to be changed should be included in the request body (partial update), for example updating the name, price, or shelf life of a product.

🔸All fields are optional, but at least one field must be provided to perform an update. On success, the API returns the updated goods fields.

patch/fulfillment/{countrycode}/goods/{objectId}

Path parameters

countrycodestring required

Country code where the goods are registered.

objectIdstring required

Unique identifier of the goods to be updated.

Request body

goodsUnitNamestring

Product name.

goodsUnitFullNamestring

Full product name.

pricenumber float

Price per unit of the product.

inventExpireDaysinteger nullable

Shelf life in days or null if not applicable.

Response

Request successful. Goods details were updated.

goodsUnitNamestring

Product name.

goodsUnitFullNamestring

Full product name.

pricenumber float

Price per unit of the product.

inventExpireDaysinteger nullable

Shelf life in days or null if not applicable.