Interface ProductSelectionCreatedMessagePayload

Generated after a successful Create Product Selection request.

interface ProductSelectionCreatedMessagePayload {
    productSelection: ProductSelection;
    type: "ProductSelectionCreated";
}

Properties

productSelection: ProductSelection

Product Selection that was created.

type: "ProductSelectionCreated"

Generated using TypeDoc