Share via


Commerce Foundation StoreProfile CommerceDelete

The StoreProfile Microsoft Multi-Channel Commerce Foundation commerce entity provides delete operation capability for the Commerce Server StoreObject profile. The StoreProfile Microsoft Multi-Channel Commerce Foundation commerce entity supports the delete operation via the CommerceDeleteOperation_StoreProfile message handler definition.

Syntax

        var deleteStoreProfile = new CommerceDelete<CommerceEntity>("StoreProfile");
      

Operation Sequence Components

Operation Sequence Component

Description

StoreProfileLoader

Responsible for populating the operation cache with the Commerce Server profile objects

StoreProfileAddressesProcessor

Responsible for performing operations on addresses for a store

StoreProfileCommitter

Responsible for executing create and update operations

StoreProfileResponseBuilder

Responsible for creating the response for operations targeting a store profile

StoreProfileAddressesResponseBuilder

Responsible for populating an operation response based on related address profile

Exceptions

Microsoft Multi-Channel Commerce Foundation can throw the following exception during this operation:

  • FaultException<GeneralOperationFault>

See Also

Other Resources

Commerce Foundation StoreProfile

CommerceDelete