Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request PATCH \ --url https://apigw.ipxo.com/ecommerce/public/{user_id}/billing-settings \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "billing_anchor_day": null } '
{ "data": { "uuid": "459a7130-efd2-36ad-b0f5-9100c1c35308", "billing_anchor_day": 21 } }
Update Billing Settings
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The ID of the user.
null
Show child attributes