POST 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": "d9c3a196-2a6f-4b88-b8b0-9dab9f4f87a4",
"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-11-05T21:51:35.7327312+00:00",
"UpdatedTimeStamp": "2025-11-05T21:51:35.7327312+00:00",
"SettingId": "sample string 7",
"BigCommerceRedirectionalLink": "sample string 8",
"IsEnabledShippingMethods": true,
"DomesticShippingMethods": "sample string 9",
"InternationalShippingMethods": "sample string 10"
}
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>d9c3a196-2a6f-4b88-b8b0-9dab9f4f87a4</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-11-05T21:51:35.7327312+00:00</CreatedTimeStamp> <DomesticShippingMethods>sample string 9</DomesticShippingMethods> <InternationalShippingMethods>sample string 10</InternationalShippingMethods> <IsAppInstalled>true</IsAppInstalled> <IsDeleted>true</IsDeleted> <IsEnabledShippingMethods>true</IsEnabledShippingMethods> <SettingId>sample string 7</SettingId> <TenantId>sample string 2</TenantId> <UpdatedTimeStamp>2025-11-05T21:51:35.7327312+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.