Stored Procedures
Stored procedures are function-like interfaces that extend the functionality of the component beyond simple SELECT/INSERT/UPDATE/DELETE operations with BigCommerce.
Stored procedures accept a list of parameters, perform their intended function, and then return any relevant response data from BigCommerce, along with an indication of whether the procedure succeeded or failed.
CData SSIS Components for BigCommerce Stored Procedures
| Name | Description |
| CreateBrandImage | Creates a brand image. |
| DeleteBrandImage | Deletes a brand image. |
| GetOAuthAccessToken | Gets an authentication token from BigCommerce. |
| GetOAuthAuthorizationURL | Gets the authorization URL that must be opened separately by the user to grant access to your application. Only needed when developing Web apps. You will request the OAuthAccessToken from this URL. |
| RemoveBasicInformationLocaleFields | Supports removing fields from Basic Information. |
| RemoveProductCustomFieldsLocaleField | Supports removing fields from Custom field locale. |
| RemoveProductModifiersOverrides | Removes locale override fields for a product modifier. |
| RemoveSeoInformationLocaleFields | Removing fields from SEO Information |
| RemoveSharedProductModifierOptionsLocaleField | Removes locale override fields for a shared product modifier. |
| RemoveSharedVariantOptionsLocaleField | Removes locale override fields for a shared variant option. |
| RemoveStoreFrontDetailsLocaleFields | Supports removing fields from Storefront Details. |
| RemoveVariantOptionsLocaleField | Removes locale override fields for a product variant option. |
| SetSharedVariantOptionsLocale | Sets locale override fields for a shared variant option. Supports setting displayName and values for option types: Dropdown, RadioButtons, RectangleList, Swatch. |
| SetVariantOptionsLocale | Sets locale override fields for a product variant option. Supports setting displayName and values for option types: Dropdown, RadioButtons, RectangleList, Swatch. |