Get product by item code
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
itemCode
Unique product item code
Headers
X-Tenant-ID
Tenant identifier
Response
OK
id
itemCode
name
originalName
internalName
shortDescription
originalShortDescription
description
originalDescription
slug
mainImageUrl
externalImageUrl
basePrice
specialPrice
visible
pickupAvailable
deliveryAvailable
eatInAvailable
sortNum
publishStatus
productType
isBundle
isVariant
taxOverride
taxOverrideDelivery
taxOverrideEatIn
provider
posCategory
modifierGroups
bundleSections
createdAt
updatedAt
Errors
401
Unauthorized Error
404
Not Found Error

