id
integer

Internal ID of the resource

uniqid
string

The ID of the product subscription

shop_id
integer

The ID of the shop to which this resource belongs

customer_id
string

The ID of the customer who made the purchase

customer_email
string

The email of the customer to which the invoice was sent to

product_id
integer

The internal ID of the product

product_plan_id
integer

The internal ID of the product subscription plan

status
enum<string>

The status of the subscription

Available options:
PENDING,
COMPLETED,
CANCELED,
AWAIT_CANCELING,
ACTIVE
credit_node_usd
integer
start_date
integer

The timestamp of the subscription start date

end_date
integer

The timestamp of the subscription end date

skip_trial
boolean

Whether or not the trial period was skipped

skip_trial_reason
string

The reason the trial period was skipped

start_event_processed
boolean

Whether or not the subscription's start has been processed

end_event_processed
boolean

Whether or not the subscription's expiration event has been triggered

created_at
integer

Timestamp for the creation of the query

updated_at
integer

Date, available if the query has been updated

shop_name
string

The name of the shop the subscription was made for

product_uniqid
string

The ID of the product the subscription is for

plan
object[]