Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/workarea-commerce/workarea-google-product-feed
Generate and deploy Google Merchant Product Feeds with your Workarea application
https://github.com/workarea-commerce/workarea-google-product-feed
Last synced: about 2 months ago
JSON representation
Generate and deploy Google Merchant Product Feeds with your Workarea application
- Host: GitHub
- URL: https://github.com/workarea-commerce/workarea-google-product-feed
- Owner: workarea-commerce
- License: other
- Created: 2019-08-21T18:52:30.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-06-25T13:55:26.000Z (over 4 years ago)
- Last Synced: 2024-10-27T05:42:26.597Z (3 months ago)
- Language: Ruby
- Homepage:
- Size: 61.5 KB
- Stars: 0
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
Workarea Google Product Feed
================================================================================Google Product Feed for the Workarea Platform
Google category
--------------------------------------------------------------------------------
The google product feed includes a field for google category. This field must map to one of the pre-defined categories.
Documentation can be found here [https://support.google.com/merchants/answer/6324436?hl=en](https://support.google.com/merchants/answer/6324436?hl=en)The workarea platform implements this field by:
1) Look for google\_category on the product, use this if found.
2) Look for google\_name on the products default category
3) Look for google\_name on categories the product is in, use this if found
4) Use the default google category from Workarea::GoogleProductFeed.default\_categoryGetting Started
--------------------------------------------------------------------------------Add the gem to your application's Gemfile:
```ruby
# ...
gem 'workarea-google_product_feed'
# ...
```Update your application's bundle.
```bash
cd path/to/application
bundle
```Workarea Commerce Documentation
--------------------------------------------------------------------------------See [https://developer.workarea.com](https://developer.workarea.com) for Workarea Commerce documentation.
License
--------------------------------------------------------------------------------Workarea Google Product Feed is released under the [Business Software License](LICENSE)