Developers
Search…
Introduction
Integration
Spring Boot Starter
Custom Integration
General
Data object descriptions
HealthStatus
DefaultOffer
DiscountOffer
ProductRelatedOffer
OfferType
OfferClassification
Order
OrderStatusChangeLog
ColorTheme
LoyaltyCard
DefaultLoyaltyCard
BonusLoyaltyCard
LoyaltyCardType
LoyaltyCardValidationType
Shipment
ShipmentStatus
Category
Addition
Address
Currency
BuyerParty
Campaign
CampaignCode
ClientCard
Information
Inspection
Invoice
LangCode
Price
Product
Quantity
SellerParty
Total
TotalVAT
Translatable
Receipt
ReceiptProduct
ReceiptLoyaltyCard
ReceiptCategory
VAT
Request & Responses
Campaign standard
Powered By
GitBook
Product
Product data transfer object description
Object description
Field
Type
Required
Description
barcode
String
Yes
Product SKU
type
​
ProductType
​
Yes
Product type
translatableName
​
Translatable
​
Yes
Multilingual product name
translatableDescription
​
Translatable
​
No
Multilingual product
description
quantity
​
Quantity
​
Yes
Product quantity and measure
price
​
Price
​
Yes
Detailed price description
information
​
Information
​
No
Additional information
weightItem
Boolean
Yes
Whether it's a weight product
inspections
List<
Inspection
>
No
Product based purchase check rules
campaigns
List<
Campaign
>
No
Product based campaign rules
subProducts
List<
Product
>
Yes if
ProductType
is
CONNECTED
Connected products
categories
List<
Category
>
Yes
Connected categories
Enum type possible values
ProductType
​
SINGLE
​
CONNECTED
​
Previous
Price
Next
Quantity
Last modified
2yr ago
Copy link
Outline
Object description
Enum type possible values