shopify-b2b-wholesale
Installation
SKILL.md
Shopify B2B & Wholesale
Overview
Shopify Plus B2B features let you create separate wholesale experiences with company accounts, custom catalogs, and tiered pricing. This skill covers the full B2B setup: companies, catalogs, price lists, and checkout configuration using the GraphQL Admin API. Requires a Shopify Plus plan.
Prerequisites
- Shopify Plus plan (B2B features are Plus-only)
- Access scopes:
read_customers,write_customers,read_products,write_products,read_orders - B2B enabled in Shopify admin (Settings > B2B)
- API version 2023-10 or later (B2B mutations stabilized)
Instructions
Step 1: Create a B2B Company
Use companyCreate with CompanyCreateInput — requires company (name, note), companyContact (email, firstName, lastName), and companyLocation (name, billingAddress, shippingAddress):