Query subscription contract details
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 requiredContract single number
Request Headers
- Content-Type requiredThe value of this field is fixed to
application/json; charset=utf-8
- Authorization string requiredThe 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
- 200
- 401
- 429
For more information about status codes, see Http status code.
Response Headers
traceId
traceId
Response Body
subscription_contractobject
Subscription contract information detailsappobject
Subscription plug-in informationapp_key stringKey for app insertbilling_policyobject
Billing policy for the subscription agreementinterval stringInterval units , ( day , MONTH , weed , year )interval_count integerInterval valuemax_cycles integerLargest subscription cyclemin_cycles integerMinimum subscription cyclecreated_at stringCreated time , 2019-09-07T15 : 50 : 00 zcurrency_code stringStore currencycustomerobject
User informationemail stringUser mailid stringUser id , buyerIdnick_name stringUser nicknamephone stringUser phoneshipping_addressobject
Shipping addressaddress1 stringConsignee detailed addressaddress2 stringConsignee additional to the detailed addresscity stringConsignee citycity_code stringConsignee city codecompany stringCompany namecountry stringCountry or regioncountry_code stringCountry or region , please refer to the country code specification biography , https : //aurogon-portal.yy.com/document/interface/478district stringConsignee zonedistrict_code stringConsignee zone codefirst_name stringConsignee namelast_name stringConsignee last namephone stringConsignee contactprovince stringConsignee provinceprovince_code stringConsignee province codezip stringPostal codecustomer_payment_methodobject
payment methodchannel_code stringPayment channel encodinginstrument_detailobject
Payment tool detailsaccountobject
Account informationname stringAccount namecardobject
Card number informationbrand stringCard brandbrand_icon stringCard iconexpire_month stringExpiration date : monthexpire_year stringExpiration date : yearfirst stringCard number front display bitholder stringCard holder namelast stringCard number rear display bittype stringType card / account. card : carnegie ; account : account baseinstrument_seq stringPayment tool idmethod_code stringPayment method encodingstore_payment_id stringPayment method iddelivery_infoobject
Shipping informationdelivery_name stringScheme namedelivery_seq stringThe seq for the shipping programid stringContract single numberlast_payment_status stringLast payment statusline_itemsobject[]
Associated Productamount stringProduct amount ( two precision string , like " 88.10 " )amount_setobject
Product amount , multi-currency formatpresentment_moneyobject
presentment moneyamount stringAmountcurrency_code stringCurrencyshop_moneyobject
shop moneyamount stringAmountcurrency_code stringCurrencyattributesobject[]
Product attributes : name , attribute valuekey stringAttributes key or namevalue stringAttribute valuegroup_id stringItem group idimage_url stringProduct main imagepricing_policyobject[]
Subscription cycle discountcycle_discountsobject[]
Adjust per cycle of the subscribe to the lineadjustment_type stringDiscount type , FIXED_AMOUNT : minus , PERCENTAGE : discount ( minus percentage )adjustment_value longDiscount value subtraction amount ( points ) or ratioproduct_source stringProduct source main_site main station product、customize custom productquantity integerProduct quantitysku stringItem no .title stringProduct titlevariant_attribute stringProduct attributesvariant_id stringProduct SKU serial numberversion stringProduct versionnext_billing_date stringNext bill dateorigin_orderobject
Original order informationid stringOrder numberperiods integerDuration of current contract executionstatus stringSubscription contract statusupdated_at stringUpdate time , 2019-09-07T15 : 50 : 00 z
API Explorer
Debugger
Was this article helpful to you?