--- title: PurchasingCompany - Customer API description: The information of the purchasing company for an order or draft order. api_version: 2025-10 api_name: customer type: object api_type: graphql source_url: html: https://shopify.dev/docs/api/customer/latest/objects/purchasingcompany md: https://shopify.dev/docs/api/customer/latest/objects/purchasingcompany.md --- # Purchasing​Company object The information of the purchasing company for an order or draft order. ## Fields * company [Company!](https://shopify.dev/docs/api/customer/latest/objects/Company) non-null[Pre-auth accessible](https://shopify.dev/docs/apps/build/customer-accounts/order-status-page#customer-account-api) The company associated with the order or draft order. * contact [Company​Contact](https://shopify.dev/docs/api/customer/latest/objects/CompanyContact) [Pre-auth accessible](https://shopify.dev/docs/apps/build/customer-accounts/order-status-page#customer-account-api) The company contact associated with the order or draft order. * location [Company​Location!](https://shopify.dev/docs/api/customer/latest/objects/CompanyLocation) non-null[Pre-auth accessible](https://shopify.dev/docs/apps/build/customer-accounts/order-status-page#customer-account-api) The company location associated with the order or draft order. *** ## Map ### Possible type in * [Purchasing​Entity](https://shopify.dev/docs/api/customer/latest/unions/PurchasingEntity)