Products - export

Unlock detailed insights into your product catalog with the products export.

Overview

Required plan

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

Definition

The "Products" export provides comprehensive details of all product offerings, add-ons and items, whether active or inactive.

Filters

Versions Filter

  • The Versions filter allows you to select the version that is most appropriate for your needs. This is based on the version changelog at the bottom of this page.

Time range filters

  • The Time range filter (dropdown) allows you to view data within a specific period such as last month, year to date or a custom date range. The Start Date and End Date will automatically update based on the value selected in the Time range filter. You can also choose "Between..." in the dropdown, which will allow you to enter a customized date range.

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 identifier of the saved item utilized in creating this add-on.string
item_namePink SweaterThe name of the saved item, mirrored in the add-on name on the customer's invoice.varchar(255)
item_codepink_sweaterThe Recurly unique identifier for the saved item, also denoting the add-on code.varchar(50)
external_skuPS1234Optional external SKU of the saved item used in creating this add-on.varchar(50)
item_statusenabledThe status of the item in your Recurly catalog, being either "enabled" or "disabled".string
plan_codeplatinumThe Recurly unique identifier for the plan affiliated with this subscription.varchar(50)
plan_namePlatinum PlanThe contemporary name of the plan corresponding to this subscription.varchar(255)
subscription_id3c42a34d1442f840Unique system-generated identifier for the subscription housing this item as an add-on.varchar(32)
subscription_add_on_quantity1The count of add-ons integrated into the subscription for this item.numeric
subscription_add_on_unit_amount_in_cents600The unit cost of the add-on in the subscription, denominated in cents; it may differ from the plan's or item's default pricing.numeric
subscription_add_on_currencyUSDThe currency utilized for billing in this subscription.varchar(3)
subscription_add_on_created_at2020-02-07 10:18:34 MSTThe date and time when the add-on was created, a critical filter for defining the date range.timestamp
subscription_add_on_modified_at2020-02-07 10:18:34 MSTThe latest modification date and time for the add-on.timestamp
subscription_add_on_tier_typeflatThe subscription add-on tier type.string
subscription_add_on_total_amount_in_cents12345Subscription add-on total amount in cents.numeric
subscription_add_on_modified_atsource1Subscription add-on source.string
subscription_add_on_tax_inclusivefalseBoolean flag to indicate whether the subscription add-on is tax inclusive.boolean
item_api_ide28zov4fw0v2Item API IDstring

Version changelog