v1
latestOpenAPI 3.0.02026-07-26318168886.7 KBProductSubscriptions
Get Product Subscription
To get detailed information for a specific product subscription with its ID<br> 使用定期購ID獲取特定一個定期購的詳細資料
get/product_subscriptions/{id}
Path parameters
idstring required
Product Subscription's ID<br>定期購ID
Response
OK
Example response
{
"id": "5b2b64bd8d1db91156002687",
"recurring_count": 1,
"duration": 1,
"next_billing_at": "2019-09-26T09:56:16.803+00:00",
"customer_id": "5b2b64bd8d1db91156002688",
"customer_name": "郭美玉",
"customer_email": "testing@shopline.com",
"product_name": {
"en": "Sl Watch",
"zh-hant": "Sl 手錶"
},
"initial_billing_at": "2019-09-26T09:56:16.803+00:00",
"created_at": "2019-09-26T09:56:16.803+00:00",
"updated_at": "2019-09-26T09:56:16.803+00:00",
"enable_apply_user_credits": true
}