Data Solutions
Manage data solutions.
Update Google Vertex AI settings
POST https://api.bigcommerce.com/stores/{store_hash}/v3/data-solutions/google-aiRequest
Update your connection to Google Vertex AI.
Authentication
- X-Auth-Token in header
Parameters
- store_hash in path - string
- Accept in header with default of application/json - stringrequiredThe MIME type of the response body.
- Content-Type in header with default of application/json - stringrequiredThe MIME type of the request body.
Body
object | application/json
project_idstring
Project ID in your GCP account.channel_idinteger
Channel ID.Example: 1
example
{
"project_id": "string",
"channel_id": 1
}
Response
OK
Delete Google Vertex AI settings
DELETE https://api.bigcommerce.com/stores/{store_hash}/v3/data-solutions/google-aiRequest
Remove your connection to Google Vertex AI.
Authentication
- X-Auth-Token in header
Parameters
- store_hash in path - string
- Accept in header with default of application/json - stringrequiredThe MIME type of the response body.
Body
object | application/json
channel_idinteger
Example: 1
example
curl --request DELETE \
--url 'https://api.bigcommerce.com/stores/[store_hash]/v3/data-solutions/google-ai' \
--header 'Accept: application/json' \
--header 'Content-Type: application/json' \
--header 'X-Auth-Token: {{token}}'
Response
OK
Did you find what you were looking for?