Created
December 8, 2022 21:34
-
-
Save joao-pedrozo/0dda0c5eebc0f0df24fc623684d3da37 to your computer and use it in GitHub Desktop.
Format
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"orders": [ | |
{ | |
"store_name": "Loja 2", | |
"store_directory_name": "loja-2", | |
"store_logo": "http://loja.dev.local:3002/store/logos/2_8503ab1cf9ac0e20367cc664f94028c0ecd746ea.png?1666966575", | |
"store_informations": [], | |
"store_address": "Italino Peruffo, 81650-330 - Boqueirão - Curitiba/PR", | |
"state": "complete", | |
"payment_state": "balance_due", | |
"shipping_state": "pending", | |
"number": "R497759633", | |
"total": "10.0", | |
"items": [ | |
{ | |
"classification": "similar", | |
"name": "Daxas", | |
"full_name": "Daxas 100mg", | |
"variation_name": "100mg", | |
"substance_name": "Lacosamida", | |
"factory_name": "Laboratil", | |
"brand_name": "", | |
"kind": "M", | |
"sku": "37634512765", | |
"image": "http://localhost:9000/consulta-remedios/product_images_configuration/7a5eceb946478589b274dd2c5a71a388a290720bprescription_not_required.png?1603383783", | |
"quantity": 1, | |
"price": "8.93", | |
"amount": "8.93", | |
"total": "8.93", | |
"product_parent_category": "Medicamentos", | |
"category": "Medicamentos/Pele e Mucosa" | |
} | |
], | |
"shipping_price": 1.07, | |
"shipping_discount": 0, | |
"shipping_method": "Motoboy", | |
"shipping_code": "express", | |
"shipping_message": "Entrega em 4 horas", | |
"selected_shipping_method_estimated_time": 4, | |
"selected_shipping_method_estimated_time_unit": "hours" | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment