Skip to main content
Version: v2

Bottles

What do you have to know about "bottles"

In our system, "bottles" are the association of 3 elements :

  1. A format (the container : 0.75, 0.33...)
  2. A wine (the content)
  3. A box (the bottles packaging)
info

In many systems (maybe yours), the product reference (sku) is different for the same wine in different format. In order to match our "wine/format/box" with your "product" we suggest that you store our reference which format is wine_id|format|box (ex 1234|0.75|bottles).

Get All Bottles

HTTP Request

GET /bottles

Query Parameters

For technical reasons, this endpoint is not paginated.

Example

$ curl --request GET --url 'https://app.winesitting.com/api/v2/bottles' \
--header 'Authorization: Bearer YourBearerToken' \
--header 'content-type: application/json'