@plentymarkets/shop-api / doPlaceOrder
Function: doPlaceOrder() ​
Defined in: api/doPlaceOrder/index.ts:18
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();