This API allows you to update objects in Limio. You can update a subscription, customer, order, identity, address, schedule, payment method, subscription offer, promo code, or user entitlement. It is designed to be flexible and allow you to update any field in the object.
OK
Bad request (missing required fields)
Unauthorized
Not found
{- "name": "abc123",
- "data": {
- "quantity": 2
}
}{- "id": "sub-123123123",
- "sort_key": "object/subscription",
- "data": {
- "quantity": 2
}
}This API allows you to delete objects in Limio. Currently, only promo codes v2 are deleted via this API.
OK
Unauthorized
Not found
Bad Gateway
{- "httpStatusCode": 200,
- "requestId": "1234ABC",
- "attempts": 1,
- "totalRetryDelay": 0
}This API allows you to add a related identity object to a specific object of provided path type from a provided service using the object's ID. You can add related objects of a subscription, customer, order, identity, address, schedule, payment method, subscription offer, or user entitlement.
Send order request
OK
Unauthorized
Bad Gateway
{- "id": "identity-bcc1997b17b7824caf86b06451904fb8",
- "service": "limio"
}null