Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #request
- {
- "id": "100003767500000000",
- "order_number": "100003767500000000",
- "order_date": "2024-05-09T13:14:56",
- "status": "open",
- "customer": {
- "contact_name": "Petar Sambolek",
- "first_name": "Petar",
- "last_name": "Sambolek",
- "street": "Ulica Svete Ane 57",
- "postcode": "31000",
- "city": "Osijek",
- "phone": "0923051110",
- "e_mail": "sambolek.petar@gmail.com"
- },
- "items": [
- {
- "position": 1,
- "product": {
- "ean_code": "3858893611806",
- "name": "OMRON M3 tlakomjer + adapter"
- },
- "quantity": 1,
- "price": 92.23
- },
- {
- "position": 2,
- "product": {
- "sku": "dostava"
- },
- "quantity": 1,
- "price": "0.00"
- }
- ],
- "payment": {
- "status": "pending",
- "method": "wire_transfer"
- },
- "discount_amount": "0.0000"
- }
- #response
- [R005] Invalid [price] data type for order row [id:] [position:2] [] []
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement