Orders
This is the eshop key you receive during onboarding.
Token you get from calling /users/login
Page number, can be used for pagination
1Example: 1items per page
10Example: 30List of columns you want to retrieve. If empty, all possible columns will be retrieved
["id","status","timestamp"]Possible values: Success response
Unauthorized response
POST /v2/orders/filter HTTP/1.1
Host: gw.new.skladon.net
authorization: text
x-api-key: text
Content-Type: application/json
Accept: */*
Content-Length: 183
{
"page": 1,
"items": 30,
"columns": [
"id",
"status",
"timestamp"
],
"sorts": [
{
"column": "timestamp",
"direction": "DESC"
}
],
"filters": [
[
{
"column": "shipper",
"operator": "eq",
"value": [
"CP",
"UPS"
]
}
]
]
}{
"statusCode": 200,
"message": "text",
"data": [
{
"id": 1,
"status": "inProcess",
"timestamp": "2022-05-23T18:43:10.000Z",
"updatedAt": "2022-05-23T18:43:10.000Z",
"deliveredAt": "2022-05-23T18:43:10.000Z",
"trackingNumbers": [
"012364479"
],
"eshopOrderId": "12345",
"invoiceNumber": "4790712402150",
"orderType": "b2c",
"invoiceDate": "2022-05-23T18:43:10.000Z",
"requiredExpeditionDate": "2022-05-23T18:43:10.000Z",
"partnerOrderId": "text",
"recipientName": "Jan Novák",
"recipientAttentionName": "Jan Novák",
"recipientEmail": "[email protected]",
"recipientPhone": "735001002",
"recipientCompanyName": "text",
"recipientCompanyId": "text",
"recipientTaxId": "text",
"recipientStreet": "Komenského 172",
"recipientAddressAdditionalInfo": "text",
"recipientCity": "Praha",
"recipientState": "CZ",
"recipientProvinceCode": "text",
"recipientPostCode": "70316",
"recipientGln": "01234563987",
"billingName": "Jan Novák",
"billingAttentionName": "Jan Novák",
"billingEmail": "[email protected]",
"billingPhone": "735001002",
"billingCompanyName": "text",
"billingCompanyId": "text",
"billingTaxId": "text",
"billingStreet": "Komenského 172",
"billingAddressAdditionalInfo": "text",
"billingCity": "Praha",
"billingState": "CZ",
"billingProvinceCode": "text",
"billingPostCode": "70316",
"billingGln": "9874563210",
"shipper": "text",
"addressId": "CZ12345",
"message": "text",
"paid": true,
"paymentMethod": "0",
"price": 2990,
"currency": "CZK",
"shippingPrice": 0,
"codPrice": 2990,
"codCurrency": "CZK",
"codRefNumber": 10898,
"note": "text",
"shipperServiceCode": "text",
"allowExpedition": true,
"printReturnLabel": true,
"printFiles": true,
"holdByQuality": true,
"disableShippingReorder": true,
"marketplace": "alza",
"underSanction": true,
"priority": 0,
"waitingForPaymentAt": "2023-10-01T12:00:00Z",
"productsNotAvailableAt": "2023-10-02T12:00:00Z",
"suspendedAt": "2023-10-03T12:00:00Z",
"releaseFromSuspendedAt": "2023-10-04T12:00:00Z",
"incorrectAt": "2023-10-05T12:00:00Z",
"waitingForShipmentAt": "2023-10-06T12:00:00Z",
"shipmentOrderedAt": "2023-10-07T12:00:00Z",
"inProcessAt": "2023-10-08T12:00:00Z",
"packedAt": "2023-10-09T12:00:00Z",
"waitingForCarrierAt": "2023-10-10T12:00:00Z",
"shippedAt": "2023-10-11T12:00:00Z",
"returningBackAt": "2023-10-12T12:00:00Z",
"parentOrderId": 12345,
"parentEshopOrderId": "ESHOP12345",
"returnTrackingNumber": "TRACK12345",
"eshopNote": "Order note",
"orderBoxCount": 2,
"incorrectOrderMessage": "The order is incorrect"
}
],
"request": {
"page": 1,
"items": 30,
"columns": [
"id",
"status",
"timestamp"
],
"sorts": [
{
"column": "timestamp",
"direction": "DESC"
}
],
"filters": [
[
{
"column": "shipper",
"operator": "eq",
"value": [
"CP",
"UPS"
]
}
]
]
},
"totalCount": 430
}If turned on it returns information what SKUs are in which packing together with SSCC codes, serial numbers etc.
This is the eshop key you receive during onboarding.
Token you get from calling /users/login
Success response
Unauthorized response
Not found response
GET /v2/orders/{eshopOrderId} HTTP/1.1
Host: gw.new.skladon.net
authorization: text
x-api-key: text
Accept: */*
{
"statusCode": 200,
"message": "text",
"data": {
"id": 1,
"status": "inProcess",
"timestamp": "2022-05-23T18:43:10.000Z",
"updatedAt": "2022-05-23T18:43:10.000Z",
"deliveredAt": "2022-05-23T18:43:10.000Z",
"trackingNumbers": [
"012364479"
],
"eshopOrderId": "12345",
"invoiceNumber": "4790712402150",
"orderType": "b2c",
"invoiceDate": "2022-05-23T18:43:10.000Z",
"requiredExpeditionDate": "2022-05-23T18:43:10.000Z",
"partnerOrderId": "text",
"recipientName": "Jan Novák",
"recipientAttentionName": "Jan Novák",
"recipientEmail": "[email protected]",
"recipientPhone": "735001002",
"recipientCompanyName": "text",
"recipientCompanyId": "text",
"recipientTaxId": "text",
"recipientStreet": "Komenského 172",
"recipientAddressAdditionalInfo": "text",
"recipientCity": "Praha",
"recipientState": "CZ",
"recipientProvinceCode": "text",
"recipientPostCode": "70316",
"recipientGln": "01234563987",
"billingName": "Jan Novák",
"billingAttentionName": "Jan Novák",
"billingEmail": "[email protected]",
"billingPhone": "735001002",
"billingCompanyName": "text",
"billingCompanyId": "text",
"billingTaxId": "text",
"billingStreet": "Komenského 172",
"billingAddressAdditionalInfo": "text",
"billingCity": "Praha",
"billingState": "CZ",
"billingProvinceCode": "text",
"billingPostCode": "70316",
"billingGln": "9874563210",
"shipper": "text",
"addressId": "CZ12345",
"message": "text",
"paid": true,
"paymentMethod": "0",
"price": 2990,
"currency": "CZK",
"shippingPrice": 0,
"codPrice": 2990,
"codCurrency": "CZK",
"codRefNumber": 10898,
"note": "text",
"shipperServiceCode": "text",
"allowExpedition": true,
"printReturnLabel": true,
"printFiles": true,
"holdByQuality": true,
"disableShippingReorder": true,
"marketplace": "alza",
"underSanction": true,
"priority": 0,
"waitingForPaymentAt": "2023-10-01T12:00:00Z",
"productsNotAvailableAt": "2023-10-02T12:00:00Z",
"suspendedAt": "2023-10-03T12:00:00Z",
"releaseFromSuspendedAt": "2023-10-04T12:00:00Z",
"incorrectAt": "2023-10-05T12:00:00Z",
"waitingForShipmentAt": "2023-10-06T12:00:00Z",
"shipmentOrderedAt": "2023-10-07T12:00:00Z",
"inProcessAt": "2023-10-08T12:00:00Z",
"packedAt": "2023-10-09T12:00:00Z",
"waitingForCarrierAt": "2023-10-10T12:00:00Z",
"shippedAt": "2023-10-11T12:00:00Z",
"returningBackAt": "2023-10-12T12:00:00Z",
"parentOrderId": 12345,
"parentEshopOrderId": "ESHOP12345",
"returnTrackingNumber": "TRACK12345",
"eshopNote": "Order note",
"orderBoxCount": 2,
"incorrectOrderMessage": "The order is incorrect",
"orderProducts": [
{
"sku": "SKU1",
"productPrice": 2000,
"count": 1,
"lot": "text",
"serialNumbers": [
"012364479"
],
"customsProductType": "saleOfGoods",
"lineState": "E",
"customizationType": "engraving",
"packingLists": [
{
"id": 1,
"expeditionPalletNumber": "1235458789",
"expeditionBoxNumber": "98745698",
"ssccCode": "87445987445",
"serialNumbers": [
"4566897445621"
],
"count": 20
}
],
"customizationText": "PJ",
"bcxCodes": [
"text"
],
"eshopOrderProductId": "clientEshopOrderProductId1",
"orderProductFiles": [
{
"type": "other",
"fileName": "123456.PDF",
"fileType": "PDF",
"fileSize": "text",
"id": 1
}
]
}
],
"orderFiles": [
{
"type": "invoice",
"fileName": "123456.PDF",
"fileType": "PDF",
"fileSize": "text",
"id": 1
}
]
}
}This is the eshop key you receive during onboarding.
Token you get from calling /users/login
Unique order ID from the e-shop. Used to check whether the order has not already been created in MySkladon. The ideal value is the unique order identifier from the e-shop.
123454790712402150b2cPossible values: 2022-05-23 20:39:38Required expedition date for B2B orders
2022-05-23 20:39:38Jan NovákJan Novák[email protected]735001002Must be filled for transfer order type. Value can be found in MYS at Settings -> Provider transfer companies
Komenského 172Prahahttps://en.wikipedia.org/wiki/List_of_ISO_3166_country_codes (Alpha-2 code)
CZ7031601234563987Jan NovákJan Novák[email protected]735001002Komenského 172Prahahttps://en.wikipedia.org/wiki/List_of_ISO_3166_country_codes (Alpha-2 code)
CZ703169874563210Use the 'shipper' field obtained from GET /v2/shipper-service-codes endpoint
ID of carrier's pickup point
CZ12345True if order is paid, false otherwise.
true0 - cash on delivery, 1 - card online, 2 - bank transfer
2990299010898Note from e-shop that is not shown to the customer
Use the 'value' field obtained from GET /v2/shipper-service-codes endpoint
trueIf true order file with "invoice" type will be printed
If true order will be picked from quality
Tracking numbers
If set to true, order is marked as under sanction. Only for B2B orders.
Order priority. 0 - normal, 1 - high
0Possible values: If set to true, standard shipping wont be ordered. It is necessary to pass shippingAddonLabel to order files and set value for marketplace.
Order marketplace origin. Required if disableShippingReorder is set to true.
alzaPossible values: Success response
Unauthorized response
Conflict response
POST /v2/orders HTTP/1.1
Host: gw.new.skladon.net
authorization: text
x-api-key: text
Content-Type: application/json
Accept: */*
Content-Length: 1946
{
"eshopOrderId": "12345",
"invoiceNumber": "4790712402150",
"orderType": "b2c",
"invoiceDate": "2022-05-23 20:39:38",
"requiredExpeditionDate": "2022-05-23 20:39:38",
"partnerOrderId": "text",
"recipientName": "Jan Novák",
"recipientAttentionName": "Jan Novák",
"recipientEmail": "[email protected]",
"recipientPhone": "735001002",
"recipientCompanyName": "text",
"recipientCompanyId": "text",
"recipientTaxId": "text",
"recipientStreet": "Komenského 172",
"recipientAddressAdditionalInfo": "text",
"recipientCity": "Praha",
"recipientState": "CZ",
"recipientProvinceCode": "text",
"recipientPostCode": "70316",
"recipientGln": "01234563987",
"billingName": "Jan Novák",
"billingAttentionName": "Jan Novák",
"billingEmail": "[email protected]",
"billingPhone": "735001002",
"billingCompanyName": "text",
"billingCompanyId": "text",
"billingTaxId": "text",
"billingStreet": "Komenského 172",
"billingAddressAdditionalInfo": "text",
"billingCity": "Praha",
"billingState": "CZ",
"billingProvinceCode": "text",
"billingPostCode": "70316",
"billingGln": "9874563210",
"shipper": "text",
"addressId": "CZ12345",
"message": "text",
"paid": true,
"paymentMethod": "0",
"price": 2990,
"currency": "CZK",
"shippingPrice": 0,
"codPrice": 2990,
"codCurrency": "CZK",
"codRefNumber": 10898,
"note": "text",
"eshopNote": "text",
"shipperServiceCode": "text",
"allowExpedition": true,
"printReturnLabel": true,
"printFiles": true,
"holdByQuality": true,
"trackingNumbers": [
"012364479"
],
"underSanction": true,
"priority": 0,
"disableShippingReorder": true,
"marketplace": "alza",
"orderProducts": [
{
"sku": "SKU1",
"productPrice": 2000,
"count": 1,
"locationId": "text",
"lot": "text",
"customsProductType": "saleOfGoods",
"lineState": "E",
"customizationType": "engraving",
"customizationText": "text",
"eshopOrderProductId": "text",
"bcxCodes": [
"text"
],
"orderProductFiles": [
{
"type": "other",
"data": "someBase64",
"fileName": "123456.PDF",
"fileType": "PDF",
"fileSize": "text",
"id": 1
}
]
}
],
"orderFiles": [
{
"type": "invoice",
"data": "someBase64",
"fileName": "123456.PDF",
"fileType": "PDF",
"fileSize": "text"
}
]
}{
"statusCode": 200,
"message": "text",
"data": {
"id": 1,
"status": "inProcess",
"timestamp": "2022-05-23T18:43:10.000Z",
"updatedAt": "2022-05-23T18:43:10.000Z",
"deliveredAt": "2022-05-23T18:43:10.000Z",
"trackingNumbers": [
"012364479"
],
"eshopOrderId": "12345",
"invoiceNumber": "4790712402150",
"orderType": "b2c",
"invoiceDate": "2022-05-23T18:43:10.000Z",
"requiredExpeditionDate": "2022-05-23T18:43:10.000Z",
"partnerOrderId": "text",
"recipientName": "Jan Novák",
"recipientAttentionName": "Jan Novák",
"recipientEmail": "[email protected]",
"recipientPhone": "735001002",
"recipientCompanyName": "text",
"recipientCompanyId": "text",
"recipientTaxId": "text",
"recipientStreet": "Komenského 172",
"recipientAddressAdditionalInfo": "text",
"recipientCity": "Praha",
"recipientState": "CZ",
"recipientProvinceCode": "text",
"recipientPostCode": "70316",
"recipientGln": "01234563987",
"billingName": "Jan Novák",
"billingAttentionName": "Jan Novák",
"billingEmail": "[email protected]",
"billingPhone": "735001002",
"billingCompanyName": "text",
"billingCompanyId": "text",
"billingTaxId": "text",
"billingStreet": "Komenského 172",
"billingAddressAdditionalInfo": "text",
"billingCity": "Praha",
"billingState": "CZ",
"billingProvinceCode": "text",
"billingPostCode": "70316",
"billingGln": "9874563210",
"shipper": "text",
"addressId": "CZ12345",
"message": "text",
"paid": true,
"paymentMethod": "0",
"price": 2990,
"currency": "CZK",
"shippingPrice": 0,
"codPrice": 2990,
"codCurrency": "CZK",
"codRefNumber": 10898,
"note": "text",
"shipperServiceCode": "text",
"allowExpedition": true,
"printReturnLabel": true,
"printFiles": true,
"holdByQuality": true,
"disableShippingReorder": true,
"marketplace": "alza",
"underSanction": true,
"priority": 0,
"waitingForPaymentAt": "2023-10-01T12:00:00Z",
"productsNotAvailableAt": "2023-10-02T12:00:00Z",
"suspendedAt": "2023-10-03T12:00:00Z",
"releaseFromSuspendedAt": "2023-10-04T12:00:00Z",
"incorrectAt": "2023-10-05T12:00:00Z",
"waitingForShipmentAt": "2023-10-06T12:00:00Z",
"shipmentOrderedAt": "2023-10-07T12:00:00Z",
"inProcessAt": "2023-10-08T12:00:00Z",
"packedAt": "2023-10-09T12:00:00Z",
"waitingForCarrierAt": "2023-10-10T12:00:00Z",
"shippedAt": "2023-10-11T12:00:00Z",
"returningBackAt": "2023-10-12T12:00:00Z",
"parentOrderId": 12345,
"parentEshopOrderId": "ESHOP12345",
"returnTrackingNumber": "TRACK12345",
"eshopNote": "Order note",
"orderBoxCount": 2,
"incorrectOrderMessage": "The order is incorrect",
"orderProducts": [
{
"sku": "SKU1",
"productPrice": 2000,
"count": 1,
"lot": "text",
"serialNumbers": [
"012364479"
],
"customsProductType": "saleOfGoods",
"lineState": "E",
"customizationType": "engraving",
"packingLists": [
{
"id": 1,
"expeditionPalletNumber": "1235458789",
"expeditionBoxNumber": "98745698",
"ssccCode": "87445987445",
"serialNumbers": [
"4566897445621"
],
"count": 20
}
],
"customizationText": "PJ",
"bcxCodes": [
"text"
],
"eshopOrderProductId": "clientEshopOrderProductId1",
"orderProductFiles": [
{
"type": "other",
"fileName": "123456.PDF",
"fileType": "PDF",
"fileSize": "text",
"id": 1
}
]
}
],
"orderFiles": [
{
"type": "invoice",
"fileName": "123456.PDF",
"fileType": "PDF",
"fileSize": "text",
"id": 1
}
]
}
}This is the eshop key you receive during onboarding.
Token you get from calling /users/login
Unique order ID from the e-shop. Used to check whether the order has not already been created in MySkladon. The ideal value is the unique order identifier from the e-shop.
123454790712402150b2cPossible values: 2022-05-23 20:39:38Required expedition date for B2B orders.
2022-05-23 20:39:38Jan NovákJan Novák[email protected]735001002Must be filled for transfer order type. Value can be found in MYS at Settings -> Provider transfer companies
Komenského 172Prahahttps://en.wikipedia.org/wiki/List_of_ISO_3166_country_codes (Alpha-2 code)
CZ7031601234563987Jan NovákJan Novák[email protected]735001002Komenského 172Prahahttps://en.wikipedia.org/wiki/List_of_ISO_3166_country_codes (Alpha-2 code)
CZ703169874563210Use the 'shipper' field obtained from GET /v2/shipper-service-codes endpoint
ID of carrier's pickup point
CZ12345True if order is paid, false otherwise.
true0 - cash on delivery, 1 - card online, 2 - bank transfer
2990299010898Note from e-shop that is not shown to the customer
Use the 'value' field obtained from GET /v2/shipper-service-codes endpoint
trueIf true order file with "invoice" type will be printed
If true order will be picked from quality
If set to true, order is marked as under sanction. Only for B2B orders.
Order priority. 0 - normal, 1 - high
0Possible values: Success response
Unauthorized response
Not found response
PUT /v2/orders/{eshopOrderId} HTTP/1.1
Host: gw.new.skladon.net
authorization: text
x-api-key: text
Content-Type: application/json
Accept: */*
Content-Length: 1922
{
"eshopOrderId": "12345",
"invoiceNumber": "4790712402150",
"orderType": "b2c",
"invoiceDate": "2022-05-23 20:39:38",
"requiredExpeditionDate": "2022-05-23 20:39:38",
"partnerOrderId": "text",
"recipientName": "Jan Novák",
"recipientAttentionName": "Jan Novák",
"recipientEmail": "[email protected]",
"recipientPhone": "735001002",
"recipientCompanyName": "text",
"recipientCompanyId": "text",
"recipientTaxId": "text",
"recipientStreet": "Komenského 172",
"recipientAddressAdditionalInfo": "text",
"recipientCity": "Praha",
"recipientState": "CZ",
"recipientProvinceCode": "text",
"recipientPostCode": "70316",
"recipientGln": "01234563987",
"billingName": "Jan Novák",
"billingAttentionName": "Jan Novák",
"billingEmail": "[email protected]",
"billingPhone": "735001002",
"billingCompanyName": "text",
"billingCompanyId": "text",
"billingTaxId": "text",
"billingStreet": "Komenského 172",
"billingAddressAdditionalInfo": "text",
"billingCity": "Praha",
"billingState": "CZ",
"billingProvinceCode": "text",
"billingPostCode": "70316",
"billingGln": "9874563210",
"shipper": "text",
"addressId": "CZ12345",
"message": "text",
"paid": true,
"paymentMethod": "0",
"price": 2990,
"currency": "CZK",
"shippingPrice": 0,
"codPrice": 2990,
"codCurrency": "CZK",
"codRefNumber": 10898,
"note": "text",
"eshopNote": "text",
"shipperServiceCode": "text",
"allowExpedition": true,
"printReturnLabel": true,
"printFiles": true,
"holdByQuality": true,
"trackingNumbers": [
"012364479"
],
"underSanction": true,
"priority": 0,
"orderProducts": [
{
"sku": "SKU1",
"productPrice": 2000,
"count": 1,
"locationId": "text",
"lot": "text",
"customsProductType": "saleOfGoods",
"lineState": "E",
"customizationType": "engraving",
"customizationText": "text",
"eshopOrderProductId": "text",
"bcxCodes": [
"text"
],
"orderProductFiles": [
{
"type": "other",
"data": "someBase64",
"fileName": "123456.PDF",
"fileType": "PDF",
"fileSize": "text",
"id": 1
}
]
}
],
"orderFiles": [
{
"type": "invoice",
"data": "someBase64",
"fileName": "123456.PDF",
"fileType": "PDF",
"fileSize": "text",
"id": 1
}
],
"status": "canceled"
}{
"statusCode": 200,
"message": "text",
"data": {
"id": 1,
"status": "inProcess",
"timestamp": "2022-05-23T18:43:10.000Z",
"updatedAt": "2022-05-23T18:43:10.000Z",
"deliveredAt": "2022-05-23T18:43:10.000Z",
"trackingNumbers": [
"012364479"
],
"eshopOrderId": "12345",
"invoiceNumber": "4790712402150",
"orderType": "b2c",
"invoiceDate": "2022-05-23T18:43:10.000Z",
"requiredExpeditionDate": "2022-05-23T18:43:10.000Z",
"partnerOrderId": "text",
"recipientName": "Jan Novák",
"recipientAttentionName": "Jan Novák",
"recipientEmail": "[email protected]",
"recipientPhone": "735001002",
"recipientCompanyName": "text",
"recipientCompanyId": "text",
"recipientTaxId": "text",
"recipientStreet": "Komenského 172",
"recipientAddressAdditionalInfo": "text",
"recipientCity": "Praha",
"recipientState": "CZ",
"recipientProvinceCode": "text",
"recipientPostCode": "70316",
"recipientGln": "01234563987",
"billingName": "Jan Novák",
"billingAttentionName": "Jan Novák",
"billingEmail": "[email protected]",
"billingPhone": "735001002",
"billingCompanyName": "text",
"billingCompanyId": "text",
"billingTaxId": "text",
"billingStreet": "Komenského 172",
"billingAddressAdditionalInfo": "text",
"billingCity": "Praha",
"billingState": "CZ",
"billingProvinceCode": "text",
"billingPostCode": "70316",
"billingGln": "9874563210",
"shipper": "text",
"addressId": "CZ12345",
"message": "text",
"paid": true,
"paymentMethod": "0",
"price": 2990,
"currency": "CZK",
"shippingPrice": 0,
"codPrice": 2990,
"codCurrency": "CZK",
"codRefNumber": 10898,
"note": "text",
"shipperServiceCode": "text",
"allowExpedition": true,
"printReturnLabel": true,
"printFiles": true,
"holdByQuality": true,
"disableShippingReorder": true,
"marketplace": "alza",
"underSanction": true,
"priority": 0,
"waitingForPaymentAt": "2023-10-01T12:00:00Z",
"productsNotAvailableAt": "2023-10-02T12:00:00Z",
"suspendedAt": "2023-10-03T12:00:00Z",
"releaseFromSuspendedAt": "2023-10-04T12:00:00Z",
"incorrectAt": "2023-10-05T12:00:00Z",
"waitingForShipmentAt": "2023-10-06T12:00:00Z",
"shipmentOrderedAt": "2023-10-07T12:00:00Z",
"inProcessAt": "2023-10-08T12:00:00Z",
"packedAt": "2023-10-09T12:00:00Z",
"waitingForCarrierAt": "2023-10-10T12:00:00Z",
"shippedAt": "2023-10-11T12:00:00Z",
"returningBackAt": "2023-10-12T12:00:00Z",
"parentOrderId": 12345,
"parentEshopOrderId": "ESHOP12345",
"returnTrackingNumber": "TRACK12345",
"eshopNote": "Order note",
"orderBoxCount": 2,
"incorrectOrderMessage": "The order is incorrect",
"orderProducts": [
{
"sku": "SKU1",
"productPrice": 2000,
"count": 1,
"lot": "text",
"serialNumbers": [
"012364479"
],
"customsProductType": "saleOfGoods",
"lineState": "E",
"customizationType": "engraving",
"packingLists": [
{
"id": 1,
"expeditionPalletNumber": "1235458789",
"expeditionBoxNumber": "98745698",
"ssccCode": "87445987445",
"serialNumbers": [
"4566897445621"
],
"count": 20
}
],
"customizationText": "PJ",
"bcxCodes": [
"text"
],
"eshopOrderProductId": "clientEshopOrderProductId1",
"orderProductFiles": [
{
"type": "other",
"fileName": "123456.PDF",
"fileType": "PDF",
"fileSize": "text",
"id": 1
}
]
}
],
"orderFiles": [
{
"type": "invoice",
"fileName": "123456.PDF",
"fileType": "PDF",
"fileSize": "text",
"id": 1
}
]
}
}Last updated