Interface StandalonePriceApplyStagedChangesAction

Applies all staged changes to the StandalonePrice by overwriting all current values with the values in the StagedStandalonePrice. After successfully applied, the StagedStandalonePrice will be removed from the StandalonePrice. An applyStagedChanges update action on a StandalonePrice that does not contain any staged changes will return a 400 Bad Request error. Applying staged changes successfully will produce the StandalonePriceStagedChangesApplied Message.

interface StandalonePriceApplyStagedChangesAction {
    action: "applyStagedChanges";
}

Properties

Properties

action: "applyStagedChanges"

Generated using TypeDoc