--- title: PurchasingCompany - Storefront API description: Represents information about the buyer that is interacting with the cart. api_version: 2025-10 api_name: storefront type: object api_type: graphql source_url: html: https://shopify.dev/docs/api/storefront/latest/objects/purchasingcompany md: https://shopify.dev/docs/api/storefront/latest/objects/purchasingcompany.md --- # Purchasing​Company object Represents information about the buyer that is interacting with the cart. ## Fields * company [Company!](https://shopify.dev/docs/api/storefront/latest/objects/Company) non-null The company associated to the order or draft order. * contact [Company​Contact](https://shopify.dev/docs/api/storefront/latest/objects/CompanyContact) The company contact associated to the order or draft order. * location [Company​Location!](https://shopify.dev/docs/api/storefront/latest/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/latest/objects/CartBuyerIdentity#field-CartBuyerIdentity.fields.purchasingCompany)