Post Cart Create
POST {{baseUrl}}/cart.create.json?cart_id=<string>&store_url=<string>&bridge_url=<string>&store_root=<string>&store_key=<string>&shared_secret=<string>&validate_version=<boolean>&verify=<boolean>&db_tables_prefix=<string>&ftp_host=<string>&ftp_user=<string>&ftp_password=<string>&ftp_port=<integer>&ftp_store_dir=<string>&apiKey_3dcart=<string>&AdminAccount=<string>&ApiPath=<string>&ApiKey=<string>&client_id=<string>&accessToken=<string>&context=<string>&access_token=<string>&apiKey_shopify=<string>&apiPassword=<string>&accessToken_shopify=<string>&apiUsername=<string>&EncryptedPassword=<string>&Login=<string>&apiUser_adnsf=<string>&apiPass=<string>&accessKey_scelite=<string>&apiKey_scelite=<string>&apiSecretKey_scelite=<string>&privateKey=<string>&appToken=<string>&etsy_keystring=<string>&etsy_shared_secret=<string>&tokenSecret=<string>&ebay_client_id=<string>&ebay_client_secret=<string>&ebay_runame=<string>&ebay_access_token=<string>&ebay_refresh_token=<string>&ebay_environment=<string>&ebay_site_id=<integer>&dw_client_id=<string>&dw_api_pass=<string>&demandware_user_name=<string>&demandware_user_password=<string>&store_id=<string>&seller_id=<string>&amazon_secret_key=<string>&amazon_access_key_id=<string>&marketplaces_ids=<string>&environment=<string>&hybris_client_id=<string>&hybris_client_secret=<string>&walmart_client_id=<string>&walmart_client_secret=<string>
Add store to the account
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
cart_id | string | Store’s identifier which you can get from cart_list method | |
store_url | string | A web address of a store that you would like to connect to API2Cart | |
bridge_url | string | This parameter allows to set up store with custom bridge url (also you must use store_root parameter if a bridge folder is not in the root folder of the store) | |
store_root | string | Absolute path to the store root directory (used with "bridge_url" parameter) | |
store_key | string | Set this parameter if bridge is already uploaded to store | |
shared_secret | string | Shared secret | |
validate_version | string | Specify if api2cart should validate cart version | |
verify | string | Enables or disables cart's verification | |
db_tables_prefix | string | This parameter is deprecated for this method. Please, use this parameter in method account.config.update | |
ftp_host | string | FTP connection host | |
ftp_user | string | FTP User | |
ftp_password | string | FTP Password | |
ftp_port | string | FTP Port | |
ftp_store_dir | string | FTP Store dir | |
apiKey_3dcart | string | 3DCart API Key | |
AdminAccount | string | It's a BigCommerce account for which API is enabled | |
ApiPath | string | BigCommerce API URL | |
ApiKey | string | Bigcommerce API Key | |
client_id | string | Client ID of the requesting app | |
accessToken | string | Access token authorizing the app to access resources on behalf of a user | |
context | string | API Path section unique to the store | |
access_token | string | Access token authorizing the app to access resources on behalf of a user | |
apiKey_shopify | string | Shopify API Key | |
apiPassword | string | Shopify API Password | |
accessToken_shopify | string | Access token authorizing the app to access resources on behalf of a user | |
apiUsername | string | Neto User Name | |
EncryptedPassword | string | Volusion API Password | |
Login | string | It's a Volusion account for which API is enabled | |
apiUser_adnsf | string | It's a AspDotNetStorefront account for which API is available | |
apiPass | string | AspDotNetStorefront API Password | |
accessKey_scelite | string | Shopping Cart Elite Access Key | |
apiKey_scelite | string | Shopping Cart Elite API Key | |
apiSecretKey_scelite | string | Shopping Cart Elite API Secret Key | |
privateKey | string | 3DCart Application Private Key | |
appToken | string | 3DCart Token from Application | |
etsy_keystring | string | Etsy keystring | |
etsy_shared_secret | string | Etsy shared secret | |
tokenSecret | string | Secret token authorizing the app to access resources on behalf of a user | |
ebay_client_id | string | Application ID (AppID). | |
ebay_client_secret | string | Shared Secret from eBay application | |
ebay_runame | string | The RuName value that eBay assigns to your application. | |
ebay_access_token | string | Used to authenticate API requests. | |
ebay_refresh_token | string | Used to renew the access token. | |
ebay_environment | string | eBay environment | |
ebay_site_id | string | eBay global ID | |
dw_client_id | string | Demandware client id | |
dw_api_pass | string | Demandware api password | |
demandware_user_name | string | Demandware user name | |
demandware_user_password | string | Demandware user password | |
store_id | string | Defines store id where the webhook should be assigned | |
seller_id | string | Seller Id | |
amazon_secret_key | string | Amazon Secret Key | |
amazon_access_key_id | string | Amazon Secret Key Id | |
marketplaces_ids | string | Comma separated marketplaces ids | |
environment | string | ||
hybris_client_id | string | Omni Commerce Connector Client ID | |
hybris_client_secret | string | Omni Commerce Connector Client Secret | |
walmart_client_id | string | Walmart client ID | |
walmart_client_secret | string | Walmart client secret |