@plentymarkets/shop-api / doOrderAgainInformation
Function: doOrderAgainInformation() ​
doOrderAgainInformation(
context
,params
):Promise
<Data
<GetOrderAgainInformationResponse
>>
Defined in: api/doOrderAgainInformation/index.ts:27
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"
});