Get Subscription Fulfillments For An Order
Return the subscription and fulfillment associated with a given order ID.
Overview
- Method: GET
- Path:
/brand/subscriptions/get-subscription-fulfillments/<orderId> - Tags: brand
Parameters
orderId (path)
- Type:
string - Required: Yes
- Description: orderId parameter
Request Body
No request body required.
Responses
200
Successful response
Content Type: application/json
{
"subscription": "string"
}400
Bad Request
Content Type: application/json
{
"error": "string",
"details": [
{}
]
}401
Unauthorized
404
Not Found
500
Internal Server Error
Example Usage
curl -X GET \
https://api.pillexa.com/brand/subscriptions/get-subscription-fulfillments/<orderId> \
-H "Content-Type: application/json" \