Send Basket
Submits all orders currently in the basket for processing. Credits are applied first; if the order total exceeds the available credit balance, the remainder is charged to the credit card on file or the one provided in the request.
| Request Body | ||||
|---|---|---|---|---|
uid stringDeprecated. Pass your API key in the | ||||
couponCode string | ||||
credit_card_id integerIf provided, it is the id number of the credit card on file to be charged. | ||||
check_quantity booleancheck cards and inserts quantity in stock, return | ||||
notes objectdictionary of order notes, order id is used as a key | ||||
price_structure objectExpected structure price by types of payment. If the structure does not match during the calculation, an error will be returned
|
| Responses | ||||
|---|---|---|---|---|
200successful
| ||||
400Error
| ||||
401UNAUTHORIZED
|