Parrot External API
    Parrot External API
    • Home
    • Changelog
    • Authentication and Usage
    • Endpoints
      • Inventory Management
        • List Suppliers
        • List Supplies
      • 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

    Changelog

    July 1, 2025:#

    List Discounts
    Added Endpoint
    List Discount Usages
    Added Endpoint

    June 16, 2025:#

    V2 - List Order Items
    Added sort option to request
    Added updatedAt field to order items response

    June 1, 2025:#

    V2 - List Order Items
    Added Endpoint
    List Product Types
    Added Endpoint
    V1 - List Order Items
    Marked for deprecation in favor of V2

    May 12, 2025:#

    List Order Invoices
    Added endpoint
    List Store Users
    Added endpoint
    List Cashier Sessions
    Added endpoint
    List Order Items
    Add createdByUserUuid to response
    List Orders
    Add createdByUserUuid to response

    April 28, 2025:#

    List Order Items
    Add productUuid to response

    March 21, 2025:#

    List Orders
    List Order Items
    List Order Payments
    Bug Fix: Sorting is now done by createdAt, uuid to maintain order consitency when items have the same createdAt.

    March 7, 2025:#

    List Orders
    Fixed 500 issue regarding decimal rounding

    February 13, 2025:#

    List Orders endpoint released for testing.
    ⚠️ Warning: the schema might change before being finalized.
    List Order Items
    Removed totalModifierPrice to avoid confusion and errors.

    January 31, 2025:#

    List Order Items
    Added categoryUuid
    Added categoryName
    Added totalModifierPrice
    Fixed unitCost to exclude modifier cost
    Added unitPrice to standardize naming, it's value is identical to unitCost
    Deprecated unitCost
    Modified at 2025-07-01 21:07:14
    Previous
    Home
    Next
    Authentication and Usage
    Built with