OrderStorefrontRouting
type OrderStorefrontRouting {
id: String!
domain: String
dynamicCurrencySettings: OrderStorefrontRoutingDynamicCurrencySettings
locale: String
path: String
priceListId: String
}
Fields
It is the storefront routing id used by the storefront when the order was created.
domain
StringIt is the domain of the storefront routing.
dynamicCurrencySettings
OrderStorefrontRoutingDynamicCurrencySettingslocale
StringIt is the locale of the storefront routing.
path
StringIt is the path of the storefront routing.
priceListId
StringIt is the price list id that associated on the storefront routing.