Items — associated plans

Explore the Items - Associated Plans export to manage and track your catalog efficiently.

Overview

Required plan

This feature or setting is available to all customers on any Recurly subscription plan.

Definition

The "Items - Associated Plans" export function in Recurly permits users to generate a report containing detailed information on all plan add-ons created from a saved item in your catalog during a specified period. It focuses exclusively on add-ons that are presently linked to active plans, ensuring that your report only contains the most pertinent and up-to-date data.

Filters

Date Range Filter

This export can be filtered based on a specified time range using the "plan_add_on_created_at" date in the export.

Exports table

Download Button Download our complete export schema

To help you identify and organize information effectively, the export provides a structured table that contains the following columns:

Column NameExampleDescriptionData type (max size)
item_idl20fl6bek3mpThe system-generated unique internal identifier of the saved item used to create this add-on.string
item_namePink SweaterThe name of the saved item used to create this add-on. This is also the add-on name on the invoice.varchar(255)
item_codepink_sweaterThe unique Recurly identifier of the saved item used to create this add-on. This is also the add-on code.varchar(50)
external_skuPS1234The optional external SKU of the saved item used to create this add-on.varchar(50)
item_statusenabledThe status of the item in your Recurly catalog, which can be "enabled" or "disabled".string
plan_codeplatinumThe unique Recurly identifier of the plan that offers this item as an add-on.varchar(50)
plan_namePlatinum PlanThe current name of the plan that offers this item as an add-on.varchar(255)
plan_add_on_unit_amount_in_cents1599The cost (in cents) of a unit of the add-on.numeric
plan_add_on_currencyUSDThe currency of the plan, which is the currency of the plan_add_on_unit_amount_in_cents.varchar(3)
plan_add_on_created_at2020-02-05 15:52:46 MSTThe date and time the add-on was created, used for date range filtering.timestamp
plan_add_on_modified_at2020-02-05 15:52:46 MSTThe date and time the add-on was last modified.timestamp
plan_add_on_tier_typeflatAdd on Tier Type.string
plan_allow_any_item_on_subscriptionsfalseWhether the plan allows any item on subscriptionsboolean

Version changelog

Version 5 - 5/31/2022

Removal of plan_add_on_tax_inclusive column.

Version 4 - 1/13/2022

Addition of plan_add_on_tax_inclusive column.

Version 3 - 7/23/2020

Addition of plan_allow_any_item_on_subscriptions column.

Version 2 - 4/29/2020

Addition of plan_add_on_tier_type column.