If a referenced Store does not exist, a ReferencedResourceNotFound error is returned.

This action generates a [CartDiscountStoreRemoved](ctp:api:type:CartDiscountStoreRemovedMessage) Message.
interface CartDiscountRemoveStoreAction {
    action: "removeStore";
    store: StoreResourceIdentifier;
}

Properties

Properties

action: "removeStore"

Store to remove.