AvailableShippingStrategyEnum
No description
enum AvailableShippingStrategyEnum {
SELLER_LINES
MARKETPLACE_LINES
}
Values
AvailableShippingStrategyEnum.SELLER_LINES
Available shipping methods per seller are calculated using only the line totals for the seller.
AvailableShippingStrategyEnum.MARKETPLACE_LINES
Available shipping methods per seller are calculated using every line total, not just the sellers' lines.
Member Of
MarketplaceConfiguration object ● MarketplaceConfigurationInput input