Skip to main content

Get Single Product

GET 

/api/products/:id

Get Single Product

Request

Path Parameters

    id integerrequired

Header Parameters

    X-Company-Slug stringrequired

Responses

Successful response

Schema

    id string
    quick_sale booleannullable
    name string
    slug stringnullable
    sku string
    description string
    stock integernullable
    shipping_required boolean
    price float
    original_price floatnullable
    brand_id stringnullable
    created_at date-time
    updated_at date-time
    inventory_track booleannullable
    inventory_type InventoryType (string)

    Possible values: [volume, unit]

    inventory_quantity integernullable

    brand

    object

    nullable

    id string
    name string
    slug string
    image_url stringnullable
    categories number[]
    barcodes string[]
Loading...