import { ShopifyPurchasingCompany } from '@daffodil/driver/shopify'
Represents information about the buyer that is interacting with the cart.
interface ShopifyPurchasingCompany {
__typename: "PurchasingCompany"
company: ShopifyCompany
contact: ShopifyCompanyContact
location: ShopifyCompanyLocation
}
__typename "PurchasingCompany" |
|---|
company ShopifyCompany |
|---|
The company associated to the order or draft order. |
contact ShopifyCompanyContact |
|---|
The company contact associated to the order or draft order. |
location ShopifyCompanyLocation |
|---|
The company location associated to the order or draft order. |