Recharge: Subscriptions
{
list: [
{
addressId: 129447786,
analyticsData: {
utmParams: [],
},
cancellationReason: "Other reason",
cancellationReasonComments: null,
cancelledAt: "2023-09-12T16:34:05+00:00",
chargeIntervalFrequency: 1,
createdAt: "2023-07-25T09:50:55+00:00",
customerId: 36885812,
expireAfterSpecificNumberOfCharges: null,
externalProductId: {
ecommerce: "4342501048418",
},
externalVariantId: {
ecommerce: "39290394706018",
},
hasQueuedCharges: false,
id: 389002912,
isPrepaid: false,
isSkippable: true,
isSwappable: false,
maxRetriesReached: false,
nextChargeScheduledAt: null,
orderDayOfMonth: null,
orderDayOfWeek: null,
orderIntervalFrequency: 1,
orderIntervalUnit: "month",
presentmentCurrency: "USD",
price: "22.00",
productTitle: "Unseen Sunscreen SPF 40",
properties: [
{
name: "_rechargeDiscountType",
value: "percentage",
},
{
name: "_rechargeCurrentSellingPlanId",
value: "gid://shopify/SellingPlan/1179484258",
},
{
name: "_rechargeDiscountedPrice",
value: "1",
},
{
name: "_rechargeSellingPlanIds",
value: "gid://shopify/SellingPlan/1179484258-gid://shopify/SellingPlan/1179517026-gid://shopify/SellingPlan/1179549794",
},
{
name: "_rechargeDiscount",
value: "0.00",
},
{
name: "_rechargeDefaultOptionIndex",
value: "1",
},
{
name: "_rechargeOrderInterval",
value: "1",
},
{
name: "_nyla_quantity_default",
value: "1",
},
{
name: "_rechargeIntervalUnit",
value: "month",
},
{
name: "_rechargeOptions",
value: "1-2-3",
},
{
name: "_nyla_id",
value: "159e93b8-06a3-4dc0-8969-1fa50096fce7",
},
{
name: "_nyla_quantity_increment",
value: "1",
},
{
name: "_isRechage",
value: "true",
},
],
quantity: 1,
sku: "9227",
skuOverride: false,
status: "cancelled",
updatedAt: "2023-09-12T16:34:05+00:00",
variantTitle: "0.68 oz.",
},
{
addressId: 120414432,
analyticsData: {
utmParams: [],
},
cancellationReason: "Other reason",
cancellationReasonComments: null,
cancelledAt: "2023-08-25T17:30:47+00:00",
chargeIntervalFrequency: 1,
createdAt: "2023-04-04T14:28:15+00:00",
customerId: 36885812,
expireAfterSpecificNumberOfCharges: null,
externalProductId: {
ecommerce: "4342501048418",
},
externalVariantId: {
ecommerce: "31189107376226",
},
hasQueuedCharges: false,
id: 349830861,
isPrepaid: false,
isSkippable: true,
isSwappable: false,
maxRetriesReached: false,
nextChargeScheduledAt: null,
orderDayOfMonth: null,
orderDayOfWeek: null,
orderIntervalFrequency: 1,
orderIntervalUnit: "month",
presentmentCurrency: "USD",
price: "38.00",
productTitle: "Unseen Sunscreen SPF 40",
properties: [
{
name: "_rechargeDiscountType",
value: "percentage",
},
{
name: "_rechargeCurrentSellingPlanId",
value: "gid://shopify/SellingPlan/1179484258",
},
{
name: "_rechargeDiscountedPrice",
value: "1",
},
{
name: "_rechargeSellingPlanIds",
value: "gid://shopify/SellingPlan/1179484258-gid://shopify/SellingPlan/1179517026-gid://shopify/SellingPlan/1179549794",
},
{
name: "_rechargeDiscount",
value: "0.00",
},
{
name: "_rechargeOrderInterval",
value: "1",
},
{
name: "_rechargeIntervalUnit",
value: "month",
},
{
name: "_rechargeDefaultOption",
value: "1",
},
{
name: "_rechargeOptions",
value: "1-2-3",
},
{
name: "_nyla_id",
value: "d222af8c-7025-4efc-ab1e-6c196b6481ec",
},
{
name: "_isRechage",
value: "true",
},
],
quantity: 1,
sku: "2976",
skuOverride: false,
status: "cancelled",
updatedAt: "2023-08-25T17:30:47+00:00",
variantTitle: "1.7 oz.",
},
],
pagination: {
amountOfPages: 0,
hasNextPage: true,
hasPreviousPage: false,
page: 1,
pageSize: 2,
totalElements: 0,
},
}
Properties
The subscriptions list.
The unique identifier for the address.
The analytics data associated with the
The UTM parameters associated with the
The reason for the cancellation of the
The comments associated with the cancellation of the
The date and time when the subscription was cancelled.
The frequency of the charges for the
The date and time when the subscription was created.
The unique identifier for the customer.
The number of charges after which the subscription will expire.
The external product ID associated with the
The external variant ID associated with the
Whether the subscription has queued charges.
The unique identifier for the
Whether the subscription is prepaid.
Whether the subscription is skippable.
Whether the subscription is swappable.
Whether the maximum number of retries has been reached for the
The date and time when the next charge is scheduled for the
The day of the month when the order was placed for the
The day of the week when the order was placed for the
The frequency of the orders for the
The unit of the order interval for the
The currency used for the
The price associated with the
The title of the product associated with the
The properties associated with the
The name of the property.
The value of the property.
The quantity of the
The SKU associated with the
Whether the SKU is overridden for the
The status of the
The date and time when the subscription was last updated.
The title of the variant associated with the
Returns a pagination object.
Returns the total number of pages.
Returns true if there is a next page.
Returns true if there is a previous page.
Returns the current page number.
Returns the number of items per page.
Returns the total number of items.