restoreMoneyAmounts - Pricing Module Reference
BetaThis documentation provides a reference to the restoreMoneyAmounts
method. This belongs to the Pricing Module.
This method restores soft deleted money amounts by their IDs.
Example
Parameters
ids
string[]RequiredThe IDs of the money amounts to delete.
config
RestoreReturn<TReturnableLinkableKeys>Configurations determining which relations to restore along with each of the money amounts. You can pass to its returnLinkableKeys
property any of the money amount's relation attribute names, such as price_set_money_amount
.
config
RestoreReturn<TReturnableLinkableKeys>returnLinkableKeys
property any of the money amount's relation attribute names, such as price_set_money_amount
.Returns
Promise
Promise<void | Record<string, string[]>>RequiredAn object that includes the IDs of related records that were restored, such as the ID of associated price set money amounts.
The object's keys are the ID attribute names of the money amount entity's relations, such as price_set_money_amount_id
,
and its value is an array of strings, each being the ID of the record associated with the money amount through this relation,
such as the IDs of associated price set money amounts.
Promise
Promise<void | Record<string, string[]>>Requiredprice_set_money_amount_id
,
and its value is an array of strings, each being the ID of the record associated with the money amount through this relation,
such as the IDs of associated price set money amounts.Was this section helpful?