View Order
Copied
https://api.ocamba.com/v2/ocamba/orders/{id}
Copied
https://api.ocamba.com/v2/ocamba/orders/{id}
Retrieves the details of an Order if a valid identifier was provided
Name
Descriptionidstring (uuid)required
A unique identifier generated by the Ocamba platform.Example: c7db9321-dc48-43f1-b32d-a45a4991879a
Name
Descriptionfieldsstring
The client can request more efficient filtered representation of the resource showing only specific field(s), using the “fields” query parameter. Note that the “fields” parameter has precedence over the “view” parameter.Example GET /v2/ocamba/RESOURCE_NAME?fields=id,name
See "Tips" for the list of filterable parameters.
Example: fields=field1,field2,field3
200 - OK
Name
Descriptionitems[ order ]
An array of all created items.Order
Name
Descriptionamountfloat
Order price.Example: 10.99
app_idstring
A unique app identifier generated by the Ocamba platform.Example: 1003
company_idstring
A unique company identifier generated by the Ocamba platform.Example: 1234567
create_timedateTime
Timezone: GMT.Example: 2021-07-30 12:50:13
currency_codestring
Three-letter, uppercase currency code.Example: USD
detailsstring
Additional information about an order.Example: Ocamba Push Startup Plan (Monthly)
idstring (uuid)
A unique identifier generated by the Ocamba platform.Example: 37ca408f-59d8-4910-bcb0-54dad2641c61
start_timedateTime
Timezone: GMT.Example: 2021-07-30 12:50:13
update_timedateTime
Timezone: GMT.Example: 2021-07-30 12:50:13
totalinteger
A total number of items.Example: 1
tip
1 If you don't know the order id, list the orders to find it.