Was this helpful?
#227:
Change request updated 3 months ago
Returns list of all subscriptions for the order.
/v1/commerce/orders/{orderId}/subscriptions
curl -L \ --url 'https://api.platform.softwareone.com/public/v1/commerce/orders/{orderId}/subscriptions'
{ "$meta": {}, "data": [ { "id": "text", "audit": {}, "$meta": {}, "href": "text", "name": "text", "startDate": "2025-02-23T06:22:01.204Z", "terminationDate": "2025-02-23T06:22:01.204Z", "externalIds": {}, "agreement": {}, "terms": {}, "product": {}, "autoRenew": true, "status": {}, "commitmentDate": "2025-02-23T06:22:01.204Z", "parameters": {}, "price": {}, "lines": [] } ] }