rasenmaeher_api.prodcutapihelpers
Product integration API helpers
Module Contents
Functions
Check that settings has manifest |
|
|
Call given POST endpoint on call products in the manifest |
|
Call given PUT endpoint on call products in the manifest |
|
Call given GET endpoint on call products in the manifest |
|
Call given POST endpoint on call products in the manifest |
Attributes
- async post_to_all_products(url_suffix, data, respose_schema, collect_responses=True)[source]
Call given POST endpoint on call products in the manifest
- async put_to_all_products(url_suffix, data, respose_schema, collect_responses=True)[source]
Call given PUT endpoint on call products in the manifest
- async get_from_all_products(url_suffix, respose_schema, collect_responses=True)[source]
Call given GET endpoint on call products in the manifest