Skip to main content

ItemListResponse

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

    stripe_primary_price_idstring

    Whats the related stripe price_id for the primary price

    stripe_secondary_price_idstring

    Whats the related stripe price_id for the secondary price

    stripe_tertiary_price_idstring

    Whats the related stripe price_id for the tertiary price

    stripe_product_idstring

    Whats the related stripe product_id

    entity_typestring
    pricing_schedule object
    somethingstring
  • ]
  • ItemListResponse
    {
    "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",
    "stripe_primary_price_id": "string",
    "stripe_secondary_price_id": "string",
    "stripe_tertiary_price_id": "string",
    "stripe_product_id": "string",
    "entity_type": "string",
    "pricing_schedule": {
    "something": "string"
    }
    }
    ]
    }