> For the complete documentation index, see [llms.txt](https://docs.edgetag.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.edgetag.io/crm-connections/woocommerce/api.md).

# API

Below you will find the keys to generate secret payloads for adding or updating a channel via the [Script API](/api/api/script.md).

### WOO\_COMMERCE\_SHOP\_NAME

In this secret, you would store the store ID associated with the CRM.\
\
**Example value**\
example.com\
\
**Type**\
IDENTIFIER\
\
**Optional**\
false

### WOO\_COMMERCE\_API\_SECRET

In this secret, you would store the Consumer secret that customers generate.\
\
**Example value**\
cs\_c86aa5336c4c97426bfc98362e324b37a7e84653\
\
**Type**\
PASSWORD\
\
**Optional**\
false

### WOO\_COMMERCE\_API\_KEY

In this secret, you would store the Consumer key that customers generate.\
\
**Example value**\
ck\_c273275f6c7c2a334720be8b121a8b8b2b2f5f9d\
\
**Type**\
PASSWORD\
\
**Optional**\
false

### WOO\_COMMERCE\_BACK\_FILL

In this secret, you would store whether the customer wants to enable backfill or not.\
\
**Possible values**\
1 or 0

**Type**\
CHECKBOX

**Optional**\
true


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.edgetag.io/crm-connections/woocommerce/api.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
