ProductPriceable
No description
union ProductPriceable = Customer | SalesChannel
Possible types
ProductPriceable.Customer
object
Represents a customer in the system.
ProductPriceable.SalesChannel
object
Sales Channel
Represents a sales channel within a brand. Sales channels define different sources through which orders can be placed and managed, including configuration for routing, fulfillment, and order processing behavior.
Member Of
ProductPrice
object