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.
domainStringIt is the domain of the storefront routing.
dynamicCurrencySettingsOrderStorefrontRoutingDynamicCurrencySettingslocaleStringIt is the locale of the storefront routing.
pathStringIt is the path of the storefront routing.
priceListIdStringIt is the price list id that associated on the storefront routing.