B2B Company Info - Pull via API

Hello,

We have not been able to find any info on how to pull the new B2B data for companies, locations, buyers, customers, etc.

I am attaching a Matrixify report (just sample data, not real customers) showing that this data is pullable… but i just cant find anything on the dev site for Shopify endpoints.

Any help is hugely appreciated!

1 Like

Hi @jkatz-23 :waving_hand:

There are a variety of exciting new B2B-related queries in 2022-10, including a query for companies here.

Hope that helps!

Hello @jkatz-23

Renars here from Matrixify.
Thank you for trying to use our app for this.

Here just to comment on this as we were mentioned.

You indeed can get this data from Shopify API. The confusion might be that you are trying to find this in the Shopify REST Admin API, but this data is only available in Shopify GraphQL Admin API Companies resource as mentioned by @Umiko

1 Like

That’s true.

There are lots of thirdparty sites only working with rest API.
they will sync data only if they got company.json data like the same as you can have
customer/{{id}}.json
product/{{id}}.json
the same you can’t have for company/{{id}}.json

Hi @jkatz-23 ,

In reply to your original post, the documentation starting point for working with Shopify B2B data directly (only available via the GraphQL Admin API) can be found here:

https://shopify.dev/docs/apps/b2b

Hope you have a great day,
Jon551