Skip to main content

Products

This job fetches Products from Stripe. Products describe the specific goods or services you offer to your customers. For example, you might offer a Standard and Premium version of your goods or service; each version would be a separate Product. They can be used in conjunction with Prices to configure pricing in Payment Links, Checkout, and Subscriptions.

Add this job

Data

Sample Data

Open in new tab -

Data headers

HeaderDescription
idUnique identifier for the object.
objectType of object (e.g., product, subscription).
activeIndicates whether the item is currently active.
attributesAdditional attributes or details.
createdDate and time when the item was created.
default_priceDefault price associated with the item.
descriptionBrief description of the item.
featuresSpecial features or characteristics.
imagesURLs of images associated with the item.
livemodeIndicates whether the item is in live mode.
nameName or title of the item.
package_dimensionsDimensions of the item's package.
shippableIndicates whether the item is shippable.
statement_descriptorDescriptor for statements or invoices.
tax_codeTax code associated with the item.
typeType of the item (e.g., physical, digital).
unit_labelLabel for the unit of measurement.
updatedDate and time of the last update.
urlURL or link related to the item.

Filtration options

This job can restrict the data that is visible in spreadsheets. Use the following parameters to restrict the data.

ParameterOptions
limitLimits the number of products to retrieve.
activeFilters products based on their active status.
start_dateSelect sales transactions with billing date on or after start_date. Format - YYYY-MM-DD.
end_dateSelect sales transactions with billing date on or before end_date. Format - YYYY-MM-DD

References