Skip to main content
Version: 202201

Create Supplier

POST 

/openapi/2022-01/suppliers

Allows users to add a new supplier to the system.

Request

Body

    supplier objectrequired
    titlestringrequired

    supplier's name, must be unique within the store.

    urlstring

Responses

200

Schema
    supplier object
    idstring
    Example: 382453603865993516
    titlestring
    Example: example supplier
    urlstring
    Example: https://shoplazza.com
    created_atstring
    Example: 2024-05-21T08:54:04Z
    updated_atstring
    Example: 2024-05-21T08:54:04Z