Data Solutions

Manage data solutions.

Update Google Vertex AI settings

POST /data-solutions/google-ai

Request

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 - string
    required
    The MIME type of the response body.
  • Content-Type in header with default of application/json - string
    required
    The MIME type of the request body.

Body

object | application/json
  • project_id
    string

    Project ID in your GCP account.
  • channel_id
    integer

    Channel ID.
    Example: 1

example

{
"project_id": "string",
"channel_id": 1
}

Response

OK

Delete Google Vertex AI settings

DELETE /data-solutions/google-ai

Request

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 - string
    required
    The MIME type of the response body.

Body

object | application/json
  • channel_id
    integer

    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?