Skip to content

Commit

Permalink
Merge pull request #67 from Prisjakt/feat/restructure-docs
Browse files Browse the repository at this point in the history
feat: Describe delivery of feeds
  • Loading branch information
andrejohansson authored Mar 21, 2024
2 parents ed2ceab + b13ec09 commit 36484ea
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/feeds/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import DocCardList from '@theme/DocCardList';
We support feeds for different types of entities that can be used to integrate with us.

- **Offer feed** is the most common feed type, compatible with Google Merchant Feed and is the way shops provide us with prices and stock status.
- **Promotion feed** is a way for shops to automate promotion campains through us. Visible at [the promotions page](https://prisjakt.nu/kampanjer).
- **Promotion feed** is a way for shops to automate promotion campaigns through us. Visible at [the promotions page](https://prisjakt.nu/kampanjer).
- **Product feed** is intended for manufacturers who wants to provide us with detailed product information of the products they create.

The flow of the feeds is a simple polling mechanism where you provide us with a URL to your feed and we will poll it according to your SLA.
Expand Down
12 changes: 11 additions & 1 deletion docs/feeds/offer/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,14 @@ import DocCardList from '@theme/DocCardList';
<DocCardList />
```

Offer feeds contain offers from a shop to customers.
## Description

Offer feeds contain offers from a shop to customers and should be created in the format specified in this section.

## Delivery

To send us a feed, these are the main steps:

1. Create/generate a feed (or let your [E-commerce tool](/third-party/e-commerce-integrations.md) generate it for you
1. Then add the URL in your self service area in [Business Center](https://support.prisjakt.nu/sv/collections/2843448-prisjakts-produktfeed)
1. Then we will then fetch the feed from the url you provided on a scheduled basis
9 changes: 9 additions & 0 deletions docs/feeds/product/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,15 @@ import DocCardList from '@theme/DocCardList';

:::

## Description

Product feeds are a way for manufacturers to provide us with detailed product data for the products they create.
This data is used to create a product catalog that can be used to create product listings on the site.

## Delivery

To send us a product/manufacturer feed, these are the main steps:

1. Create/generate a feed
1. Send the url to support@prisjakt.nu and we will set it up for you
1. Then we will then fetch the feed from the url you provided on a scheduled basis
12 changes: 11 additions & 1 deletion docs/feeds/promotion/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,14 @@ import DocCardList from '@theme/DocCardList';
<DocCardList />
```

Promotion feeds help you automate creation of promotions for your products, this is useful when you have a high volume of promotions and/or when you want to automate integration with us. For smaller volumes or manual handling of promotions, please use our [Business Center](https://business.prisjakt.nu).
## Description

Promotion feeds help you automate creation of promotions for your products, this is useful when you have a high volume of promotions and/or when you want to automate integration with us. For smaller volumes or manual handling of promotions, please use our [Business Center](https://business.prisjakt.nu).

## Delivery

To send us a promotion feed, these are the main steps:

1. Create/generate a feed (or let your [E-commerce tool](/third-party/e-commerce-integrations.md) generate it for you
1. Send the url to support@prisjakt.nu and we will set it up for you
1. Then we will then fetch the feed from the url you provided on a scheduled basis

0 comments on commit 36484ea

Please sign in to comment.