Paddle Billing
Search

See how entities were imported

Get information about how products, prices, discounts, customers, addresses, businesses, and subscriptions were imported.

What's new?

We added a new import_meta object to products, prices, discounts, customers, addresses, businesses, and subscriptions.

import_metaobject

Import information for this entity. null if this entity is not imported.

external_idstring or null

Reference or identifier for this entity from the solution where it was imported from.

imported_fromstring

Name of the platform where this entity was imported from.

How it works

We're working on import tooling, which will let you import data from Paddle Classic or other platforms in the future.

In preparation for this, we added a new import_meta object to products, prices, discounts, customers, addresses, businesses, and subscriptions.

Where an entity is imported, this object returns information about the import. It's null for entities that aren't imported.

Sign up for developer changelog email updates to be the first to know when we're ready to launch import tooling.

Summary of changes to fields

This is a summary of the changes to fields in the Paddle API and webhooks:

FieldChange
product.import_metaNew field
price.import_metaNew field
discount.import_metaNew field
customer.import_metaNew field
business.import_metaNew field
address.import_metaNew field
subscription.import_metaNew field

Example

This is a response for the get a customer operation for a customer that was imported.

import_meta is an object that includes information about the imported entity.

Next steps

This change is available in version 1 of the Paddle API.

It's a non-breaking change, meaning it doesn't impact existing integrations.

Learn more