API Reference

Get all product reservations

Get a list of product reservations.

Log in to see full request history
Query Params
integer
≥ 1
Defaults to 100

The number of records to return in API response.
⚠️ We recommended adjust the batch size based on processing time. Depending on the response time of the request. Default value of 100 records is used if count parameter is not set.

integer
≥ 0
Defaults to 0

The number of records from a collection to skip. Default value of 0 is used when parameter offset is not set.

string

Name of the sorting parameter. You can sort by any of the first level parameters from the resource response. Response is sorted by the specified field.

string

Direction of sorting the response list.

string

The unique ID of the customer.

string

The unique ID of the store in CareCloud.

integer

Current state of the product reservation.
Possible values: 0 - Canceled / 1 - Entered / 2 - Accepted / 3 - Ready / 4 - Delivered / 5 - In progress / 6 - Not Picked up / 7 - Ordered / 8 - Being solved /

string

Every reservation can have more than one external code depends of the business requirements. This parameter allows to pick from witch list of external codes you want to choose. If set, external_reservation_code has to be present in request too.

string

Code of the reservation from external system (cash-desk, web-shop, production system, others). If set, external_reservation_list_type_id has to be present in request too.

boolean

If true, the response will contain information about the reservation progress history. If false, or not set the response will not return this structure.

Headers
string
Defaults to cs, en-gb;q=0.8

The unique ID of the language code by ISO 639-1.

Responses

Response body
object
data
object
product_reservations
array of objects

List of the product reservations.

product_reservations
object
string

The unique ID of the product reservation.

string
required

The unique ID of the customer, owner of the product reservation.

string
required

The unique ID of the store tied to the reservation.

reservation_codes
array of strings

Reservation codes of the reservation from CareCloud.

reservation_codes
external_reservation_codes
array of objects

List of the external reservation codes. Id codes can have different sources. Please get in touch with your account manager for the list of ID sources.

external_reservation_codes
object
string
required

The unique ID of the external code type (provided in GET /product-reservation-external-list-types).

string
required

Value of the external code.

benefit_codes
array of strings

List of the benefit (rewards, vouchers) codes used in a reservation. After the reservation is delivered, all benefits are applied on the customer account.

benefit_codes
string
required

The unique ID of the product reservation source.

string

Date of the reservation pickup in the tied store. (YYYY-MM-DD)

string

Customer’s note for the merchant.

float

Total price of reservation. If currency_id is set, then total_price is mandatory.

string

ID of the currency. If total_price is set, then currency_id is mandatory.

product_reservation_items
array of objects

List of the Product Reservation Items.

product_reservation_items
object
string
required

The unique ID of the reservable product in CareCloud.

float
required

Number of the reserved products.

float

Unit price of the reserved product. If vat_rate is set, than unit_price is mandatory.

float

The rate of the VAT of the reserved product. If unit_price is set, than vat_rate is mandatory.

string

The unique external ID of the purchase.

utm
object

UTM structure for data from email campaign.

integer

Current progress of the product reservation.
Possible values: 0 - Canceled / 1 - Entered / 2 - Accepted / 3 - Ready / 4 - Delivered / 5 - In progress / 6 - Not Picked up / 7 - Ordered / 8 - Being solved /

1 2 4 5 6 7 8

reservation_progress_history
array of objects

History of the product reservation progress. Product reservation progress is sorted in descending order by time.

reservation_progress_history
object
integer

ID of the product reservation progress.

string

String of the product reservation progress.

string

Date and time of the change of the product reservation progress. (YYYY-MM-DD HH:MM:SS)

comments
array of objects

Product reservation comments. Comments are sorted in descending order by time.

comments
object
string

Text of the product reservation comment.

string

Date and time of the product reservation comment. (YYYY-MM-DD HH:MM:SS)

string

Date and time of the last change. (YYYY-MM-DD HH:MM:SS)

integer

State of the product reservation.
Possible values are: 0 - deleted / 1 - active

1 2

integer

The number of all found product reservations.

429

Too many requests - more than the resource limit.

503

Temporary state when the service is temporarily unavailable, overloaded or there is a maintenance window.

Language
Credentials
URL