.dev
REST APIAPI Reference

Connectors Google Sheets

POST
/v1/integrations/connectors/google-sheets/webhook/{storeId}/{connectorId}

Path Parameters

storeId*string
connectorId*string

Response Body

curl -X POST "https://example.com/v1/integrations/connectors/google-sheets/webhook/string/string"
POST
/v1/stores/{storeId}/integrations/connectors/{connectorId}/google-sheets/configure

Path Parameters

storeId*string
connectorId*string

Response Body

curl -X POST "https://example.com/v1/stores/string/integrations/connectors/string/google-sheets/configure"
POST
/v1/stores/{storeId}/integrations/connectors/{connectorId}/google-sheets/field-mapping

Path Parameters

storeId*string
connectorId*string

Response Body

curl -X POST "https://example.com/v1/stores/string/integrations/connectors/string/google-sheets/field-mapping"
GET
/v1/stores/{storeId}/integrations/connectors/{connectorId}/google-sheets/spreadsheets

Path Parameters

storeId*string
connectorId*string

Response Body

curl -X GET "https://example.com/v1/stores/string/integrations/connectors/string/google-sheets/spreadsheets"
POST
/v1/stores/{storeId}/integrations/connectors/{connectorId}/google-sheets/spreadsheets

Path Parameters

storeId*string
connectorId*string

Response Body

curl -X POST "https://example.com/v1/stores/string/integrations/connectors/string/google-sheets/spreadsheets"
GET
/v1/stores/{storeId}/integrations/connectors/{connectorId}/google-sheets/spreadsheets/{spreadsheetId}/sheets/{sheetName}/headers

Path Parameters

storeId*string
connectorId*string
spreadsheetId*string
sheetName*string

Response Body

curl -X GET "https://example.com/v1/stores/string/integrations/connectors/string/google-sheets/spreadsheets/string/sheets/string/headers"
GET
/v1/stores/{storeId}/integrations/connectors/{connectorId}/google-sheets/spreadsheets/{spreadsheetId}/tabs

Path Parameters

storeId*string
connectorId*string
spreadsheetId*string

Response Body

curl -X GET "https://example.com/v1/stores/string/integrations/connectors/string/google-sheets/spreadsheets/string/tabs"
GET
/v1/stores/{storeId}/integrations/connectors/google-sheets/install-url

Path Parameters

storeId*string

Response Body

curl -X GET "https://example.com/v1/stores/string/integrations/connectors/google-sheets/install-url"