@plentymarkets/shop-api / doPlaceOrder
Function: doPlaceOrder() ​
Method doPlaceOrder - Used to place an order.
Parameters ​
• context: PlentysystemsIntegrationContext
Returns ​
Order
Remarks ​
- Calls /rest/storefront/orders
- Method should be used to place an order.
Example ​
ts
const { data } = await useSdk().plentysystems.doPlaceOrder();