import { ShopifyCompanyMetafieldArgs } from '@daffodil/driver/shopify'
A B2B organization that purchases from the shop. In the Storefront API, company information is accessed through the PurchasingCompany object on CartBuyerIdentity, which provides the associated location and contact for the current purchasing context.
You can store custom data using metafields.
interface ShopifyCompanyMetafieldArgs {
key: string
namespace: string
}