Skip to main content

Store Product

Store Product

Request Body required

The body to store Product

    name string required

    Possible values: <= 255 characters

    product_type_id string required
    sku string

    Possible values: <= 255 characters

    description string

    Possible values: <= 255 characters

    uom string required

    Possible values: <= 255 characters

    weight number

    Possible values: <= 1000000

    volume number

    Possible values: <= 1000000

    price number

    Possible values: <= 1000000000000

Responses

OK


Schema
    data object
    id string
Loading...