B2B Setup
1. Add the B2B App to the Relevant Project in ACC
SHOP={
"key": "SHOP",
"value": {
"url": "{{SHOP_URL}}",
"shipping_option_slug": "b2b",
"payment_option_slug": "b2b"
...
"password": "B2B123456", // field to be added
}
}2. Set Environment Value on the Shop Side
B2B_EXTENSION_CONF={"api_url": "https://{B2B_APP_DOMAIN}/api/v1/", "password": "B2B123456"}3. Define the Model Schema for User Model on the Shop Side
4. Integrate PromotionGateway for B2B Discounts on the Shop Side
5. Add a ShippingOption for B2B on the Shop Side
6. Add a CargoCompany for B2B in Omnitron
7. Configure PaymentOption for B2B on the Shop Side
Last updated
Was this helpful?

