Home > @vsf-enterprise/bigcommerce-api > NodeBigcommerceSDK
# NodeBigcommerceSDK interface
The definition of types for BigCommerce SDK.
Signature:
export interface NodeBigcommerceSDK
# Properties
Property | Type | Description |
---|---|---|
config | MiddlewareSDKSettingsConfig | SDK Settings provided in the middleware.config.js file. |
# Methods
Method | Description |
---|---|
delete(path) | SDK client HTTP method for making DELETE requests. |
get(path) | SDK client HTTP method for making GET requests. |
post(path, param) | SDK client HTTP method for making POST requests. |
put(path, param) | SDK client HTTP method for making PUT requests. |
request(type, path, data) | SDK client factory method for creating HTTP requests. |