Skip to content

Commit

Permalink
This commit refs #61420: Extended documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
wmdkdkussin committed Aug 17, 2023
1 parent 5ff59ba commit deabb64
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Kussin | OXID 6 FACT Finder Export Queue

Kussin | OXID 6 FACT Finder Export Queue provides real-time CSV Exports for FACT Finder NG. And since 08/2023 it also
supports [Sooqr](https://www.sooqr.com/).
supports [Sooqr](https://www.sooqr.com/) and [Doofinder](https://www.doofinder.com/).

**The following configuration options are available:**

Expand Down
18 changes: 18 additions & 0 deletions USER_GUIDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,24 @@ To execute the CSV export, you can use the following command:

**NOTE:** The exported files can be fetched from https://www.domain.tld/export/factfinder/productData/[CHANNEL_ID].csv.

#### Sooqr XML Export

```bash
curl -i -X GET \
'https://www.domain.tld/index.php?cl=wmdkffexport_sooqr&channel=[CHANNEL_ID]&shop_id=[STORE_ID]&lang=[LANG_ID]'
```

**NOTE:** The exported files can be fetched from https://www.domain.tld/export/factfinder/productData/[CHANNEL_ID].sooqr.xml.

#### Doofinder XML Export

```bash
curl -i -X GET \
'https://www.domain.tld/index.php?cl=wmdkffexport_doofinder&channel=[CHANNEL_ID]&shop_id=[STORE_ID]&lang=[LANG_ID]'
```

**NOTE:** The exported files can be fetched from https://www.domain.tld/export/factfinder/productData/[CHANNEL_ID].doofinder.xml.gz.

### Reset

To execute the queue reset, you can use the following command:
Expand Down

0 comments on commit deabb64

Please sign in to comment.