Back

    Buyamia Directory API

    v1.0

    Products

    The Products API provides access to the product catalog across all suppliers. Each product belongs to a business and includes pricing, specifications, images, and category information.

    Read endpoints require products.read. Write endpoints require products.write.

    Available Endpoints

    GET
    /v1/products

    List products with filters

    products.read
    GET
    /v1/products/:id

    Get full product detail

    products.read
    GET
    /v1/products/:id/price-history

    Price history for a product

    products.read
    POST
    /v1/products

    Create a new product

    products.write
    PUT
    /v1/products/:id

    Update an existing product

    products.write
    Last updated on February 23, 2026