API Reference

Collection of available products

Get information about all available products.

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

Search record by name or a part of the name.

string

Code of the product.

string

The ID from other system than CareCloud. It is usually used for the synchronization or identification of the record in between CareCloud and other system. The ID doesn't need to be necessary unique. Usage of other parameter could be required to return more specific results.

string

Every product can have more than one external ID depends of the business requirements. This parameter allows to pick from witch list of external IDs you want to choose. For the list of external type codes please contact you account manager. If the parameter is not set, API uses as a default value GLOBAL.

tag_ids
array of strings

Parameter filters values by a list of tag IDs. Logic OR is used between values.

In case you want to filter multiple options use array syntax : tag_ids[]=8bc8ca16f9c5039951021700a2&tag_ids[]=82c06812c0756528660784fef

tag_ids
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
products
array of objects

List of CareCloud products.

products
object
string

The unique ID of the product.

string

Name of the product.

string

Code of the product.

string
deprecated

The external unique ID of the product. This parameter is deprecated. Please use parameter plu_ids.

plu_ids
array of objects

An array of all available pluIds from the particular product lists (default is Product ID from Global product list (consist cleaned data - unique ID of every product across all POS systems)).

plu_ids
object
string
required

Code of the particular product list (basic is code of Global product list (consist cleaned data - unique ID of every product across all POS systems)). For example, “GLOBAL”, “SKU”, “PLU”, etc.

string
required

Code of product from the product list (basic is Product ID from Global product list (consist cleaned data - unique ID of every product across all POS systems)).

string

The unique ID of the product group.

string

The unique ID of the product brand.

prices
array of objects
prices
object
string
required

The unique ID of the currency.

float
required

Price of the product

additional_properties
array of objects

List of additional properties.

additional_properties
object
string

The unique ID of the property record.

string
required

The unique ID of the property.

string

Name of the property.

Value of the property.

string

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

image_urls
array of strings

A list of an image URLs.

image_urls
string

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

integer

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

1 2

tags
array of objects

List of tags assigned to the product.

tags
object
string

The unique ID of the tag.

string

Name of the tag in language from the HTTP header.

string

Text ID of the tag.

integer

State of the tag.
Possible values are: 0 - deleted / 1 - active / 2 - non active

1 2

string

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

integer

The number of all found products.

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