Skip to main content

ItemListResponsePublic

items object[]
  • Array [
  • ksuidstring
    namestringrequired
    descriptionstring
    statusstring

    Possible values: [draft, live, archived, outdated]

    columnnumber

    ??

    rownumber

    ??

    primary_pricenumber

    Primary price of the item in pennies

    secondary_pricenumber

    Secondary price of the item in pennies

    tertiary_pricenumber

    Tertiary price of the item in pennies

    primary_price_namestring

    Name of primary price

    secondary_price_namestring

    Name of secondary price

    tertiary_price_namestring

    Name of tertiary price

    individually_purchaseableboolean

    Would you like people to purchase this on it's own

    stripe_price_idstring

    Whats the related stripe price_id

  • ]
  • ItemListResponsePublic
    {
    "items": [
    {
    "ksuid": "string",
    "name": "string",
    "description": "string",
    "status": "draft",
    "column": 0,
    "row": 0,
    "primary_price": 0,
    "secondary_price": 0,
    "tertiary_price": 0,
    "primary_price_name": "string",
    "secondary_price_name": "string",
    "tertiary_price_name": "string",
    "individually_purchaseable": true,
    "stripe_price_id": "string"
    }
    ]
    }