diff --git a/README.md b/README.md index c7155f1..4c8ea38 100644 --- a/README.md +++ b/README.md @@ -169,6 +169,30 @@ Location ednpoints: - `/api/v1/cities/` +## Shop Integrations + +We provide integrations with online shop platforms + +It requires the json field `Company.credentials` to have the appropiate format and values + +Endoint: `/api/v1/companies/{PK}/import_products/` + +The software to handle different platform imports can be found in `utils` + +### WooCommerce + +Credential format: + +```json +{ + "key": "qwerweqr", + "secret": "asdfsa", +} +``` + +Method: `utils.woocommerce.migrate_shop_products` + + ## Product Search Endpoint: `/api/v1/product_search/`