API Reference

Create subscription

Create subscription can be used to create a subscription for a specific customer, given a payment method id valid for recurring payments. Rate limit: 10/ sec

Log in to see full request history

❗️

These docs are for a deprecated API version. Visit here to refer the latest API docs.

Body Params
string
required

The Shopify customer id for which the subscription contract needs to be created. Example: 12345567899

string
required

The next billing date (in ISO 8601 format) for the subscription contract. Example: “2014-09-08T08:02:17-05:00”

string
required

The three-letter currency codes that represent the world currencies used in stores. These include standard ISO 4217 codes, legacy codes, and non-standard codes. Example: USD

string
required

The current status of the subscription contract. Values include: ACTIVE, PAUSED, CANCELLED, EXPIRED, FAILED

string
required

The Shopify ID associated with the payment method of the customer. Example: 088811c2ede53a7f9ba56b66de6ce302

string
required

The kind of BILLING interval that is associated with this schedule (e.g. Monthly, Weekly, etc). Values: DAY, WEEK, MONTH, YEAR

int32
required

The number of billing intervals between invoices. Example: 1

int32

Minimum amount of cycles required in the subscription. Can be null for 0 minimum cycles. Example: 1

int32

Maximum amount of cycles required in the subscription. Can be null for infinite cycles. Example: 5

string

The kind of DELIVERY interval that is associated with this schedule (e.g. Monthly, Weekly, etc). Values: DAY, WEEK, MONTH, YEAR

int32

The number of delivery intervals between invoices. Example: 1

float
required

The shipping price for each renewal/order of the subscription contract as per the currency specified. Example: 1.5

shipping_address
object

The address to which the subscription will be shipped. Can be null.

lines
array of objects
required

This is an array containing the products that need to be added to the subscription.

lines*
string

The Shopify id of the origin order eg: 1324567543

Responses

Language
Credentials
Request
Click Try It! to start a request and see the response here! Or choose an example:
application/json