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

    custom_4 string

    Custom field value #4

    custom_5 string

    Custom field value #5

    custom_6 string

    Custom field value #6

    custom_7 string

    Custom field value #7

    custom_8 string

    Custom field value #8

    custom_9 string

    Custom field value #9

    custom_10 string

    Custom field value #10

    custom_11 string

    Custom field value #11

    custom_12 string

    Custom field value #12

    custom_13 string

    Custom field value #13

    custom_14 string

    Custom field value #14

    custom_15 string

    Custom field value #15

    custom_16 string

    Custom field value #16

    custom_17 string

    Custom field value #17

    custom_18 string

    Custom field value #18

    custom_19 string

    Custom field value #19

    custom_20 string

    Custom field value #20

Responses

Object was updated successfully

Schema

    code integer
    status string
    message stringnullable
    details objectnullable

    response

    object

    id integer
Loading...