Get orders
https://app.codifycrm.com/api/v1/orders/{order_id} Content-Type application/json Authorization Bearer {api_key} {
"id": 76159,
"name": "#1001",
"paymentMethod": "Paypal",
"shippingAddress": {
"firstName": "Jay",
"lastName": "Dell",
"address1": "Av. Sample Order",
"city": "Madrid",
"zip": "00483",
"province": "Madrid",
"country": "España",
"phone": "952834913",
"phoneCountryCode": "+34",
"countryCode": "ES",
"email": "[email protected]"
},
"lineItems": [
{
"name": "Sample product 1",
"price": 10,
"quantity": 1,
"properties": [
{
"name": "size",
"value": "M"
}
]
},
{
"name": "Descuento implementado desde API",
"price": -1.99,
"quantity": 1,
"properties": []
}
],
"discount": -1.99,
"createdAt": "2024-12-08T19:41:11.792Z",
"createdThrough": "API",
"latestStatus": "NEW"
} Última actualización