Requires read_subscription_contracts access scope.
For more info , refer to:
GET https://{handle}.myshopline.com/admin/openapi/v20250601/subscription/:id/contract.json
handle : The store's unique identifier, which is the prefix of the store's domain name. For example, if a store's domain name is open001.myshopline.com , the store handle is open001 .
query a subscription contract
Path Parameters
  • id string required
    Contract single number
Request Headers
  • Content-Type required
    The value of this field is fixed to application/json; charset=utf-8
  • Authorization string required
    The access token for the API. Please refer to App authorization to obtain the access token, and then put the obtained access token into the API request header in Bearer Token.
    Example:
    Bearer eyJhbGciOiJIUzUxMiJ9.eyJhcHBLZXkiOiJmMjM3OWQyMTYyOGMzM2QxMWRiMWZkYjY5N2EzZjdjMjZlNGMwYTA5Iiwic2VsbGVySWQiOiIyMDAwMjM0ODgwIiwic3RvcmVJZCI6IjE2NzIzNjk3Mjk2MDYiLCJ2ZXJzaW9uIjoiVjIiLCJkb21haW4iOiJodHRwczovL3NsLW9wZW4tc2cubXlzaG9wbGluZS5jb20iLCJ0aW1lc3RhbXAiOjE2NzUzMTk0OTI0MzksImlzcyI6Inlzb3VsIiwiZXhwIjoxNzY5OTI3NDkyfQ.UwQzomM2veGCUaOZ0paUxq5dpc7DXuhHYFvsQ_uIAKduzWcb_j2E4q_36El83sp145D4cKbpcE5KCeeIz-JNQw
Response
For more information about status codes, see Http status code.

Response Headers
  • traceId
    traceId
Response Body
  • subscription_contractobject
    Subscription contract information details
  • appobject
    Subscription plug-in information
  • app_key string
    Key for app insert
  • billing_policyobject
    Billing policy for the subscription agreement
  • interval string
    Interval units , ( day , MONTH , weed , year )
  • interval_count integer
    Interval value
  • max_cycles integer
    Largest subscription cycle
  • min_cycles integer
    Minimum subscription cycle
  • created_at string
    Created time , 2019-09-07T15 : 50 : 00 z
  • currency_code string
    Store currency
  • customerobject
    User information
  • email string
    User mail
  • id string
    User id , buyerId
  • nick_name string
    User nickname
  • phone string
    User phone
  • shipping_addressobject
    Shipping address
  • address1 string
    Consignee detailed address
  • address2 string
    Consignee additional to the detailed address
  • city string
    Consignee city
  • city_code string
    Consignee city code
  • company string
    Company name
  • country string
    Country or region
  • country_code string
    Country or region , please refer to the country code specification biography , https : //aurogon-portal.yy.com/document/interface/478
  • district string
    Consignee zone
  • district_code string
    Consignee zone code
  • first_name string
    Consignee name
  • last_name string
    Consignee last name
  • phone string
    Consignee contact
  • province string
    Consignee province
  • province_code string
    Consignee province code
  • zip string
    Postal code
  • customer_payment_methodobject
    payment method
  • channel_code string
    Payment channel encoding
  • instrument_detailobject
    Payment tool details
  • accountobject
    Account information
  • name string
    Account name
  • cardobject
    Card number information
  • brand string
    Card brand
  • brand_icon string
    Card icon
  • expire_month string
    Expiration date : month
  • expire_year string
    Expiration date : year
  • first string
    Card number front display bit
  • holder string
    Card holder name
  • last string
    Card number rear display bit
  • type string
    Type card / account. card : carnegie ; account : account base
  • instrument_seq string
    Payment tool id
  • method_code string
    Payment method encoding
  • store_payment_id string
    Payment method id
  • delivery_infoobject
    Shipping information
  • delivery_name string
    Scheme name
  • delivery_seq string
    The seq for the shipping program
  • id string
    Contract single number
  • last_payment_status string
    Last payment status
  • line_itemsobject[]
    Associated Product
  • amount string
    Product amount ( two precision string , like " 88.10 " )
  • amount_setobject
    Product amount , multi-currency format
  • presentment_moneyobject
    presentment money
  • amount string
    Amount
  • currency_code string
    Currency
  • shop_moneyobject
    shop money
  • amount string
    Amount
  • currency_code string
    Currency
  • attributesobject[]
    Product attributes : name , attribute value
  • key string
    Attributes key or name
  • value string
    Attribute value
  • group_id string
    Item group id
  • image_url string
    Product main image
  • pricing_policyobject[]
    Subscription cycle discount
  • cycle_discountsobject[]
    Adjust per cycle of the subscribe to the line
  • adjustment_type string
    Discount type , FIXED_AMOUNT : minus , PERCENTAGE : discount ( minus percentage )
  • adjustment_value long
    Discount value subtraction amount ( points ) or ratio
  • product_source string
    Product source main_site main station product、customize custom product
  • quantity integer
    Product quantity
  • sku string
    Item no .
  • title string
    Product title
  • variant_attribute string
    Product attributes
  • variant_id string
    Product SKU serial number
  • version string
    Product version
  • next_billing_date string
    Next bill date
  • origin_orderobject
    Original order information
  • id string
    Order number
  • periods integer
    Duration of current contract execution
  • status string
    Subscription contract status
  • updated_at string
    Update time , 2019-09-07T15 : 50 : 00 z
API Explorer
https://openapiceshidianpu.myshopline.com/admin/openapi/v20250601

ParamOptions

path required
header required

Language

curl --request GET \
--url https://openapiceshidianpu.myshopline.com/admin/openapi/v20250601/subscription/id/contract.json \
--header 'Authorization: Bearer eyJhbGciOiJIUzUxMiJ9.eyJhcHBLZXkiOiJmMjM3OWQyMTYyOGMzM2QxMWRiMWZkYjY5N2EzZjdjMjZlNGMwYTA5Iiwic2VsbGVySWQiOiIyMDAwMjM0ODgwIiwic3RvcmVJZCI6IjE2NzIzNjk3Mjk2MDYiLCJ2ZXJzaW9uIjoiVjIiLCJkb21haW4iOiJodHRwczovL3NsLW9wZW4tc2cubXlzaG9wbGluZS5jb20iLCJ0aW1lc3RhbXAiOjE2NzUzMTk0OTI0MzksImlzcyI6Inlzb3VsIiwiZXhwIjoxNzY5OTI3NDkyfQ.UwQzomM2veGCUaOZ0paUxq5dpc7DXuhHYFvsQ_uIAKduzWcb_j2E4q_36El83sp145D4cKbpcE5KCeeIz-JNQw' \
--header 'Content-Type: application/json; charset=utf-8' \
--header 'accept: application/json'
Was this article helpful to you?