_Entity
No description
union _Entity = Discount | Order | OrderItem | ProductVariant | ProductVariantVersion | ShipmentMethod | ShoppingCartItem | TaxRateVersion | User | UserAddress
Possible types
_Entity.Discount
object
Foreign type of a discount.
_Entity.Order
object
The order of a user.
_Entity.OrderItem
object
Describes an order item of an order.
_Entity.ProductVariant
object
Foreign type of a product variant.
_Entity.ProductVariantVersion
object
Foreign type of a product variant.
_Entity.ShipmentMethod
object
Describes the method/provider that the shipment uses.
_Entity.ShoppingCartItem
object
Foreign type of a shopping cart item.
_Entity.TaxRateVersion
object
Foreign type of a tax rate version.
_Entity.User
object
Type of a user owning orders.
_Entity.UserAddress
object
Foreign type of an user address.
Returned By
_entities
query