Skip to content

Module documentation

Daniël Mizrahi edited this page Jun 27, 2020 · 1 revision

Module shoptrader_api_client

Classes

ShoptraderAPIClient(API_URL, token, credentials=None) :

### Class variables

`API_URL`
:

`status_code`
:

`token`
:

### Methods

`currencies_get_currencies(self)`
:

`products_get_number_of_products(self)`
:

`products_get_product(self, code_type, product_code)`
:   Dit is een test

`products_get_products_range(self, only_main_products, offset)`
:

`products_patch_product(self, product_code, model, sku, ean, name, description, intro_description, extra_description, meta_title, meta_keyword, meta_description, quantity, category_id, price, purchase_price, status, tax_rate, manufacturer_id, images, images_alt)`
:

`products_post_product(self, model, sku, ean, name, quantity, price, purchase_price, status, images, images_alt, height, width, category_id, tax_rate, tax_class_id, manufacturer_id, meta_title, meta_keyword, meta_description, description, extra_description, intro_description)`
:

Clone this wiki locally