Comment on page
Order item
_sellerId
long?
Seller ID
📶 EQUALS
,ENUM
alternativeName
string?
Product alternative namebilledUnitPriceWithVat
double
Unit price with vat after discountbilledUnitPriceWithoutVat
double
Unit price without vat after discountcanceledDate
timestamp?
Date of item canceled
📶 EQUALS
, ENUM
, NUMBER
🔽 BOTH
completed
timestamp?
Date of item (Order) completed
📶 EQUALS
, ENUM
, NUMBER
🔽 BOTH
created
timestamp
Date of item created (added to Order)
📶 EQUALS
, ENUM
, NUMBER
🔽 BOTH
currency
string(3)
Currency codediscountPercent
double
Discount percentdiscountPermitted
boolean
Enabled discount
📶 EQUALS
, ENUM
ean
string[]
EAN for item (from product)
📶 EQUALS
, ENUM
flags
integer
Special settings for Order item in binary form.
📶 BITS
id
long
Primary ID for Order itemname
string
Name of item / product.
📶 STRING
🔽 BOTH
note
string
Note for item
📶 STRING
onSale
boolean
Is item on sale
📶 EQUALS
, ENUM
packaging
double
Packaging value for item / productparked
boolean
Is item parked
📶 EQUALS
, ENUM
points
double
Points value for Order itemquantity
double
Quantity of item / productstockDeduct
boolean
📶 EQUALS
, ENUM
subtitle
string
📶 STRING
tags
string[]
Tags for item
📶 EQUALS
, ENUM
totalPriceWithVat
double
Total is with quantitytotalPriceWithoutVat
double
Total is with quantityunitPriceWithVat
double
Unit price with vat before discountunitPriceWithoutVat
double
Unit price without vat before discountunitPurchasePrice
double
Value of purchase price per unitupdated
timestamp
Date updated
📶 EQUALS
, ENUM
, NUMBER
🔽 BOTH
vat
double
Vat rateversionDate
timestamp
Last modification date and time
📶 EQUALS
, ENUM
, NUMBER
🔽 BOTH
{
"_branchId": <integer>,
"_categoryId": <long>,
"_cloudId": <integer>,
"_courseId": <long>,
"_customerId": <long>,
"_eetSubjectId": <long>,
"_employeeId": <long>,
"_orderId": <long>,
"_productId": <long>,
"_relatedOrderItemId": <long>,
"_sellerId": <long>,
"alternativeName": <string>,
"billedUnitPriceWithVat": <double>,
"billedUnitPriceWithoutVat": <double>,
"canceledDate": <timestamp>,
"completed": <timestamp>,
"created": <timestamp>,
"currency": <string>,
"discountPercent": <double>,
"discountPermitted": <boolean>,
"ean": <string[]>,
"flags": <integer>,
"id": <long>,
"name": <string>,
"note": <string>,
"onSale": <boolean>,
"packaging": <double>,
"parked": <boolean>,
"points": <double>,
"quantity": <double>,
"stockDeduct": <boolean>,
"subtitle": <string>,
"tags": <string[]>,
"totalPriceWithVat": <double>,
"totalPriceWithoutVat": <double>,
"unit": <enum>,
"unitPriceWithVat": <double>,
"unitPriceWithoutVat": <double>,
"unitPurchasePrice": <double>,
"updated": <timestamp>,
"vat": <double>,
"versionDate": <timestamp>,
// and for GET methods also:
"orderItemCustomizations": [
<Customization>, ...
]
}
{
"_branchId": <integer>,
"_cloudId": <integer>,
"_orderId": <long>,
"_orderItemId": <long>,
"_productCustomizationId": <long>,
"_productId": <long>,
"alternativeName": <string>,
"canceledDate": <timestamp>,
"created": <timestamp>,
"defaultSelection": <string>,
"discountValue": <double>,
"flags": <long>,
"id": <long>,
"name": <string>,
"purchasePriceWithoutVat": <double>,
"quantity": <double>,
"unit": <enum>,
"unitPriceWithVat": <double>,
"vat": <double>,
"versionDate": <timestamp>
}
get
https://api.dotykacka.cz
/v2/clouds/:cloudId/order-items
Get order items
get
https://api.dotykacka.cz
/v2/clouds/:cloudId/order-items/:orderItemId
Get order item
options
https://api.dotykacka.cz
/v2/clouds/:cloudId/order-items
Options order items
options
https://api.dotykacka.cz
/v2/clouds/:cloudId/order-items/:orderItemId
Options order item
Last modified 14d ago