All URIs are relative to https://api.olist.com/v1
Method | HTTP request | Description |
---|---|---|
itemsBySkuList | GET /items-by-sku | |
productGroupsCreate | POST /product-groups | |
productGroupsDelete | DELETE /product-groups/{id} | |
productGroupsList | GET /product-groups | |
productGroupsPartialUpdate | PATCH /product-groups/{id} | |
productGroupsRead | GET /product-groups/{id} | |
productGroupsUpdate | PUT /product-groups/{id} | |
productsCreate | POST /template/products | |
productsDelete | DELETE /template/products/{gtin} | |
productsList | GET /template/products | |
productsPartialUpdate | PATCH /template/products/{gtin} | |
productsRead | GET /template/products/{gtin} | |
productsUpdate | PUT /template/products/{gtin} | |
sellerOrdersCreate | POST /seller-orders | |
sellerOrdersDelete | DELETE /seller-orders/{code} | |
sellerOrdersItemsList | GET /seller-orders-items | |
sellerOrdersItemsRead | GET /seller-orders-items/{id} | |
sellerOrdersList | GET /seller-orders | |
sellerOrdersPartialUpdate | PATCH /seller-orders/{code} | |
sellerOrdersRead | GET /seller-orders/{code} | |
sellerOrdersShipment | PUT /seller-orders/{code}/shipment | |
sellerOrdersUpdate | PUT /seller-orders/{code} | |
sellerProductsCreate | POST /seller-products | |
sellerProductsDelete | DELETE /seller-products/{sku} | |
sellerProductsHistoryList | GET /seller-products-history | |
sellerProductsHistoryRead | GET /seller-products-history/{seller_product__sku} | |
sellerProductsList | GET /seller-products | |
sellerProductsPartialUpdate | PATCH /seller-products/{sku} | |
sellerProductsRead | GET /seller-products/{sku} | |
sellerProductsUpdate | PUT /seller-products/{sku} | |
sellersCreate | POST /sellers | |
sellersDelete | DELETE /sellers/{id} | |
sellersList | GET /sellers | |
sellersPartialUpdate | PATCH /sellers/{id} | |
sellersRead | GET /sellers/{id} | |
sellersUpdate | PUT /sellers/{id} | |
statsRead | GET /_stats/orders/{seller_id} | |
statsRead_0 | GET /_stats/products/{seller_id} | |
usersCreate | POST /users | |
usersDelete | DELETE /users/{id} | |
usersList | GET /users | |
usersPartialUpdate | PATCH /users/{id} | |
usersRead | GET /users/{id} | |
usersUpdate | PUT /users/{id} |
itemsBySkuList($authorization, $limit, $ordering, $search, $offset)
<?php
require_once(__DIR__ . '/vendor/autoload.php');
$api_instance = new Swagger\Client\Api\DefaultApi();
$authorization = "authorization_example"; // string |
$limit = "limit_example"; // string |
$ordering = "ordering_example"; // string |
$search = "search_example"; // string |
$offset = "offset_example"; // string |
try {
$api_instance->itemsBySkuList($authorization, $limit, $ordering, $search, $offset);
} catch (Exception $e) {
echo 'Exception when calling DefaultApi->itemsBySkuList: ', $e->getMessage(), PHP_EOL;
}
?>
Name | Type | Description | Notes |
---|---|---|---|
authorization | string | ||
limit | string | [optional] | |
ordering | string | [optional] | |
search | string | [optional] | |
offset | string | [optional] |
void (empty response body)
No authorization required
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
productGroupsCreate($authorization, $mode_leaf0a6)
<?php
require_once(__DIR__ . '/vendor/autoload.php');
$api_instance = new Swagger\Client\Api\DefaultApi();
$authorization = "authorization_example"; // string |
$mode_leaf0a6 = new \Swagger\Client\Model\MODELeaf0a6(); // \Swagger\Client\Model\MODELeaf0a6 |
try {
$api_instance->productGroupsCreate($authorization, $mode_leaf0a6);
} catch (Exception $e) {
echo 'Exception when calling DefaultApi->productGroupsCreate: ', $e->getMessage(), PHP_EOL;
}
?>
Name | Type | Description | Notes |
---|---|---|---|
authorization | string | ||
mode_leaf0a6 | \Swagger\Client\Model\MODELeaf0a6 |
void (empty response body)
No authorization required
- Content-Type: application/json
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
productGroupsDelete($authorization, $id)
<?php
require_once(__DIR__ . '/vendor/autoload.php');
$api_instance = new Swagger\Client\Api\DefaultApi();
$authorization = "authorization_example"; // string |
$id = "id_example"; // string |
try {
$api_instance->productGroupsDelete($authorization, $id);
} catch (Exception $e) {
echo 'Exception when calling DefaultApi->productGroupsDelete: ', $e->getMessage(), PHP_EOL;
}
?>
Name | Type | Description | Notes |
---|---|---|---|
authorization | string | ||
id | string |
void (empty response body)
No authorization required
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
productGroupsList($authorization, $limit, $ordering, $search, $offset)
<?php
require_once(__DIR__ . '/vendor/autoload.php');
$api_instance = new Swagger\Client\Api\DefaultApi();
$authorization = "authorization_example"; // string |
$limit = "limit_example"; // string |
$ordering = "ordering_example"; // string |
$search = "search_example"; // string |
$offset = "offset_example"; // string |
try {
$api_instance->productGroupsList($authorization, $limit, $ordering, $search, $offset);
} catch (Exception $e) {
echo 'Exception when calling DefaultApi->productGroupsList: ', $e->getMessage(), PHP_EOL;
}
?>
Name | Type | Description | Notes |
---|---|---|---|
authorization | string | ||
limit | string | [optional] | |
ordering | string | [optional] | |
search | string | [optional] | |
offset | string | [optional] |
void (empty response body)
No authorization required
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
productGroupsPartialUpdate($authorization, $id, $mode_lf585b9)
<?php
require_once(__DIR__ . '/vendor/autoload.php');
$api_instance = new Swagger\Client\Api\DefaultApi();
$authorization = "authorization_example"; // string |
$id = "id_example"; // string |
$mode_lf585b9 = new \Swagger\Client\Model\MODELf585b9(); // \Swagger\Client\Model\MODELf585b9 |
try {
$api_instance->productGroupsPartialUpdate($authorization, $id, $mode_lf585b9);
} catch (Exception $e) {
echo 'Exception when calling DefaultApi->productGroupsPartialUpdate: ', $e->getMessage(), PHP_EOL;
}
?>
Name | Type | Description | Notes |
---|---|---|---|
authorization | string | ||
id | string | ||
mode_lf585b9 | \Swagger\Client\Model\MODELf585b9 |
void (empty response body)
No authorization required
- Content-Type: application/json
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
productGroupsRead($authorization, $id)
<?php
require_once(__DIR__ . '/vendor/autoload.php');
$api_instance = new Swagger\Client\Api\DefaultApi();
$authorization = "authorization_example"; // string |
$id = "id_example"; // string |
try {
$api_instance->productGroupsRead($authorization, $id);
} catch (Exception $e) {
echo 'Exception when calling DefaultApi->productGroupsRead: ', $e->getMessage(), PHP_EOL;
}
?>
Name | Type | Description | Notes |
---|---|---|---|
authorization | string | ||
id | string |
void (empty response body)
No authorization required
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
productGroupsUpdate($authorization, $id, $model0cb980)
<?php
require_once(__DIR__ . '/vendor/autoload.php');
$api_instance = new Swagger\Client\Api\DefaultApi();
$authorization = "authorization_example"; // string |
$id = "id_example"; // string |
$model0cb980 = new \Swagger\Client\Model\MODEL0cb980(); // \Swagger\Client\Model\MODEL0cb980 |
try {
$api_instance->productGroupsUpdate($authorization, $id, $model0cb980);
} catch (Exception $e) {
echo 'Exception when calling DefaultApi->productGroupsUpdate: ', $e->getMessage(), PHP_EOL;
}
?>
Name | Type | Description | Notes |
---|---|---|---|
authorization | string | ||
id | string | ||
model0cb980 | \Swagger\Client\Model\MODEL0cb980 |
void (empty response body)
No authorization required
- Content-Type: application/json
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
productsCreate($authorization, $mode_lc30ccf)
<?php
require_once(__DIR__ . '/vendor/autoload.php');
$api_instance = new Swagger\Client\Api\DefaultApi();
$authorization = "authorization_example"; // string |
$mode_lc30ccf = new \Swagger\Client\Model\MODELc30ccf(); // \Swagger\Client\Model\MODELc30ccf |
try {
$api_instance->productsCreate($authorization, $mode_lc30ccf);
} catch (Exception $e) {
echo 'Exception when calling DefaultApi->productsCreate: ', $e->getMessage(), PHP_EOL;
}
?>
Name | Type | Description | Notes |
---|---|---|---|
authorization | string | ||
mode_lc30ccf | \Swagger\Client\Model\MODELc30ccf |
void (empty response body)
No authorization required
- Content-Type: application/json
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
productsDelete($gtin, $authorization)
<?php
require_once(__DIR__ . '/vendor/autoload.php');
$api_instance = new Swagger\Client\Api\DefaultApi();
$gtin = "gtin_example"; // string |
$authorization = "authorization_example"; // string |
try {
$api_instance->productsDelete($gtin, $authorization);
} catch (Exception $e) {
echo 'Exception when calling DefaultApi->productsDelete: ', $e->getMessage(), PHP_EOL;
}
?>
Name | Type | Description | Notes |
---|---|---|---|
gtin | string | ||
authorization | string |
void (empty response body)
No authorization required
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
productsList($authorization, $limit, $gtin, $name__icontains, $name, $offset, $ordering, $search)
<?php
require_once(__DIR__ . '/vendor/autoload.php');
$api_instance = new Swagger\Client\Api\DefaultApi();
$authorization = "authorization_example"; // string |
$limit = "limit_example"; // string |
$gtin = "gtin_example"; // string |
$name__icontains = "name__icontains_example"; // string |
$name = "name_example"; // string |
$offset = "offset_example"; // string |
$ordering = "ordering_example"; // string |
$search = "search_example"; // string |
try {
$api_instance->productsList($authorization, $limit, $gtin, $name__icontains, $name, $offset, $ordering, $search);
} catch (Exception $e) {
echo 'Exception when calling DefaultApi->productsList: ', $e->getMessage(), PHP_EOL;
}
?>
Name | Type | Description | Notes |
---|---|---|---|
authorization | string | ||
limit | string | [optional] | |
gtin | string | [optional] | |
name__icontains | string | [optional] | |
name | string | [optional] | |
offset | string | [optional] | |
ordering | string | [optional] | |
search | string | [optional] |
void (empty response body)
No authorization required
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
productsPartialUpdate($gtin, $authorization, $mode_lfa9d13)
<?php
require_once(__DIR__ . '/vendor/autoload.php');
$api_instance = new Swagger\Client\Api\DefaultApi();
$gtin = "gtin_example"; // string |
$authorization = "authorization_example"; // string |
$mode_lfa9d13 = new \Swagger\Client\Model\MODELfa9d13(); // \Swagger\Client\Model\MODELfa9d13 |
try {
$api_instance->productsPartialUpdate($gtin, $authorization, $mode_lfa9d13);
} catch (Exception $e) {
echo 'Exception when calling DefaultApi->productsPartialUpdate: ', $e->getMessage(), PHP_EOL;
}
?>
Name | Type | Description | Notes |
---|---|---|---|
gtin | string | ||
authorization | string | ||
mode_lfa9d13 | \Swagger\Client\Model\MODELfa9d13 |
void (empty response body)
No authorization required
- Content-Type: application/json
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
productsRead($gtin, $authorization)
<?php
require_once(__DIR__ . '/vendor/autoload.php');
$api_instance = new Swagger\Client\Api\DefaultApi();
$gtin = "gtin_example"; // string |
$authorization = "authorization_example"; // string |
try {
$api_instance->productsRead($gtin, $authorization);
} catch (Exception $e) {
echo 'Exception when calling DefaultApi->productsRead: ', $e->getMessage(), PHP_EOL;
}
?>
Name | Type | Description | Notes |
---|---|---|---|
gtin | string | ||
authorization | string |
void (empty response body)
No authorization required
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
productsUpdate($gtin, $authorization, $mode_lbc7b75)
<?php
require_once(__DIR__ . '/vendor/autoload.php');
$api_instance = new Swagger\Client\Api\DefaultApi();
$gtin = "gtin_example"; // string |
$authorization = "authorization_example"; // string |
$mode_lbc7b75 = new \Swagger\Client\Model\MODELbc7b75(); // \Swagger\Client\Model\MODELbc7b75 |
try {
$api_instance->productsUpdate($gtin, $authorization, $mode_lbc7b75);
} catch (Exception $e) {
echo 'Exception when calling DefaultApi->productsUpdate: ', $e->getMessage(), PHP_EOL;
}
?>
Name | Type | Description | Notes |
---|---|---|---|
gtin | string | ||
authorization | string | ||
mode_lbc7b75 | \Swagger\Client\Model\MODELbc7b75 |
void (empty response body)
No authorization required
- Content-Type: application/json
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
sellerOrdersCreate($authorization, $mode_ld4278c)
<?php
require_once(__DIR__ . '/vendor/autoload.php');
$api_instance = new Swagger\Client\Api\DefaultApi();
$authorization = "authorization_example"; // string |
$mode_ld4278c = new \Swagger\Client\Model\MODELd4278c(); // \Swagger\Client\Model\MODELd4278c |
try {
$api_instance->sellerOrdersCreate($authorization, $mode_ld4278c);
} catch (Exception $e) {
echo 'Exception when calling DefaultApi->sellerOrdersCreate: ', $e->getMessage(), PHP_EOL;
}
?>
Name | Type | Description | Notes |
---|---|---|---|
authorization | string | ||
mode_ld4278c | \Swagger\Client\Model\MODELd4278c |
void (empty response body)
No authorization required
- Content-Type: application/json
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
sellerOrdersDelete($code, $authorization)
<?php
require_once(__DIR__ . '/vendor/autoload.php');
$api_instance = new Swagger\Client\Api\DefaultApi();
$code = "code_example"; // string |
$authorization = "authorization_example"; // string |
try {
$api_instance->sellerOrdersDelete($code, $authorization);
} catch (Exception $e) {
echo 'Exception when calling DefaultApi->sellerOrdersDelete: ', $e->getMessage(), PHP_EOL;
}
?>
Name | Type | Description | Notes |
---|---|---|---|
code | string | ||
authorization | string |
void (empty response body)
No authorization required
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
sellerOrdersItemsList($authorization, $seller_order, $limit, $ordering, $search, $offset)
<?php
require_once(__DIR__ . '/vendor/autoload.php');
$api_instance = new Swagger\Client\Api\DefaultApi();
$authorization = "authorization_example"; // string |
$seller_order = "seller_order_example"; // string |
$limit = "limit_example"; // string |
$ordering = "ordering_example"; // string |
$search = "search_example"; // string |
$offset = "offset_example"; // string |
try {
$api_instance->sellerOrdersItemsList($authorization, $seller_order, $limit, $ordering, $search, $offset);
} catch (Exception $e) {
echo 'Exception when calling DefaultApi->sellerOrdersItemsList: ', $e->getMessage(), PHP_EOL;
}
?>
Name | Type | Description | Notes |
---|---|---|---|
authorization | string | ||
seller_order | string | [optional] | |
limit | string | [optional] | |
ordering | string | [optional] | |
search | string | [optional] | |
offset | string | [optional] |
void (empty response body)
No authorization required
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
sellerOrdersItemsRead($authorization, $id)
<?php
require_once(__DIR__ . '/vendor/autoload.php');
$api_instance = new Swagger\Client\Api\DefaultApi();
$authorization = "authorization_example"; // string |
$id = "id_example"; // string |
try {
$api_instance->sellerOrdersItemsRead($authorization, $id);
} catch (Exception $e) {
echo 'Exception when calling DefaultApi->sellerOrdersItemsRead: ', $e->getMessage(), PHP_EOL;
}
?>
Name | Type | Description | Notes |
---|---|---|---|
authorization | string | ||
id | string |
void (empty response body)
No authorization required
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
sellerOrdersList($authorization, $seller_id, $start_date, $overdue, $status, $code, $ordering, $search, $canceled, $limit, $order_id, $offset, $cancelation_status)
<?php
require_once(__DIR__ . '/vendor/autoload.php');
$api_instance = new Swagger\Client\Api\DefaultApi();
$authorization = "authorization_example"; // string |
$seller_id = "seller_id_example"; // string |
$start_date = "start_date_example"; // string |
$overdue = "overdue_example"; // string |
$status = "status_example"; // string |
$code = "code_example"; // string |
$ordering = "ordering_example"; // string |
$search = "search_example"; // string |
$canceled = "canceled_example"; // string |
$limit = "limit_example"; // string |
$order_id = "order_id_example"; // string |
$offset = "offset_example"; // string |
$cancelation_status = "cancelation_status_example"; // string |
try {
$api_instance->sellerOrdersList($authorization, $seller_id, $start_date, $overdue, $status, $code, $ordering, $search, $canceled, $limit, $order_id, $offset, $cancelation_status);
} catch (Exception $e) {
echo 'Exception when calling DefaultApi->sellerOrdersList: ', $e->getMessage(), PHP_EOL;
}
?>
Name | Type | Description | Notes |
---|---|---|---|
authorization | string | ||
seller_id | string | [optional] | |
start_date | string | [optional] | |
overdue | string | [optional] | |
status | string | [optional] | |
code | string | [optional] | |
ordering | string | [optional] | |
search | string | [optional] | |
canceled | string | [optional] | |
limit | string | [optional] | |
order_id | string | [optional] | |
offset | string | [optional] | |
cancelation_status | string | [optional] |
void (empty response body)
No authorization required
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
sellerOrdersPartialUpdate($code, $authorization, $mode_lf3a1b6)
<?php
require_once(__DIR__ . '/vendor/autoload.php');
$api_instance = new Swagger\Client\Api\DefaultApi();
$code = "code_example"; // string |
$authorization = "authorization_example"; // string |
$mode_lf3a1b6 = new \Swagger\Client\Model\MODELf3a1b6(); // \Swagger\Client\Model\MODELf3a1b6 |
try {
$api_instance->sellerOrdersPartialUpdate($code, $authorization, $mode_lf3a1b6);
} catch (Exception $e) {
echo 'Exception when calling DefaultApi->sellerOrdersPartialUpdate: ', $e->getMessage(), PHP_EOL;
}
?>
Name | Type | Description | Notes |
---|---|---|---|
code | string | ||
authorization | string | ||
mode_lf3a1b6 | \Swagger\Client\Model\MODELf3a1b6 |
void (empty response body)
No authorization required
- Content-Type: application/json
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
sellerOrdersRead($code, $authorization)
<?php
require_once(__DIR__ . '/vendor/autoload.php');
$api_instance = new Swagger\Client\Api\DefaultApi();
$code = "code_example"; // string |
$authorization = "authorization_example"; // string |
try {
$api_instance->sellerOrdersRead($code, $authorization);
} catch (Exception $e) {
echo 'Exception when calling DefaultApi->sellerOrdersRead: ', $e->getMessage(), PHP_EOL;
}
?>
Name | Type | Description | Notes |
---|---|---|---|
code | string | ||
authorization | string |
void (empty response body)
No authorization required
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
sellerOrdersShipment($code, $authorization, $model6c172d)
<?php
require_once(__DIR__ . '/vendor/autoload.php');
$api_instance = new Swagger\Client\Api\DefaultApi();
$code = "code_example"; // string |
$authorization = "authorization_example"; // string |
$model6c172d = new \Swagger\Client\Model\MODEL6c172d(); // \Swagger\Client\Model\MODEL6c172d |
try {
$api_instance->sellerOrdersShipment($code, $authorization, $model6c172d);
} catch (Exception $e) {
echo 'Exception when calling DefaultApi->sellerOrdersShipment: ', $e->getMessage(), PHP_EOL;
}
?>
Name | Type | Description | Notes |
---|---|---|---|
code | string | ||
authorization | string | ||
model6c172d | \Swagger\Client\Model\MODEL6c172d |
void (empty response body)
No authorization required
- Content-Type: application/json
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
sellerOrdersUpdate($code, $authorization, $model8779bd)
<?php
require_once(__DIR__ . '/vendor/autoload.php');
$api_instance = new Swagger\Client\Api\DefaultApi();
$code = "code_example"; // string |
$authorization = "authorization_example"; // string |
$model8779bd = new \Swagger\Client\Model\MODEL8779bd(); // \Swagger\Client\Model\MODEL8779bd |
try {
$api_instance->sellerOrdersUpdate($code, $authorization, $model8779bd);
} catch (Exception $e) {
echo 'Exception when calling DefaultApi->sellerOrdersUpdate: ', $e->getMessage(), PHP_EOL;
}
?>
Name | Type | Description | Notes |
---|---|---|---|
code | string | ||
authorization | string | ||
model8779bd | \Swagger\Client\Model\MODEL8779bd |
void (empty response body)
No authorization required
- Content-Type: application/json
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
sellerProductsCreate($authorization, $model2eaa59)
<?php
require_once(__DIR__ . '/vendor/autoload.php');
$api_instance = new Swagger\Client\Api\DefaultApi();
$authorization = "authorization_example"; // string |
$model2eaa59 = new \Swagger\Client\Model\MODEL2eaa59(); // \Swagger\Client\Model\MODEL2eaa59 |
try {
$api_instance->sellerProductsCreate($authorization, $model2eaa59);
} catch (Exception $e) {
echo 'Exception when calling DefaultApi->sellerProductsCreate: ', $e->getMessage(), PHP_EOL;
}
?>
Name | Type | Description | Notes |
---|---|---|---|
authorization | string | ||
model2eaa59 | \Swagger\Client\Model\MODEL2eaa59 |
void (empty response body)
No authorization required
- Content-Type: application/json
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
sellerProductsDelete($authorization, $sku)
<?php
require_once(__DIR__ . '/vendor/autoload.php');
$api_instance = new Swagger\Client\Api\DefaultApi();
$authorization = "authorization_example"; // string |
$sku = "sku_example"; // string |
try {
$api_instance->sellerProductsDelete($authorization, $sku);
} catch (Exception $e) {
echo 'Exception when calling DefaultApi->sellerProductsDelete: ', $e->getMessage(), PHP_EOL;
}
?>
Name | Type | Description | Notes |
---|---|---|---|
authorization | string | ||
sku | string |
void (empty response body)
No authorization required
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
sellerProductsHistoryList($authorization, $limit, $offset, $status, $ordering, $search, $seller_product__group)
<?php
require_once(__DIR__ . '/vendor/autoload.php');
$api_instance = new Swagger\Client\Api\DefaultApi();
$authorization = "authorization_example"; // string |
$limit = "limit_example"; // string |
$offset = "offset_example"; // string |
$status = "status_example"; // string |
$ordering = "ordering_example"; // string |
$search = "search_example"; // string |
$seller_product__group = "seller_product__group_example"; // string |
try {
$api_instance->sellerProductsHistoryList($authorization, $limit, $offset, $status, $ordering, $search, $seller_product__group);
} catch (Exception $e) {
echo 'Exception when calling DefaultApi->sellerProductsHistoryList: ', $e->getMessage(), PHP_EOL;
}
?>
Name | Type | Description | Notes |
---|---|---|---|
authorization | string | ||
limit | string | [optional] | |
offset | string | [optional] | |
status | string | [optional] | |
ordering | string | [optional] | |
search | string | [optional] | |
seller_product__group | string | [optional] |
void (empty response body)
No authorization required
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
sellerProductsHistoryRead($seller_product__sku, $authorization)
<?php
require_once(__DIR__ . '/vendor/autoload.php');
$api_instance = new Swagger\Client\Api\DefaultApi();
$seller_product__sku = "seller_product__sku_example"; // string |
$authorization = "authorization_example"; // string |
try {
$api_instance->sellerProductsHistoryRead($seller_product__sku, $authorization);
} catch (Exception $e) {
echo 'Exception when calling DefaultApi->sellerProductsHistoryRead: ', $e->getMessage(), PHP_EOL;
}
?>
Name | Type | Description | Notes |
---|---|---|---|
seller_product__sku | string | ||
authorization | string |
void (empty response body)
No authorization required
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
sellerProductsList($authorization, $seller_id, $name, $canonical_sku, $status, $ordering, $search, $stock__quantity, $limit, $gtin, $name__icontains, $offset, $group, $has_canonical, $canonicals_by_name)
<?php
require_once(__DIR__ . '/vendor/autoload.php');
$api_instance = new Swagger\Client\Api\DefaultApi();
$authorization = "authorization_example"; // string |
$seller_id = "seller_id_example"; // string |
$name = "name_example"; // string |
$canonical_sku = "canonical_sku_example"; // string |
$status = "status_example"; // string |
$ordering = "ordering_example"; // string |
$search = "search_example"; // string |
$stock__quantity = "stock__quantity_example"; // string |
$limit = "limit_example"; // string |
$gtin = "gtin_example"; // string |
$name__icontains = "name__icontains_example"; // string |
$offset = "offset_example"; // string |
$group = "group_example"; // string |
$has_canonical = "has_canonical_example"; // string |
$canonicals_by_name = "canonicals_by_name_example"; // string |
try {
$api_instance->sellerProductsList($authorization, $seller_id, $name, $canonical_sku, $status, $ordering, $search, $stock__quantity, $limit, $gtin, $name__icontains, $offset, $group, $has_canonical, $canonicals_by_name);
} catch (Exception $e) {
echo 'Exception when calling DefaultApi->sellerProductsList: ', $e->getMessage(), PHP_EOL;
}
?>
Name | Type | Description | Notes |
---|---|---|---|
authorization | string | ||
seller_id | string | [optional] | |
name | string | [optional] | |
canonical_sku | string | [optional] | |
status | string | [optional] | |
ordering | string | [optional] | |
search | string | [optional] | |
stock__quantity | string | [optional] | |
limit | string | [optional] | |
gtin | string | [optional] | |
name__icontains | string | [optional] | |
offset | string | [optional] | |
group | string | [optional] | |
has_canonical | string | [optional] | |
canonicals_by_name | string | [optional] |
void (empty response body)
No authorization required
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
sellerProductsPartialUpdate($authorization, $sku, $model4339e0)
<?php
require_once(__DIR__ . '/vendor/autoload.php');
$api_instance = new Swagger\Client\Api\DefaultApi();
$authorization = "authorization_example"; // string |
$sku = "sku_example"; // string |
$model4339e0 = new \Swagger\Client\Model\MODEL4339e0(); // \Swagger\Client\Model\MODEL4339e0 |
try {
$api_instance->sellerProductsPartialUpdate($authorization, $sku, $model4339e0);
} catch (Exception $e) {
echo 'Exception when calling DefaultApi->sellerProductsPartialUpdate: ', $e->getMessage(), PHP_EOL;
}
?>
Name | Type | Description | Notes |
---|---|---|---|
authorization | string | ||
sku | string | ||
model4339e0 | \Swagger\Client\Model\MODEL4339e0 |
void (empty response body)
No authorization required
- Content-Type: application/json
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
sellerProductsRead($authorization, $sku)
<?php
require_once(__DIR__ . '/vendor/autoload.php');
$api_instance = new Swagger\Client\Api\DefaultApi();
$authorization = "authorization_example"; // string |
$sku = "sku_example"; // string |
try {
$api_instance->sellerProductsRead($authorization, $sku);
} catch (Exception $e) {
echo 'Exception when calling DefaultApi->sellerProductsRead: ', $e->getMessage(), PHP_EOL;
}
?>
Name | Type | Description | Notes |
---|---|---|---|
authorization | string | ||
sku | string |
void (empty response body)
No authorization required
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
sellerProductsUpdate($authorization, $sku, $model871628)
<?php
require_once(__DIR__ . '/vendor/autoload.php');
$api_instance = new Swagger\Client\Api\DefaultApi();
$authorization = "authorization_example"; // string |
$sku = "sku_example"; // string |
$model871628 = new \Swagger\Client\Model\MODEL871628(); // \Swagger\Client\Model\MODEL871628 |
try {
$api_instance->sellerProductsUpdate($authorization, $sku, $model871628);
} catch (Exception $e) {
echo 'Exception when calling DefaultApi->sellerProductsUpdate: ', $e->getMessage(), PHP_EOL;
}
?>
Name | Type | Description | Notes |
---|---|---|---|
authorization | string | ||
sku | string | ||
model871628 | \Swagger\Client\Model\MODEL871628 |
void (empty response body)
No authorization required
- Content-Type: application/json
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
sellersCreate($authorization, $model3efebe)
<?php
require_once(__DIR__ . '/vendor/autoload.php');
$api_instance = new Swagger\Client\Api\DefaultApi();
$authorization = "authorization_example"; // string |
$model3efebe = new \Swagger\Client\Model\MODEL3efebe(); // \Swagger\Client\Model\MODEL3efebe |
try {
$api_instance->sellersCreate($authorization, $model3efebe);
} catch (Exception $e) {
echo 'Exception when calling DefaultApi->sellersCreate: ', $e->getMessage(), PHP_EOL;
}
?>
Name | Type | Description | Notes |
---|---|---|---|
authorization | string | ||
model3efebe | \Swagger\Client\Model\MODEL3efebe |
void (empty response body)
No authorization required
- Content-Type: application/json
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
sellersDelete($authorization, $id)
<?php
require_once(__DIR__ . '/vendor/autoload.php');
$api_instance = new Swagger\Client\Api\DefaultApi();
$authorization = "authorization_example"; // string |
$id = "id_example"; // string |
try {
$api_instance->sellersDelete($authorization, $id);
} catch (Exception $e) {
echo 'Exception when calling DefaultApi->sellersDelete: ', $e->getMessage(), PHP_EOL;
}
?>
Name | Type | Description | Notes |
---|---|---|---|
authorization | string | ||
id | string |
void (empty response body)
No authorization required
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
sellersList($authorization, $owner__email, $limit, $offset, $blocked, $paused, $ordering, $search)
<?php
require_once(__DIR__ . '/vendor/autoload.php');
$api_instance = new Swagger\Client\Api\DefaultApi();
$authorization = "authorization_example"; // string |
$owner__email = "owner__email_example"; // string |
$limit = "limit_example"; // string |
$offset = "offset_example"; // string |
$blocked = "blocked_example"; // string |
$paused = "paused_example"; // string |
$ordering = "ordering_example"; // string |
$search = "search_example"; // string |
try {
$api_instance->sellersList($authorization, $owner__email, $limit, $offset, $blocked, $paused, $ordering, $search);
} catch (Exception $e) {
echo 'Exception when calling DefaultApi->sellersList: ', $e->getMessage(), PHP_EOL;
}
?>
Name | Type | Description | Notes |
---|---|---|---|
authorization | string | ||
owner__email | string | [optional] | |
limit | string | [optional] | |
offset | string | [optional] | |
blocked | string | [optional] | |
paused | string | [optional] | |
ordering | string | [optional] | |
search | string | [optional] |
void (empty response body)
No authorization required
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
sellersPartialUpdate($authorization, $id, $model053815)
<?php
require_once(__DIR__ . '/vendor/autoload.php');
$api_instance = new Swagger\Client\Api\DefaultApi();
$authorization = "authorization_example"; // string |
$id = "id_example"; // string |
$model053815 = new \Swagger\Client\Model\MODEL053815(); // \Swagger\Client\Model\MODEL053815 |
try {
$api_instance->sellersPartialUpdate($authorization, $id, $model053815);
} catch (Exception $e) {
echo 'Exception when calling DefaultApi->sellersPartialUpdate: ', $e->getMessage(), PHP_EOL;
}
?>
Name | Type | Description | Notes |
---|---|---|---|
authorization | string | ||
id | string | ||
model053815 | \Swagger\Client\Model\MODEL053815 |
void (empty response body)
No authorization required
- Content-Type: application/json
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
sellersRead($authorization, $id)
<?php
require_once(__DIR__ . '/vendor/autoload.php');
$api_instance = new Swagger\Client\Api\DefaultApi();
$authorization = "authorization_example"; // string |
$id = "id_example"; // string |
try {
$api_instance->sellersRead($authorization, $id);
} catch (Exception $e) {
echo 'Exception when calling DefaultApi->sellersRead: ', $e->getMessage(), PHP_EOL;
}
?>
Name | Type | Description | Notes |
---|---|---|---|
authorization | string | ||
id | string |
void (empty response body)
No authorization required
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
sellersUpdate($authorization, $id, $model686451)
<?php
require_once(__DIR__ . '/vendor/autoload.php');
$api_instance = new Swagger\Client\Api\DefaultApi();
$authorization = "authorization_example"; // string |
$id = "id_example"; // string |
$model686451 = new \Swagger\Client\Model\MODEL686451(); // \Swagger\Client\Model\MODEL686451 |
try {
$api_instance->sellersUpdate($authorization, $id, $model686451);
} catch (Exception $e) {
echo 'Exception when calling DefaultApi->sellersUpdate: ', $e->getMessage(), PHP_EOL;
}
?>
Name | Type | Description | Notes |
---|---|---|---|
authorization | string | ||
id | string | ||
model686451 | \Swagger\Client\Model\MODEL686451 |
void (empty response body)
No authorization required
- Content-Type: application/json
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
statsRead($seller_id, $authorization)
<?php
require_once(__DIR__ . '/vendor/autoload.php');
$api_instance = new Swagger\Client\Api\DefaultApi();
$seller_id = "seller_id_example"; // string |
$authorization = "authorization_example"; // string |
try {
$api_instance->statsRead($seller_id, $authorization);
} catch (Exception $e) {
echo 'Exception when calling DefaultApi->statsRead: ', $e->getMessage(), PHP_EOL;
}
?>
Name | Type | Description | Notes |
---|---|---|---|
seller_id | string | ||
authorization | string |
void (empty response body)
No authorization required
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
statsRead_0($seller_id, $authorization)
<?php
require_once(__DIR__ . '/vendor/autoload.php');
$api_instance = new Swagger\Client\Api\DefaultApi();
$seller_id = "seller_id_example"; // string |
$authorization = "authorization_example"; // string |
try {
$api_instance->statsRead_0($seller_id, $authorization);
} catch (Exception $e) {
echo 'Exception when calling DefaultApi->statsRead_0: ', $e->getMessage(), PHP_EOL;
}
?>
Name | Type | Description | Notes |
---|---|---|---|
seller_id | string | ||
authorization | string |
void (empty response body)
No authorization required
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
usersCreate($authorization, $model40d2ff)
<?php
require_once(__DIR__ . '/vendor/autoload.php');
$api_instance = new Swagger\Client\Api\DefaultApi();
$authorization = "authorization_example"; // string |
$model40d2ff = new \Swagger\Client\Model\MODEL40d2ff(); // \Swagger\Client\Model\MODEL40d2ff |
try {
$api_instance->usersCreate($authorization, $model40d2ff);
} catch (Exception $e) {
echo 'Exception when calling DefaultApi->usersCreate: ', $e->getMessage(), PHP_EOL;
}
?>
Name | Type | Description | Notes |
---|---|---|---|
authorization | string | ||
model40d2ff | \Swagger\Client\Model\MODEL40d2ff |
void (empty response body)
No authorization required
- Content-Type: application/json
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
usersDelete($authorization, $id)
<?php
require_once(__DIR__ . '/vendor/autoload.php');
$api_instance = new Swagger\Client\Api\DefaultApi();
$authorization = "authorization_example"; // string |
$id = "id_example"; // string |
try {
$api_instance->usersDelete($authorization, $id);
} catch (Exception $e) {
echo 'Exception when calling DefaultApi->usersDelete: ', $e->getMessage(), PHP_EOL;
}
?>
Name | Type | Description | Notes |
---|---|---|---|
authorization | string | ||
id | string |
void (empty response body)
No authorization required
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
usersList($authorization, $email, $limit, $name, $offset, $ordering, $search)
<?php
require_once(__DIR__ . '/vendor/autoload.php');
$api_instance = new Swagger\Client\Api\DefaultApi();
$authorization = "authorization_example"; // string |
$email = "email_example"; // string |
$limit = "limit_example"; // string |
$name = "name_example"; // string |
$offset = "offset_example"; // string |
$ordering = "ordering_example"; // string |
$search = "search_example"; // string |
try {
$api_instance->usersList($authorization, $email, $limit, $name, $offset, $ordering, $search);
} catch (Exception $e) {
echo 'Exception when calling DefaultApi->usersList: ', $e->getMessage(), PHP_EOL;
}
?>
Name | Type | Description | Notes |
---|---|---|---|
authorization | string | ||
string | [optional] | ||
limit | string | [optional] | |
name | string | [optional] | |
offset | string | [optional] | |
ordering | string | [optional] | |
search | string | [optional] |
void (empty response body)
No authorization required
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
usersPartialUpdate($id, $mode_lae14ae, $authorization)
<?php
require_once(__DIR__ . '/vendor/autoload.php');
$api_instance = new Swagger\Client\Api\DefaultApi();
$id = "id_example"; // string |
$mode_lae14ae = new \Swagger\Client\Model\MODELae14ae(); // \Swagger\Client\Model\MODELae14ae |
$authorization = "authorization_example"; // string |
try {
$api_instance->usersPartialUpdate($id, $mode_lae14ae, $authorization);
} catch (Exception $e) {
echo 'Exception when calling DefaultApi->usersPartialUpdate: ', $e->getMessage(), PHP_EOL;
}
?>
Name | Type | Description | Notes |
---|---|---|---|
id | string | ||
mode_lae14ae | \Swagger\Client\Model\MODELae14ae | ||
authorization | string | [optional] |
void (empty response body)
No authorization required
- Content-Type: application/json
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
usersRead($authorization, $id)
<?php
require_once(__DIR__ . '/vendor/autoload.php');
$api_instance = new Swagger\Client\Api\DefaultApi();
$authorization = "authorization_example"; // string |
$id = "id_example"; // string |
try {
$api_instance->usersRead($authorization, $id);
} catch (Exception $e) {
echo 'Exception when calling DefaultApi->usersRead: ', $e->getMessage(), PHP_EOL;
}
?>
Name | Type | Description | Notes |
---|---|---|---|
authorization | string | ||
id | string |
void (empty response body)
No authorization required
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
usersUpdate($authorization, $id, $model70b893)
<?php
require_once(__DIR__ . '/vendor/autoload.php');
$api_instance = new Swagger\Client\Api\DefaultApi();
$authorization = "authorization_example"; // string |
$id = "id_example"; // string |
$model70b893 = new \Swagger\Client\Model\MODEL70b893(); // \Swagger\Client\Model\MODEL70b893 |
try {
$api_instance->usersUpdate($authorization, $id, $model70b893);
} catch (Exception $e) {
echo 'Exception when calling DefaultApi->usersUpdate: ', $e->getMessage(), PHP_EOL;
}
?>
Name | Type | Description | Notes |
---|---|---|---|
authorization | string | ||
id | string | ||
model70b893 | \Swagger\Client\Model\MODEL70b893 |
void (empty response body)
No authorization required
- Content-Type: application/json
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]