Need Help? We are right here!
Thanks for your Enquiry. Our team will soon reach out to you.
If you don't hear from us within 24 hours, please feel free to send a follow-up email to info@xecurify.com
Search Results:
×When you use BigCommerce Store Sync Integration, you're making sure that all your store's important information, like products, inventory, and orders, stay the same and updated everywhere they're used. This helps avoid mistakes and makes things like managing products and orders easier.
User Provisioning is like managing who can do what in your online store. You can create new accounts for people, give them certain jobs, and control what parts of the store they can use. This is important for keeping things safe, helping your team work together, and giving users a customized experience if they have accounts on your site. Both of these things together make your online store work better, be safer, and grow smoothly.
miniOrange provides Provisioning solutions for all scenarios of user management (provisioning), which includes AD Integration, LDAP Integration and automated provisioning for all External Applications such as BigCommerce, Google Workspace, Workday, etc.
miniOrange to BigCommerce synchronization enables automated user provisioning and lifecycle management using Custom API integration. Any user created, updated, or deleted in miniOrange is automatically synchronized with BigCommerce.







https://api.bigcommerce.com/stores/{store-hash}/v3/customers.store-hash in the API URL with your actual BigCommerce store hash value.
X-Auth-Token as the Attribute Key and the Access Token as the Attribute Value.

[
{
"email": Primary Email,
"first_name": First Name,
"last_name": Last Name
}
]

data[0].id .![Custom Provisioning: Response Settings – External Identifier Key data[0].id](/images/provisioning/external-identifier-key.webp)


https://api.bigcommerce.com/stores/{store-hash}/v3/customers.



https://api.bigcommerce.com/stores/{store-hash}/v3/customers?id:in=External User ID.

This section explains how customer changes made in BigCommerce are automatically synchronized to miniOrange in real time using webhook-based integration.






| First Factor | Password |

https://api.bigcommerce.com/stores/{store_hash}/v3/hooks.
{
"headers": {
"app-secret": "Client Secret"
},
"scope": "store/customer/*",
"destination": "https://login.xecurify.com/services/api/provisioning/webhook/bigcommerce/syncusers/{customerId}",
"is_active": true
}


