Salta ai contenuti

Retrieve orders by id

GET
/v2/orders/{id}
curl --request GET \
--url https://api-crm-staging.divinea.com/api/v2/orders/example \
--header 'APIKey: <APIKey>'
id
required
string

Id

APIKey
required
string

APIKey

OK

Media type*/*
OrdersAndReservationsDTO
object
contactId
string
creationDate
string format: date-time
deliveryDate
string format: date-time
externalId
string
grossTotalPrice
number format: double
id
string
invoice_data
object
invoice_requested
boolean
netTotalPrice
number format: double
orderType
string
paid
boolean
paymentMethod
string
products
Array<object>
OrdersAndReservationsProductDTO
object
metadata
object
key
additional properties
string
netPrice
number format: double
productId
string format: uuid
productName
string
quantity
integer format: int32
status
string
updatedDate
string format: date-time
wineryId
string