api
products
Get a Product
get/api/products/{id}
Path parameters
idstring required
The ID of the product to update
Response
OK
_idstring required
The ID of the product
namestring required
The name of the product
activeboolean
Whether the product is active and can be distributed
isFulfillableboolean
Whether the product can be delivered
type'voucher' | 'product' | 'donation' | 'membership' | 'addOn' required
The type of the product
imagestring nullable
The image of the product
descriptionstring nullable
The description of the product
categoryIdsstring[]
An array of categories to which the product belongs
sellerIdstring required
The ID of the seller of the product
metaobject
Custom key-value data. Metadata is useful for storing additional, structured information on an object.
localizationobject
Localization of the product for multiple languages
createdAtstring date-time
An ISO timestamp indicating when the product was created
updatedAtstring date-time
An ISO timestamp indicating when the product was updated