PUT api/Bigcommerce
No documentation available.
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
bigCommerce | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{ "BigCommerceId": "939bff5d-1200-4ea8-abbf-2411029ac5f5", "TenantId": "sample string 2", "BigCommerceShopName": "sample string 3", "BigCommerceStoreHash": "sample string 4", "BigCommercePreAccessToken": "sample string 5", "BigCommercePostAccessToken": "sample string 6", "IsDeleted": true, "IsAppInstalled": true, "CreatedTimeStamp": "2025-09-18T03:39:53.3193227+00:00", "UpdatedTimeStamp": "2025-09-18T03:39:53.3193227+00:00", "SettingId": "sample string 7", "BigCommerceRedirectionalLink": "sample string 8" }
application/xml, text/xml
Sample:
<BigCommerce xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EdgeSettings.DAL"> <BigCommerceId>939bff5d-1200-4ea8-abbf-2411029ac5f5</BigCommerceId> <BigCommercePostAccessToken>sample string 6</BigCommercePostAccessToken> <BigCommercePreAccessToken>sample string 5</BigCommercePreAccessToken> <BigCommerceRedirectionalLink>sample string 8</BigCommerceRedirectionalLink> <BigCommerceShopName>sample string 3</BigCommerceShopName> <BigCommerceStoreHash>sample string 4</BigCommerceStoreHash> <CreatedTimeStamp>2025-09-18T03:39:53.3193227+00:00</CreatedTimeStamp> <IsAppInstalled>true</IsAppInstalled> <IsDeleted>true</IsDeleted> <SettingId>sample string 7</SettingId> <TenantId>sample string 2</TenantId> <UpdatedTimeStamp>2025-09-18T03:39:53.3193227+00:00</UpdatedTimeStamp> </BigCommerce>
application/x-www-form-urlencoded
Sample:
Response Information
No documentation available.
Response body formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.