summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorKrzysztof Wolski <krzysztof.k.wolski@gmail.com>2016-12-20 16:15:31 +0100
committerKrzysztof Wolski <krzysztof.k.wolski@gmail.com>2016-12-22 15:42:49 +0100
commit05aa02cf09419aec436333000989656f5d809d16 (patch)
tree8bfa65f5ed682f123c4afaf274f58635ecfa3b20 /docs
parent9e3d74e32d1a00a94b1bfbce096c3524569af233 (diff)
downloadsaleor-frontend-05aa02cf09419aec436333000989656f5d809d16.tar.gz
saleor-frontend-05aa02cf09419aec436333000989656f5d809d16.tar.bz2
saleor-frontend-05aa02cf09419aec436333000989656f5d809d16.zip
Add brand field docs and getter
Diffstat (limited to 'docs')
-rw-r--r--docs/integrations.rst4
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/integrations.rst b/docs/integrations.rst
index 6dd8b177..cf0f84ff 100644
--- a/docs/integrations.rst
+++ b/docs/integrations.rst
@@ -117,10 +117,12 @@ To generate feed use command:
$ python manage.py update_feeds
-It's recommended to run this command periodically.
+It's recommended to run this command periodically.
Merchant Center has few country dependent settings, so please validate your feed at Google dashboard. You can also specify there your shipping cost, which is required feed parameter in many countries. More info be found at `Google Support pages <https://support.google.com/merchants>`_.
+One of required by Google fields is *brand* attribute. Feed generator checks for it in variant attribute named *brand* or *publisher* (if not, checks in product).
+
Feed can be downloaded from url: ``http://<yourserver>/feeds/google/``