Query subscription contract list
POST https://{handle}.myshopline.com/admin/openapi/v20250601/subscription/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
.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
Request Body
- after stringAfter a certain cursor , the value can be orderId , contractId , etc . , according to the specific api to indicate the specific business data id , before and after to only allow one to have value .
- before stringBefore , the value could be orderId , contractId , etc . according to the specific api , it means that the specific business data id , before and after only allow one to have value .
- created_at_max stringSubscription contract production time ( end ) ( format see IOS8601 )
- created_at_min stringSubscription contract production time ( start ) ( format see IOS8601 )
- first integerThe front n elements of return support up to 50 , and the last must and only one cannot be empty
- ids arrayContract id listExample: ``
- last integerReturn last n elements , maximum support 50 , must be with first and only one cannot be empty
- next_billing_date_at_max stringSubscribe to next bill-generation time ( end ) ( format see IOS8601 )
- next_billing_date_at_min stringSubscribe to next bill generation time ( start ) ( format see IOS8601 )
- reverse booleanSort inversion
- status arraySubscription contract status ( ACTIVE , FAILED , CANCELLED , EXPIRED )Example: ``
- updated_at_max stringSubscription contract update time ( end ) ( format see IOS8601 )
- updated_at_min stringSubscription contract update time ( start ) ( format see IOS8601 )
- user_ids arrayUser id list , up to 50Example: ``
Response
- 200
- 401
- 429
For more information about status codes, see Http status code.
Response Headers
traceId
traceId
Response Body
page_infoobject
Paging informationend_cursor string1has_next_page boolean1has_previous_page boolean1start_cursor string1subscription_contractsobject[]
Subscription contract information listappobject
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 stringCreation timecurrency_code stringCurrencycustomerobject
User informationemail stringUser mailboxid stringUser IDnick_name stringUser namephone 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 detailscardobject
Card 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 idlast_payment_status stringLast payment statusline_itemsobject[]
Contract associated Productamount stringProduct amount ( two precision string , like " 88.10 " )amount_setobject
Product amountpresentment_moneyobject
Currency informationamount stringAmountcurrency_code stringCurrencyshop_moneyobject
Sell side amountamount stringAmountcurrency_code stringCurrencyattributesobject[]
Product attributeskey 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 stringProduct yardstitle 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 status ( ACTIVE , FAILED , CANCELLED , EXPIRED )updated_at stringUpdate time
API Explorer
Debugger
Was this article helpful to you?