Skip to main content

Get a specific item

GET 

/api/v3/item/:item_id

Get a specific item using its item_id.

Request

Responses

Object was fetched successfully

Schema

    code integer
    status string
    message stringnullable
    details objectnullable

    response

    object

    item_id integer

    Item ID #

    item_type string

    Item type

    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

    units_plural string

    Units string pluralized

    tax_group_id integer

    Tax group ID #

    tax_group_name string

    Tax group name

    expire_recurs integer

    Default number of times to recur

    trial_recurs integer

    Default number of times to skip/free trial cycles

    token string

    Unique token

    tierset_id integer

    Default pricing tierset ID #

    write_datetime string

    Date/time the item was created

    mod_datetime string

    Date/time the item was last updated

    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

Loading...