@plentymarkets/shop-api / doOrderAgainInformation
Function: doOrderAgainInformation() ​
doOrderAgainInformation(
context
,params
):Promise
<Data
<GetOrderAgainInformationResponse
>>
Method doOrderAgainInformation - Used to get the order with the current prices.
Parameters ​
• context: PlentysystemsIntegrationContext
• params: GetOrderAgainInformationParams
Returns ​
Promise
<Data
<GetOrderAgainInformationResponse
>>
Remarks ​
- Calls /rest/storefront/orders/order-again-information
- This method is used to get the order with the current prices.
Example ​
ts
const { data } = await useSdk().plentysystems.doOrderAgainInformation({
orderId: "12345",
accessKey: "ABC123"
});