Query the effective plan of the store
GET https://{handle}.myshopline.com/admin/openapi/v20250601/store/subscription
Query the current effective package of the store (including the current period and the next period)
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
- include_trial booleanPackage of trial period or not included . default true
Response
- 200
Response Headers
traceId
traceId
Response Body
- code stringResponse codeExample:
SUCCESS
dataobject[]
Response dataauto_recurring booleanTo open automatic renewal or notExample:true
billing_cycle stringPackage cycleExample:monthly
cancelled_at longCancel timeExample:1689504361000
created_at longCreation timeExample:1689504361000
enable booleanEffective or notExample:true
end_at longEnd timeExample:1692182769000
extend_peroid integerLong when giving away ( unit second )grace_period integerPackage grace ( unit seconds )grace_period_end_at longPackage grace end timeExample:1692182769000
merchant_email stringMerchant mailboxExample:laokunfang@shoplineapp.com
merchant_id longMerchant idExample:4200320559
next_recurring_at longNext time automatic re-chargeExample:1692182769000
payment_method stringpayment methodExample:CreditCard
product_line stringPackage version keyExample:cn_monthly_standard
product_name mapPackage version nameExample:[object Object]
remarks stringInstructionsstart_at longStart timeExample:1689504369000
status stringPackage statusExample:active
store_handle stringStore handleExample:laokunfang18
store_id longStore idExample:1666942294702
sub_id stringPackage idExample:SUB6025977562148654205
type stringPackage typeExample:paid
- message stringResponse informationExample:
success
- success stringSucceed or not?Example:
true
API Explorer
Debugger
Was this article helpful to you?