Deliveries
Create Delivery
Create a delivery against an order.
POST
Authorizations
A JWT Bearer token header for authentication and authorization, in the format Authorization: Bearer <token>
Headers
A secret token identifying the client connecting to the API
Body
application/json
A list of credit batch IDs and kilogram amounts of each to deliver.
A publicly visible note stored with the credit delivery.
Maximum length:
256
The ID of the order you wish to fulfil with the specified credit batch amounts.
Required string length:
20 - 36
Response
200 - application/json
Required string length:
20 - 36
A publicly visible note stored with the credit delivery.
Maximum length:
256
Required string length:
20 - 36
Was this page helpful?