Skip to main content

Update a Supplier

PATCH 

/api/v1/suppliers/:id

Update a Supplier

Request

Path Parameters

    id int32required

Body

required

    data

    object

    id stringrequired
    type stringrequired

    Possible values: [suppliers]

    attributes

    object

    name string
    active boolean
    average_delivery string
    cities string[]
    country_codes string[]
    currency string
    description string
    email string
    phone string
    vat_number string
    supplier_category_ids string[]

Responses

Update a Supplier

Schema

    any

Loading...