Goods

Get goods/category by id

Fetches a single goods item or category by its internal UDS ID. Returns full details including price, inventory, images, and promotional offers.

get/goods/{id}

Response

OK

idinteger

Goods ID.

namestring required

Goods name.

nodeIdinteger nullable

ID of the category in which the item is included.

externalIdstring nullable

External goods identifier.

dateCreatedstring date-time

Date item created.

hiddenboolean nullable

Is the goods hidden.

blockedboolean nullable

Is the goods blocked.

imageUrlsstring[]

Array of imageId from presigned url response

Changes