Parrot External API
  1. Inventory Management
Parrot External API
  • Home
  • Changelog
  • Authentication and Usage
  • Endpoints
    • Inventory Management
      • List Suppliers
        GET
      • List Supplies
        GET
      • List Supply Events
        GET
    • Orders
      • List Orders
      • V1 - List Order Items
      • V2 - List Order Items
      • List Product Types
    • Discounts
      • List Discounts
      • List Discount Usages
    • List All Stores
      GET
    • List Order Invoices
      GET
    • List Order Payments
      GET
    • List Cashier Sessions
      GET
    • List Store Users
      GET
  1. Inventory Management

List Supplies

GET
/v1/supplies
This endpoint retrieves supplies for a given organization with pagination support.
It includes information about the supply as well as information on their min, max, and current count.

Request

Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************
Query Params

Request Code Samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET '/v1/supplies?pageSize=10&page=0' \
--header 'Authorization: Bearer <token>'

Responses

🟢200OK
application/json
Body

Example
{
    "pagination": {
        "next": 1,
        "previous": null,
        "count": 306,
        "current": 0,
        "pageSize": 4
    },
    "data": [
        {
            "uuid": "07cd2e73-bea4-4417-8fce-321e2726e913",
            "name": "Aceite de Trufa",
            "supplyId": "IN-1732229436960",
            "sku": "50151513",
            "presentationName": "Botella",
            "presentationUnit": "MILLILITER",
            "createdAt": "2024-11-21 22:50:36.96",
            "updatedAt": "2025-10-10 21:34:35.481",
            "supplyCenterUuid": "4cd038e1-61e9-42d8-a2d5-ad90f43b133b",
            "supplyCenterName": "Centro de almacenamiento Tacos David (San Lorenzo)",
            "minCount": null,
            "idealCount": null,
            "price": 245.0,
            "lastCount": 0.948,
            "lastCountDate": "2025-12-10 22:50:53.0",
            "lastPrice": null,
            "priceWithTaxes": 245.0,
            "lastPurchaseAt": null,
            "supplierUuid": "7c2c5df1-cecf-426b-8868-2d4f0e0c1dc5",
            "supplierName": "Ramon Lopez Gomez",
            "supplyCategory": "Abarrotes",
            "currentCountPresentation": 0.95,
            "presentationToRecipeMultiplier": 250,
            "currentCountRecipe": 237.00,
            "recipeUnit": "MILLILITER"
        },
        {
            "uuid": "07cd2e73-bea4-4417-8fce-321e2726e913",
            "name": "Aceite de Trufa",
            "supplyId": "IN-1732229436960",
            "sku": "50151513",
            "presentationName": "Botella",
            "presentationUnit": "MILLILITER",
            "createdAt": "2024-11-21 22:50:36.96",
            "updatedAt": "2025-10-10 21:34:35.481",
            "supplyCenterUuid": "048972ed-f075-4996-97d9-d0ce5c483825",
            "supplyCenterName": "Centro de almacenamiento Tacos David (Gomez Morin)",
            "minCount": 4,
            "idealCount": 6,
            "price": 245.0,
            "lastCount": null,
            "lastCountDate": null,
            "lastPrice": null,
            "priceWithTaxes": 245.0,
            "lastPurchaseAt": null,
            "supplierUuid": "7c2c5df1-cecf-426b-8868-2d4f0e0c1dc5",
            "supplierName": "Ramon Lopez Gomez",
            "supplyCategory": "Abarrotes",
            "currentCountPresentation": 1.92,
            "presentationToRecipeMultiplier": 250,
            "currentCountRecipe": 480.00,
            "recipeUnit": "MILLILITER"
        },
        {
            "uuid": "2369c029-da16-45f4-ab36-72478d52b0b1",
            "name": "Aceite Olivo",
            "supplyId": "IN-1732229436962",
            "sku": "50151513",
            "presentationName": "Galon",
            "presentationUnit": "LITER",
            "createdAt": "2024-11-21 22:50:36.962",
            "updatedAt": "2025-10-10 21:34:35.497",
            "supplyCenterUuid": "4cd038e1-61e9-42d8-a2d5-ad90f43b133b",
            "supplyCenterName": "Centro de almacenamiento Tacos David (San Lorenzo)",
            "minCount": null,
            "idealCount": null,
            "price": 489.0,
            "lastCount": 0.0017,
            "lastCountDate": "2025-12-10 22:50:53.0",
            "lastPrice": null,
            "priceWithTaxes": 489.0,
            "lastPurchaseAt": null,
            "supplierUuid": "447bbb3c-e2be-4b1e-9f42-5176593c35c2",
            "supplierName": "Jesus Manuel Nuñez Ortiz",
            "supplyCategory": "Abarrotes",
            "currentCountPresentation": 0.00,
            "presentationToRecipeMultiplier": 5,
            "currentCountRecipe": 0.01,
            "recipeUnit": "MILLILITER"
        },
        {
            "uuid": "2369c029-da16-45f4-ab36-72478d52b0b1",
            "name": "Aceite Olivo",
            "supplyId": "IN-1732229436962",
            "sku": "50151513",
            "presentationName": "Galon",
            "presentationUnit": "LITER",
            "createdAt": "2024-11-21 22:50:36.962",
            "updatedAt": "2025-10-10 21:34:35.497",
            "supplyCenterUuid": "048972ed-f075-4996-97d9-d0ce5c483825",
            "supplyCenterName": "Centro de almacenamiento Tacos David (Gomez Morin)",
            "minCount": 3,
            "idealCount": 4,
            "price": 489.0,
            "lastCount": 0.0142,
            "lastCountDate": "2025-12-23 22:09:28.0",
            "lastPrice": 489.0,
            "priceWithTaxes": 489.0,
            "lastPurchaseAt": "2025-12-18 22:50:44.67",
            "supplierUuid": "447bbb3c-e2be-4b1e-9f42-5176593c35c2",
            "supplierName": "Jesus Manuel Nuñez Ortiz",
            "supplyCategory": "Abarrotes",
            "currentCountPresentation": 0.01,
            "presentationToRecipeMultiplier": 5,
            "currentCountRecipe": 0.07,
            "recipeUnit": "MILLILITER"
        }
    ],
    "datetime": "2026-01-06T09:53:59-06:00"
}
Modified at 2025-12-12 17:19:17
Previous
List Suppliers
Next
List Supply Events
Built with