Skip to main content

Relations Overview

RelationshipTypeDescription
OrderSet → Cart (Cart Module)Read-only - has oneAn order set is created from a cart
OrderSet → Customer (Customer Module)Read-only - has oneAn order set belongs to a customer
OrderSet → SalesChannel (Sales Channel Module)Read-only - has oneAn order set is associated with a sales channel
OrderSet → PaymentCollection (Payment Module)Read-only - has oneAn order set has a payment collection

Data Models

OrderSet

This documentation provides a reference to the OrderSet data model. It belongs to the Marketplace Module.
FieldTypeDescription
idPrimaryKeyModifier<IdProperty>The ID of the order set.
display_idNumberPropertyThe display ID of the order set
sales_channel_idTextPropertyThe ID of the order set’s sales channel.
cart_idTextPropertyThe ID of the cart that the order set was created from.
customer_idTextPropertyThe ID of the order set’s customer.
payment_collection_idTextPropertyThe ID of the order set’s payment collection.