Get product by item code

View as MarkdownOpen in Claude

Returns the full flat product record (base fields, modifiers, per-store prices, bundle sections if applicable). Accepts either a partner API key or a user JWT.

Authentication

X-Api-Keystring
API Key authentication via header

Path parameters

itemCodestringRequired
Unique product item code

Headers

X-Tenant-IDstringOptional
Tenant identifier

Response

OK
idstring
itemCodestring
namestring
originalNamestring
internalNamestring
shortDescriptionstring
originalShortDescriptionstring
descriptionstring
originalDescriptionstring
slugstring
mainImageUrlstring
externalImageUrlstring
basePricedouble
specialPricedouble
visibleboolean
pickupAvailableboolean
deliveryAvailableboolean
eatInAvailableboolean
sortNuminteger
publishStatusstring
productTypeinteger
isBundleboolean
isVariantboolean
taxOverridedouble
taxOverrideDeliverydouble
taxOverrideEatIndouble
providerstring
posCategorystring
modifierGroupslist of objects
bundleSectionslist of objects
createdAtdatetime
updatedAtdatetime

Errors

401
Unauthorized Error
404
Not Found Error