api-definitions
api-definitions copied to clipboard
Rebilly's public API definitions
Orders API
## Summary [Preview](https://rebilly-website--rem-git-rem-01hnb1ejh7zd3eqe72m-2cb2f7.preview.redocly.app/catalog/all/Orders-experimental/GetOrderCollection/) - [x] Add `/orders` route - [x] Add `/orders/{id}` route - [x] Add `/orders/{id}/upcoming-invoice` route ## Links ## Checklist - [x] Writing style - [x] API design...
## Summary Replace subscriptionId with orderId where orderId relates to Orders. Move order related changes to `orderChanges` property. [Preview](https://rebilly-website--rem-git-rem-01hnb1ejh7zd3eqe72m-42313a.preview.redocly.app/docs/dev-docs/api/Quotes/) ## Checklist - [x] Writing style - [x] API design standards
## Summary - [x] Update `ord_cnl_` to `sub_cnl_` - [x] Update `ord_itm_` to `sub_itm_` - [x] Update `ord_pau_` to `sub_pau_` - [x] Update `ord_rct_` to `sub_rct_` - [x] Update `ord_usg_`...
## Summary Found this causing an issue elsewhere. Deleted (it's not needed or used here). ## Links n/a ## Checklist - [x] Writing style - [x] API design standards n/a
## Summary ## Links ## Checklist - [ ] Writing style - [ ] API design standards
## Summary - [x] Unify `ord_` prefixes - [x] Unify `sub_` prefixes ## Links ## Checklist - [x] Writing style - [x] API design standards
## Summary - [x] Add `/orders/{id}/upcoming-invoice/issue` route ## Links ## Checklist - [x] Writing style - [x] API design standards
## Summary ``` invoiceTimeShift: description: |- Shifts issue time and due time of invoices for this subscription. This setting overrides plan settings. To use plan settings, set this value to...
- [x] Swap `nullable` for type arrays https://github.com/Rebilly/api-definitions/pull/1682 - [x] Verify usage of `exclusiveMinimum` and `exclusiveMaximum` – no usages - [x] Change `x-webhooks` to `webhooks` https://github.com/Rebilly/api-definitions/pull/1682 - [ ] Verify...
We propose adding an "expand" parameter to the refund method. This improvement, would allow users to specify additional resources to include in the response, reducing the number of requests needed...