Skip to main content

Update an item

PUT 

/api/v3/item/:item_id

This allows you to update an existing product. When updating a product, you can specify the pricing for multiple currencies if desired.

Request

Body

    name string

    Item name

    description string

    Description

    enabled boolean

    Enabled/disabled

    accounting_sku string

    Accounting SKU

    accounting_account_income string

    Accounting Income Account

    external_key string

    External key value

    units string

    Units string

    custom_1 string

    Custom field value #1

    custom_2 string

    Custom field value #2

    custom_3 string

    Custom field value #3

Responses

Object was updated successfully

Schema

    code integer
    status string
    message stringnullable
    details objectnullable

    response

    object

    id integer
Loading...