import { ShopifyCompanyLocationMetafieldArgs } from '@daffodil/driver/shopify'
A branch or office of a Company where B2B customers can place orders. When a B2B customer selects a location after logging in, the Storefront API contextualizes product queries to return location-specific pricing and quantity rules.
Access through the PurchasingCompany object, which associates the location with the buyer's Cart.
interface ShopifyCompanyLocationMetafieldArgs {
key: string
namespace: string
}