--- title: PurchasingCompany - Storefront API description: Represents information about the buyer that is interacting with the cart. api_version: unstable api_name: storefront source_url: html: https://shopify.dev/docs/api/storefront/unstable/objects/PurchasingCompany?utm_channel=W24-editions-website md: https://shopify.dev/docs/api/storefront/unstable/objects/PurchasingCompany.md?utm_channel=W24-editions-website --- # Purchasing​Company object Represents information about the buyer that is interacting with the cart. ## Fields * company [Company!](https://shopify.dev/docs/api/storefront/unstable/objects/Company) non-null The company associated to the order or draft order. * contact [Company​Contact](https://shopify.dev/docs/api/storefront/unstable/objects/CompanyContact) The company contact associated to the order or draft order. * location [Company​Location!](https://shopify.dev/docs/api/storefront/unstable/objects/CompanyLocation) non-null The company location associated to the order or draft order. *** ## Map ### Fields with this object * {}[CartBuyerIdentity.purchasingCompany](https://shopify.dev/docs/api/storefront/unstable/objects/CartBuyerIdentity#field-CartBuyerIdentity.fields.purchasingCompany)