API Reference

Get a product-reservation

Get information about a specific product-reservation.

Log in to see full request history
Path Params
string
required

The unique ID of the product reservation.

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 reservation resource.

⚠️Structure has to contain reservation codes or product reservation items

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

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