{"componentChunkName":"component---src-templates-redoc-operation-js","path":"/openapi/reference/operation/getBasicProducts/","result":{"data":{"contentItem":{"type":"redoc-operation","link":"/openapi/reference/operation/getBasicProducts/","data":{"redocStoreStr":"{\"menu\":{\"activeItemIdx\":-1},\"definition\":{\"data\":{\"openapi\":\"3.0.0\",\"info\":{\"version\":\"1.0.0\",\"title\":\"Ananas API\",\"description\":\"Ananas API documentation\\n\\n# Authentication\\n\\n<!-- ReDoc-Inject: <security-definitions> -->\"},\"servers\":[{\"url\":\"https://api.qa2.ananastest.com\"}],\"security\":[{\"bearerAuth\":[]}],\"paths\":{\"/iam/api/v1/auth/token\":{\"post\":{\"operationId\":\"token\",\"parameters\":[{\"in\":\"header\",\"name\":\"X-API-Key\",\"schema\":{\"type\":\"string\"}}],\"summary\":\"Get token\",\"tags\":[\"Authorization\"],\"description\":\"Get token description\",\"requestBody\":{\"description\":\"Optional description\",\"required\":true,\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/Token\"},\"examples\":{\"Token request\":{\"$ref\":\"#/components/examples/tokenRequest\"}}},\"application/xml\":{\"schema\":{\"$ref\":\"#/components/schemas/Token\"},\"examples\":{\"Token request\":{\"$ref\":\"#/components/examples/tokenRequest\"}}}}},\"responses\":{\"200\":{\"description\":\"Successfully returned token\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/TokenResponse\"},\"examples\":{\"Token response\":{\"$ref\":\"#/components/examples/tokenResponse\"}}}}},\"400\":{\"$ref\":\"#/components/responses/400Error\"},\"500\":{\"$ref\":\"#/components/responses/500Error\"}}}},\"/product/api/v1/merchant-integration/products\":{\"get\":{\"operationId\":\"getProducts\",\"security\":[{\"bearerAuth\":[]}],\"summary\":\"Get products\",\"tags\":[\"Products\"],\"description\":\"Get all products\",\"parameters\":[{\"in\":\"query\",\"name\":\"search\",\"schema\":{\"type\":\"string\"},\"required\":false,\"description\":\"Search by name, SKU and EAN\"},{\"in\":\"query\",\"name\":\"ean\",\"schema\":{\"type\":\"string\"},\"required\":false,\"description\":\"Search only by ean\"},{\"in\":\"query\",\"name\":\"date-modified-after\",\"schema\":{\"type\":\"string\"},\"required\":false,\"description\":\"Search products modified after specified date\"},{\"in\":\"query\",\"name\":\"page\",\"schema\":{\"type\":\"string\"},\"required\":false,\"description\":\"Page number - Starts from 0\"},{\"in\":\"query\",\"name\":\"size\",\"schema\":{\"type\":\"string\"},\"required\":false,\"description\":\"Number of products show by page\"}],\"responses\":{\"200\":{\"description\":\"Successfully returned list of products\",\"content\":{\"application/json\":{\"schema\":{\"type\":\"array\",\"items\":{\"$ref\":\"#/components/schemas/ProductsResponse\"}},\"examples\":{\"productsResponse\":{\"type\":\"array\",\"$ref\":\"#/components/examples/productsResponse\"}}}}},\"400\":{\"$ref\":\"#/components/responses/400Error\"},\"500\":{\"$ref\":\"#/components/responses/500Error\"}}}},\"/product/api/v1/merchant-integration/basic-products\":{\"get\":{\"operationId\":\"getBasicProducts\",\"security\":[{\"bearerAuth\":[]}],\"summary\":\"Get basic products\",\"tags\":[\"Products\"],\"description\":\"Get all products with basic result-set\",\"parameters\":[{\"in\":\"query\",\"name\":\"date-modified-after\",\"schema\":{\"type\":\"string\"},\"required\":false,\"description\":\"Search products modified after specified date\"},{\"in\":\"query\",\"name\":\"page\",\"schema\":{\"type\":\"string\"},\"required\":false,\"description\":\"Page number - Starts from 0\"},{\"in\":\"query\",\"name\":\"size\",\"schema\":{\"type\":\"string\"},\"required\":false,\"description\":\"Number of products show by page, max 2500\"}],\"responses\":{\"200\":{\"description\":\"Successfully returned list of products\",\"content\":{\"application/json\":{\"schema\":{\"type\":\"array\",\"items\":{\"$ref\":\"#/components/schemas/ProductsBasicResponse\"}},\"examples\":{\"productsResponse\":{\"type\":\"array\",\"$ref\":\"#/components/examples/productsBasicResponse\"}}}}},\"400\":{\"$ref\":\"#/components/responses/400Error\"},\"500\":{\"$ref\":\"#/components/responses/500Error\"}}}},\"/product/api/v1/merchant-integration/import\":{\"post\":{\"operationId\":\"importOrUpdateProducts\",\"security\":[{\"bearerAuth\":[]}],\"summary\":\"Add or edit products in bulk\",\"tags\":[\"Products\"],\"description\":\"Add or edit products in bulk\",\"requestBody\":{\"description\":\"Optional description\",\"required\":true,\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ProductsRequest\"},\"examples\":{\"Products request\":{\"$ref\":\"#/components/examples/productsRequest\"}}},\"application/xml\":{\"schema\":{\"$ref\":\"#/components/schemas/ProductsRequest\"},\"examples\":{\"Products request\":{\"$ref\":\"#/components/examples/productsRequest\"}}}}},\"responses\":{\"200\":{\"description\":\"Successfully\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ImportProductsResponse\"},\"examples\":{\"importProductResponse\":{\"$ref\":\"#/components/examples/importProductsResponse\"}}}}},\"400\":{\"$ref\":\"#/components/responses/400Error\"},\"500\":{\"$ref\":\"#/components/responses/500Error\"}}}},\"/product/api/v1/merchant-integration/product/bulk\":{\"put\":{\"operationId\":\"updateProducts\",\"security\":[{\"bearerAuth\":[]}],\"summary\":\"Update products in bulk\",\"tags\":[\"Products\"],\"description\":\"Update products in bulk\",\"requestBody\":{\"description\":\"Optional description\",\"required\":true,\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/UpdateProductsRequest\"},\"examples\":{\"Udate products request\":{\"$ref\":\"#/components/examples/updateProductsRequest\"}}},\"application/xml\":{\"schema\":{\"$ref\":\"#/components/schemas/UpdateProductsRequest\"},\"examples\":{\"Update products request\":{\"$ref\":\"#/components/examples/updateProductsRequest\"}}}}},\"responses\":{\"200\":{\"description\":\"Successfully\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/UpdateProductsResponse\"}}}},\"400\":{\"$ref\":\"#/components/responses/400Error\"},\"404\":{\"$ref\":\"#/components/responses/404Error\"},\"500\":{\"$ref\":\"#/components/responses/500Error\"}}}},\"/product/api/v1/merchant-integration/product/{id}\":{\"put\":{\"operationId\":\"updateSingleProduct\",\"security\":[{\"bearerAuth\":[]}],\"summary\":\"Update single product\",\"tags\":[\"Products\"],\"description\":\"Update single product\",\"parameters\":[{\"in\":\"path\",\"name\":\"id\",\"schema\":{\"type\":\"integer\"},\"required\":true,\"description\":\"Product id\"}],\"requestBody\":{\"description\":\"Optional description\",\"required\":true,\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/UpdateProductRequest\"},\"examples\":{\"Products request\":{\"$ref\":\"#/components/examples/updateProductRequest\"}}},\"application/xml\":{\"schema\":{\"$ref\":\"#/components/schemas/UpdateProductRequest\"},\"examples\":{\"Products request\":{\"$ref\":\"#/components/examples/updateProductRequest\"}}}}},\"responses\":{\"200\":{\"description\":\"Successfully\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/UpdateSingleProductResponse\"},\"examples\":{\"Update single product\":{\"$ref\":\"#/components/examples/updateSingleProductResponse\"}}}}},\"400\":{\"$ref\":\"#/components/responses/400Error\"},\"404\":{\"$ref\":\"#/components/responses/404Error\"},\"500\":{\"$ref\":\"#/components/responses/500Error\"}}}},\"/product/api/v1/merchant-integration/product-type\":{\"get\":{\"operationId\":\"getProductsTypes\",\"security\":[{\"bearerAuth\":[]}],\"summary\":\"Get product types\",\"tags\":[\"Products\"],\"description\":\"Get all product types\",\"parameters\":[{\"in\":\"header\",\"name\":\"Accept-Language\",\"schema\":{\"type\":\"string\",\"enum\":[\"en\"]},\"required\":false,\"description\":\"Desired language translation\"}],\"responses\":{\"200\":{\"description\":\"Successfully returned list of products\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ProductTypesResponse\"},\"examples\":{\"Product Type Response\":{\"$ref\":\"#/components/examples/productTypesResponse\"}}}}},\"400\":{\"$ref\":\"#/components/responses/400Error\"},\"500\":{\"$ref\":\"#/components/responses/500Error\"}}}},\"/product/api/v1/merchant-integration/ean/exists\":{\"post\":{\"operationId\":\"checkIfEANExists\",\"security\":[{\"bearerAuth\":[]}],\"summary\":\"Check if EAN exists\",\"tags\":[\"Products\"],\"description\":\"Check if EAN exists\",\"requestBody\":{\"description\":\"Optional description\",\"required\":true,\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/CheckIfEANExistsRequest\"},\"examples\":{\"Check if EAN exists request\":{\"$ref\":\"#/components/examples/checkIfEANExistsRequest\"}}},\"application/xml\":{\"schema\":{\"$ref\":\"#/components/schemas/CheckIfEANExistsRequest\"},\"examples\":{\"Check if EAN exists request\":{\"$ref\":\"#/components/examples/checkIfEANExistsRequest\"}}}}},\"responses\":{\"200\":{\"description\":\"Successfully\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/CheckIfEANExistsResponse\"},\"examples\":{\"Check EAN response\":{\"$ref\":\"#/components/examples/checkIfEANExistsResponse\"}}}}},\"400\":{\"$ref\":\"#/components/responses/400Error\"},\"500\":{\"$ref\":\"#/components/responses/500Error\"}}}},\"/order/api/v1/merchant-integration/merchant-warehouses\":{\"get\":{\"operationId\":\"getMerchantWarehouses\",\"security\":[{\"bearerAuth\":[]}],\"summary\":\"Get merchant warehouses\",\"tags\":[\"Warehouses\"],\"description\":\"Get all merchant warehouses\",\"responses\":{\"200\":{\"description\":\"Successfully returned list of merchant warehouses\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/MerchantWarehousesResponse\"},\"examples\":{\"Product Type Response\":{\"$ref\":\"#/components/examples/merchantWarehousesResponse\"}}}}},\"400\":{\"$ref\":\"#/components/responses/400Error\"},\"500\":{\"$ref\":\"#/components/responses/500Error\"}}}},\"/order/api/v1/merchant-integration/invoices\":{\"get\":{\"operationId\":\"GetAllInvoices\",\"security\":[{\"bearerAuth\":[]}],\"summary\":\"Get all invoices\",\"tags\":[\"Payment\"],\"description\":\"Get all invoices\",\"parameters\":[{\"in\":\"query\",\"name\":\"dateFrom\",\"schema\":{\"type\":\"string\"},\"required\":true,\"description\":\"Date from (ex 2022-05-17T23:59:00.1457765Z)\",\"example\":\"2022-05-17T23:59:00.1457765Z\"},{\"in\":\"query\",\"name\":\"dateTo\",\"schema\":{\"type\":\"string\"},\"required\":true,\"description\":\"Date to (ex 2022-05-17T23:59:00.1457765Z)\",\"example\":\"2022-05-17T23:59:00.1457765Z\"},{\"in\":\"query\",\"name\":\"type\",\"schema\":{\"type\":\"string\",\"enum\":[\"FISCAL\",\"NON_FISCAL\"]},\"required\":false,\"description\":\"Invoice type (FISCAL or NON_FISCAL)\",\"example\":\"FISAL\"}],\"responses\":{\"200\":{\"description\":\"Successfully retrned list of invoices\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/InvoicesResponse\"},\"examples\":{\"Invoices response\":{\"$ref\":\"#/components/examples/invoicesResponse\"}}},\"application/xml\":{\"schema\":{\"$ref\":\"#/components/schemas/InvoicesResponse\"},\"examples\":{\"Invoices response\":{\"$ref\":\"#/components/examples/invoicesResponse\"}}}}},\"400\":{\"$ref\":\"#/components/responses/400Error\"},\"500\":{\"$ref\":\"#/components/responses/500Error\"}}}},\"/order/api/v1/merchant-integration/invoice-corrections\":{\"get\":{\"operationId\":\"GetAllInvoiceCorrections\",\"security\":[{\"bearerAuth\":[]}],\"summary\":\"Get all invoices corrections\",\"tags\":[\"Payment\"],\"description\":\"Get all invoices corrections\",\"parameters\":[{\"in\":\"query\",\"name\":\"dateFrom\",\"schema\":{\"type\":\"string\"},\"required\":true,\"description\":\"Date from (ex 2022-05-17T23:59:00.1457765Z)\",\"example\":\"2022-05-17T23:59:00.1457765Z\"},{\"in\":\"query\",\"name\":\"dateTo\",\"schema\":{\"type\":\"string\"},\"required\":true,\"description\":\"Date to (ex 2022-05-17T23:59:00.1457765Z)\",\"example\":\"2022-05-17T23:59:00.1457765Z\"},{\"in\":\"query\",\"name\":\"type\",\"schema\":{\"type\":\"string\",\"enum\":[\"FISCAL\",\"NON_FISCAL\"]},\"required\":false,\"description\":\"Invoice type (FISCAL or NON_FISCAL)\",\"example\":\"FISAL\"}],\"responses\":{\"200\":{\"description\":\"Successfully returned list of invoices\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/InvoiceCorrectionsResponse\"},\"examples\":{\"Invoice corrections\":{\"$ref\":\"#/components/examples/invoiceCorrections\"}}},\"application/xml\":{\"schema\":{\"$ref\":\"#/components/schemas/InvoiceCorrectionsResponse\"},\"examples\":{\"Invoice corrections\":{\"$ref\":\"#/components/examples/invoiceCorrections\"}}}}},\"400\":{\"$ref\":\"#/components/responses/400Error\"},\"500\":{\"$ref\":\"#/components/responses/500Error\"}}}},\"/payment/api/v1/merchant-integration/discounts\":{\"post\":{\"operationId\":\"scheduleDiscountsInBulk\",\"security\":[{\"bearerAuth\":[]}],\"summary\":\"Schedule discounts in bulk\",\"tags\":[\"Discounts\"],\"description\":\"Schedule discounts in bulk\",\"requestBody\":{\"description\":\"Optional description\",\"required\":true,\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ScheduleDiscountsRequest\"},\"examples\":{\"Schedule discounts request\":{\"$ref\":\"#/components/examples/scheduleDiscountsRequest\"}}},\"application/xml\":{\"schema\":{\"$ref\":\"#/components/schemas/ScheduleDiscountsRequest\"},\"examples\":{\"Schedule discounts request\":{\"$ref\":\"#/components/examples/scheduleDiscountsRequest\"}}}}},\"responses\":{\"200\":{\"description\":\"Successfully\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ScheduleDiscountsResponse\"},\"examples\":{\"Schedule discounts request\":{\"$ref\":\"#/components/examples/scheduleDiscountsResponse\"}}}}},\"400\":{\"$ref\":\"#/components/responses/400Error\"},\"500\":{\"$ref\":\"#/components/responses/500Error\"}}},\"put\":{\"operationId\":\"updateDiscountsInBulk\",\"security\":[{\"bearerAuth\":[]}],\"summary\":\"Update discounts in bulk\",\"tags\":[\"Discounts\"],\"description\":\"Update discounts in bulk\",\"requestBody\":{\"description\":\"Optional description\",\"required\":true,\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/UpdateDiscountsRequest\"},\"examples\":{\"Update discounts request\":{\"$ref\":\"#/components/examples/updateDiscountsRequest\"}}},\"application/xml\":{\"schema\":{\"$ref\":\"#/components/schemas/UpdateDiscountsRequest\"},\"examples\":{\"Update discounts request\":{\"$ref\":\"#/components/examples/updateDiscountsRequest\"}}}}},\"responses\":{\"200\":{\"description\":\"Successfully\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/UpdateDiscountsResponse\"},\"examples\":{\"Update discounts request\":{\"$ref\":\"#/components/examples/updateDiscountsResponse\"}}}}},\"400\":{\"$ref\":\"#/components/responses/400Error\"},\"500\":{\"$ref\":\"#/components/responses/500Error\"}}},\"get\":{\"operationId\":\"getDiscountPrices\",\"security\":[{\"bearerAuth\":[]}],\"summary\":\"Get discount prices\",\"tags\":[\"Discounts\"],\"description\":\"Get discount prices\",\"parameters\":[{\"in\":\"query\",\"name\":\"dateFrom\",\"schema\":{\"type\":\"string\"},\"required\":true,\"description\":\"Start date interval (dd/MM/yyyy)\"},{\"in\":\"query\",\"name\":\"dateTo\",\"schema\":{\"type\":\"string\"},\"required\":true,\"description\":\"End date interval (dd/MM/yyyy)\"}],\"responses\":{\"200\":{\"description\":\"Successfully\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/GetDiscountPricesResponse\"},\"examples\":{\"Discount prices response\":{\"$ref\":\"#/components/examples/getDiscountPricesResponse\"}}}}},\"400\":{\"$ref\":\"#/components/responses/400Error\"},\"500\":{\"$ref\":\"#/components/responses/500Error\"}}}},\"/payment/api/v1/merchant-integration/discounts/{discountId}/cancellations\":{\"put\":{\"operationId\":\"cancelDiscountPrices\",\"security\":[{\"bearerAuth\":[]}],\"summary\":\"Cancel discount prices\",\"tags\":[\"Discounts\"],\"description\":\"Cancel discount prices\",\"parameters\":[{\"in\":\"path\",\"name\":\"discountId\",\"schema\":{\"type\":\"string\"},\"required\":true,\"description\":\"Discount id\"}],\"responses\":{\"200\":{\"$ref\":\"#/components/responses/200Success\"},\"400\":{\"$ref\":\"#/components/responses/400Error\"},\"404\":{\"$ref\":\"#/components/responses/404Error\"},\"500\":{\"$ref\":\"#/components/responses/500Error\"}}}},\"/payment/api/v1/merchant-integration/prices\":{\"get\":{\"operationId\":\"GetMerchantInventoryPrices\",\"security\":[{\"bearerAuth\":[]}],\"summary\":\"Get merchant inventory prices\",\"tags\":[\"Payment\"],\"description\":\"Get merchant inventory prices\",\"parameters\":[{\"in\":\"query\",\"name\":\"dateFrom\",\"schema\":{\"type\":\"string\"},\"required\":true,\"description\":\"Present or future date for which price should be returned\"},{\"in\":\"query\",\"name\":\"merchantInventoryIds\",\"schema\":{\"type\":\"string\"},\"required\":true,\"description\":\"List of merchant inventory Ids for which price should be returned with a limit of max 100 IDs\"}],\"responses\":{\"200\":{\"description\":\"Successfully\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/PricesDataResponse\"},\"examples\":{\"Prices data response\":{\"$ref\":\"#/components/examples/pricesDataResponse\"}}}}},\"400\":{\"$ref\":\"#/components/responses/400Error\"},\"404\":{\"$ref\":\"#/components/responses/404Error\"},\"500\":{\"$ref\":\"#/components/responses/500Error\"}}}},\"/order/api/v1/merchant-integration/invoices/urls\":{\"get\":{\"operationId\":\"GetInvoiceURLs\",\"security\":[{\"bearerAuth\":[]}],\"summary\":\"Get Invoice URLs\",\"tags\":[\"Payment\"],\"description\":\"Get Invoice URLs\",\"parameters\":[{\"in\":\"query\",\"name\":\"type\",\"schema\":{\"type\":\"string\",\"enum\":[\"FISCAL\",\"NON_FISCAL\"]},\"required\":false,\"description\":\"Invoice type (FISCAL or NON_FISCAL)\",\"example\":\"FISAL\"},{\"in\":\"query\",\"name\":\"dateFrom\",\"schema\":{\"type\":\"string\"},\"required\":true,\"description\":\"Date from (ex 2022-05-17T23:59:00.1457765Z)\",\"example\":\"2022-05-17T23:59:00.1457765Z\"},{\"in\":\"query\",\"name\":\"dateTo\",\"schema\":{\"type\":\"string\"},\"required\":true,\"description\":\"Date to (ex 2022-05-17T23:59:00.1457765Z)\",\"example\":\"2022-05-17T23:59:00.1457765Z\"},{\"in\":\"query\",\"name\":\"suborderIds\",\"schema\":{\"type\":\"string\"},\"required\":true,\"description\":\"Collection of suborder ids for which we issue fetching invoice document URLs.\",\"example\":\"LSQNE-7ND5J-FBA-1\"}],\"responses\":{\"200\":{\"description\":\"Successfully\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/InvoiceURLsResponse\"},\"examples\":{\"Invoices URLs response\":{\"$ref\":\"#/components/examples/invoiceURLsResponse\"}}}}},\"400\":{\"$ref\":\"#/components/responses/400Error\"},\"404\":{\"$ref\":\"#/components/responses/404Error\"},\"500\":{\"$ref\":\"#/components/responses/500Error\"}}}},\"/order/api/v1/merchant-integration/invoice-corrections/urls\":{\"get\":{\"operationId\":\"GetInvoiceCorrectionsURLs\",\"security\":[{\"bearerAuth\":[]}],\"summary\":\"Get Invoice Corrections URLs\",\"tags\":[\"Payment\"],\"description\":\"Get Invoice Corrections URLs\",\"parameters\":[{\"in\":\"query\",\"name\":\"type\",\"schema\":{\"type\":\"string\",\"enum\":[\"FISCAL\",\"NON_FISCAL\"]},\"required\":false,\"description\":\"Invoice type (FISCAL or NON_FISCAL)\",\"example\":\"FISAL\"},{\"in\":\"query\",\"name\":\"dateFrom\",\"schema\":{\"type\":\"string\"},\"required\":true,\"description\":\"Date from (ex 2022-05-17T23:59:00.1457765Z)\",\"example\":\"2022-05-17T23:59:00.1457765Z\"},{\"in\":\"query\",\"name\":\"dateTo\",\"schema\":{\"type\":\"string\"},\"required\":true,\"description\":\"Date to (ex 2022-05-17T23:59:00.1457765Z)\",\"example\":\"2022-05-17T23:59:00.1457765Z\"},{\"in\":\"query\",\"name\":\"suborderIds\",\"schema\":{\"type\":\"string\"},\"required\":true,\"description\":\"Collection of suborder ids for which we issue fetching invoice document URLs.\",\"example\":\"LSQNE-7ND5J-FBA-1\"}],\"responses\":{\"200\":{\"description\":\"Successfully\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/InvoiceURLsResponse\"},\"examples\":{\"Invoices URLs response\":{\"$ref\":\"#/components/examples/invoiceURLsResponse\"}}}}},\"400\":{\"$ref\":\"#/components/responses/400Error\"},\"404\":{\"$ref\":\"#/components/responses/404Error\"},\"500\":{\"$ref\":\"#/components/responses/500Error\"}}}}},\"components\":{\"securitySchemes\":{\"bearerAuth\":{\"type\":\"http\",\"scheme\":\"bearer\",\"bearerFormat\":\"JWT\"}},\"examples\":{\"tokenRequest\":{\"value\":{\"grantType\":\"CLIENT_CREDENTIALS\",\"clientId\":\"lkajsd-12i3-0213saldk1-20\",\"clientSecret\":\";alsd,lmvs;dl,[gkllkskvlsnkdklkdllk123123=-1203=-123ldk;as012o3\",\"scope\":\"public_api/full_access\"},\"summary\":\"Token request\"},\"tokenResponse\":{\"value\":{\"id_token\":null,\"access_token\":\"lkdvslksdlkasklda;ksdpokqwepoiqwpoe;kldfg;lgfhl;tykj70567450996304953]dmmdk22323-940\",\"refresh_token\":null,\"expires_in\":86400,\"token_type\":\"Bearer\"},\"summary\":\"Token response\"},\"productsResponse\":{\"value\":[{\"id\":1769761,\"externalId\":\"123\",\"ean\":\"194512452102\",\"ananasCode\":\"null\",\"name\":\"UNDER ARMOUR UA HOVR Summit Mid\",\"description\":\"Pokažite svoju autentičnost u Under Armour UA HOVR Summit Mid patikama\",\"brand\":\"{\\\"id\\\":1600,\\\"name\\\":\\\"UNDER ARMOUR\\\"}\",\"sku\":\"194512452102\",\"productType\":\"Sportske Patike\",\"categories\":[\"Muške patike\",\"Sportska oprema\"],\"newBasePrice\":6000,\"basePrice\":5000,\"vat\":10,\"stockLevel\":20,\"packageWeightValue\":0.3,\"packageWeightUnit\":\"kg\"},{\"id\":1769762,\"externalId\":\"456\",\"ean\":\"194512452103\",\"ananasCode\":\"null\",\"name\":\"UNDER ARMOUR UA HOVR Summit Mid New\",\"description\":\"Pokažite svoju autentičnost u Under Armour UA HOVR Summit Mid patikama\",\"brand\":\"{\\\"id\\\":1600,\\\"name\\\":\\\"UNDER ARMOUR\\\"}\",\"sku\":\"194512452102\",\"productType\":\"Sportske Patike\",\"categories\":[\"Muške patike\",\"Sportska oprema\"],\"newBasePrice\":5000,\"basePrice\":6000,\"vat\":10,\"stockLevel\":20,\"packageWeightValue\":0.3,\"packageWeightUnit\":\"kg\"}],\"summary\":\"Products response\"},\"productsBasicResponse\":{\"value\":[{\"id\":1769761,\"ean\":\"194512452102\",\"sku\":\"194512452102\",\"newBasePrice\":6000,\"basePrice\":5000,\"stockLevel\":20,\"warehouse\":\"ANANAS_WAREHOUSE\"},{\"id\":1769762,\"ean\":\"194512452103\",\"sku\":\"194512452102\",\"newBasePrice\":5000,\"basePrice\":6000,\"stockLevel\":20,\"warehouse\":\"MERCHANT_WAREHOUSE\"}],\"summary\":\"Products response\"},\"productsRequest\":{\"value\":{\"name\":\"Samsung Pametni telefon Galaxy SM-A325F plavi\",\"description\":\"Samsung Galaxy SM-A325F. Dijagonala monitora: 16,3 cm...\",\"coverImage\":\"https://ananas.rs/_next/image?url=https%3A%2F%2Fstatic.ananas.rs%2Ftmp%2Fimage-thumbnails%2FProduct_Images%2FSmartphones%2Fsamsung_galaxy_sm_a325f_16_3_cm_6_4_dve_sim_kartice_4g_usb_tipa_c_4_gb_128_gb_5000_mah_plavo%2Fimage-thumb__295826__product_thumbnail%2F951c5c5b9fdddc72.jpeg&w=3200&q=75\",\"ean\":\"9788644105886\",\"brand\":\"Samsung\",\"gallery\":[\"https://ananas.rs/_next/image?url=https%3A%2F%2Fstatic.ananas.rs%2Ftmp%2Fimage-thumbnails%2FProduct_Images%2FSmartphones%2Fsamsung_galaxy_sm_a325f_16_3_cm_6_4_dve_sim_kartice_4g_usb_tipa_c_4_gb_128_gb_5000_mah_plavo%2Fimage-thumb__295826__product_thumbnail%2F951c5c5b9fdddc72.jpeg&w=3200&q=75\"],\"parentEan\":\"\",\"packageWeightValue\":184,\"packageWeightUnit\":\"KG\",\"basePrice\":40000,\"vat\":20,\"stockLevel\":5,\"sku\":\"LXG9HET6O3\",\"externalId\":\"1\",\"productType\":\"Telefon\",\"category\":\"SMART mobilni telefoni\",\"attributes\":{\"Boja\":[\"Plava\"],\"Sirina\":[\"73.6mm\"],\"Dubina\":[\"8.4mm\"]}}},\"updateProductsRequest\":{\"value\":[{\"id\":456,\"packageWeightValue\":184,\"packageWeightUnit\":\"KG\",\"basePrice\":40000,\"vat\":20,\"stockLevel\":5,\"sku\":\"LXG9HET6O3\"},{\"id\":789,\"packageWeightValue\":200,\"packageWeightUnit\":\"KG\",\"basePrice\":30000,\"vat\":4,\"stockLevel\":2,\"sku\":\"LGM9HET6O5\"}]},\"updateProductRequest\":{\"value\":{\"packageWeightValue\":184,\"packageWeightUnit\":\"KG\",\"basePrice\":40000,\"vat\":20,\"stockLevel\":5,\"sku\":\"LXG9HET6O3\"}},\"productTypesResponse\":{\"value\":[\"Dečji pribor za kuvanje\",\"VoIP telefonski adapteri\",\"Rumenila\"]},\"checkIfEANExistsRequest\":{\"value\":[\"088280476892\",\"757670268125\",\"875441735984\"]},\"checkIfEANExistsResponse\":{\"value\":{\"088280476892\":true,\"757670268125\":true,\"875441735984\":true}},\"importProductsResponse\":{\"value\":{\"id\":\"afc1b015-d8fa-409e-b9d5-6b32d78d59f0\"},\"summary\":\"Products import\"},\"merchantWarehousesResponse\":{\"value\":{\"content\":[{\"id\":1,\"warehouseName\":\"Downtown warehouse\",\"defaultAddress\":false},{\"id\":2,\"warehouseName\":\"Airport warehouse\",\"defaultAddress\":true}]}},\"scheduleDiscountsRequest\":{\"value\":{\"discounts\":[{\"merchantInventoryId\":1194,\"discountPrice\":800,\"discountPriceCurrency\":\"RSD\",\"dateFrom\":\"22/07/2022\",\"dateTo\":\"29/07/2022\",\"discountType\":\"SALE\"},{\"merchantInventoryId\":1195,\"discountPrice\":500,\"discountPriceCurrency\":\"RSD\",\"dateFrom\":\"29/07/2022\",\"dateTo\":\"22/07/2022\",\"discountType\":\"SALE\"}]}},\"updateDiscountsRequest\":{\"value\":{\"discounts\":[{\"discountId\":\"43b49da5-9f9c-4458-b755-f9cb606aea85\",\"newDateFrom\":\"22/07/2022\",\"newDateTo\":\"29/07/2022\",\"newDiscountPrice\":\"900\",\"newDiscountPriceCurrency\":\"RSD\",\"newDiscountType\":\"SALE\"},{\"discountId\":\"1433c6dd-4651-463b-bd76-002c0f1f824a\",\"newDateFrom\":\"30/07/2022\",\"newDateTo\":\"30/07/2022\",\"newDiscountPrice\":\"800\",\"newDiscountPriceCurrency\":\"RSD\",\"newDiscountType\":\"SALE\"}]}},\"scheduleDiscountsResponse\":{\"value\":{\"scheduleResult\":[{\"success\":true,\"data\":{\"merchantInventoryId\":1194,\"discountId\":\"ee7c907d-b2cc-48f8-9226-1ba6e4db1055\"}},{\"success\":false,\"error\":{\"merchantInventoryId\":1195,\"errorMessage\":\"Discount start date can not be after end date\"}}]}},\"updateDiscountsResponse\":{\"value\":{\"updateResult\":[{\"success\":true,\"data\":{\"discountId\":\"43b49da5-9f9c-4458-b755-f9cb606aea85\"}},{\"success\":false,\"error\":{\"discountId\":\"1433c6dd-4651-463b-bd76-002c0f1f824a\",\"errorMessage\":\"Discounts that are ended can not be updated\"}}]}},\"getDiscountPricesResponse\":{\"value\":[{\"discountId\":\"1433c6dd-4651-463b-bd76-002c0f1f824a\",\"merchantInventoryId\":889,\"discountPrice\":2000,\"dateFrom\":\"2022-01-26T00:00:00\",\"dateTo\":\"2022-01-28T00:00:00\"},{\"discountId\":\"43b49da5-9f9c-4458-b755-f9cb606aea85\",\"merchantInventoryId\":900,\"discountPrice\":3000,\"dateFrom\":\"2022-01-26T00:00:00\",\"dateTo\":\"2022-01-28T00:00:00\"}]},\"pricesDataResponse\":{\"value\":[{\"merchantInventoryId\":1776331,\"basePrice\":24000,\"sellablePrice\":18000,\"discountId\":\"b8a14bba-a504-46d4-a627-c8eb5eb262af\"}]},\"updateSingleProductResponse\":{\"value\":{\"status\":\"SUCCESS\",\"errors\":[],\"myProductId\":456}},\"invoicesResponse\":{\"value\":[{\"invoiceHeader\":{\"invoiceType\":\"FISCAL\",\"merchantDetails\":{\"name\":\"Maki doo\",\"businessSpaceCode\":\"\",\"taxIdentificationNumber\":\"111606273\",\"identificationNumber\":\"20862467\",\"taxAdministrationId\":\"854/1.0\",\"cashier\":\"\",\"contactDetails\":{\"phone\":\"+381669879009\",\"email\":\"merchant@gmail.com\"},\"address\":{\"street\":\"ZAOB.PUT ZVORNIK-LJUBOVIJA 23\",\"city\":\"LJUBOVIJA\"}},\"customerDetails\":{\"firstName\":\"Pera\",\"lastName\":\"Segedinac\",\"address\":{\"street\":\"PERE SEGEDINCA 55\",\"city\":\"BEOGRAD-NOVI BEOGRAD\",\"postcode\":\"11080\"}},\"fiscalDetails\":{\"invoiceCounter\":\"1757/3189ПП\",\"verificationUrl\":\"https://sandbox.suf.purs.gov.rs/v/?vl=A1JFUkNaS002RHQxT3YxbzB1DAAA3QYAAECdCBAAAAAAAAABgItDMLkAAAB228TA9h5b1hyhwICcG8JmBts0IPX9Qu5OlntWAktzDqQzNskEfv0ENM8l19irPzzwNaeBYFrkym%2BgBW5rnoMT3T3WSoKAWdhR6%2BPoUeDB4vftjCxC6pnpYOyJfecyUAangAl6mdZcsrF472oguahaoHXc8ENXhX1RMSU7qP2gxAL%2FbRY7Jq8PpPxqbN3AcnoVPoLVH%2B85r2jyyoKItPA7fMjMb3gHf%2BH66cP0pegse0P93aX%2BH3SAASSjXwNYQROiL1frth5XRAn4crwNiwWFHECnSy00oZySi47sFS8Fm2j0ZGZafRP8eB1cIv2elgrXVAkqzd8WKC%2FB9jW7L41uFI05BzUcvqQYQEB5ryr79ppa2bxJOR86D4iBikNQpVl2OF8oo28DuzPlsZbT9xmCK%2F17n%2FR5w3RvPJHo4%2FJJDuG4rdY3YVf%2BQQJHeFRt2KEukQcKhZgvuF7N7Ggd%2Fmyk09ojp%2F7oZt3j3yhTg8UiD1XJcz51jNVj50V%2FlXWYxct%2BOTMs7d3xwt8u2RMo4nS7JUzycPyu5TExeDZTZZ7i2e6xfD2qnNJH3OoNLuaes3To9864xszHq8roHOMZU%2FlUKgyQSBSS%2B9EftlmVzzPjHhAmAM%2BWneSyD3oG2Ft6aZ0LMy6JmjKnmqmKpTqmkxSYGL1WJnQ0KwBuknT30%2BrVeLExl7q3HStApjRCqce5mXzL5tiyxMJiXjY2sOIPEE5GZT6He6L2Vnva1Rs5ziXyjP9Ifkl%2Bj6dkkLtYHQ9S1jMN5qoJgDtNQlVxWVFGZZALSKlKUsi4YyUffC9GyQ4V1jaf3U9zDj6cS%2BpTmCAB5yhCz3cLu5Wsdw7yrZwMZIRR6FKJ3mDZ42%2BqxNAuMoVZ5XwRA5Lb9TnAi83%2F36EMrM2N%2Fhkyt1VfZc7ajoPiSPjVAqeIp2P%2FoPeKPl6bWZSoUrbOVQGDBmnpT%2FFCzQMI74veLOEohrvrn8mthiG68xYGzvao82ZQBOrPYMe7LMxtT44GZGGa8RojmlDmQ%2FY0jtKspRjDfWE7xh8rIvrNtmQl\",\"fiscalInvoiceDate\":\"2022-05-03T18:51:18Z\",\"invoiceNumber\":\"RERCZKM6-Dt1Ov1o0-3171\"},\"orderDetails\":{\"invoiceId\":\"4599335419\",\"invoicedDate\":\"2022-05-03T00:00:00Z\",\"orderid\":\"69N73-9E0P9\",\"suborderId\":\"69N73-9E0P9-DS-1\",\"paymentMethods\":[\"PBC\"],\"warehouseAddress\":{\"warehouseId\":2,\"street\":\"DRINSKA 23\",\"city\":\"LJUBOVIJA\"},\"orderDate\":\"2022-05-03T00:00:00Z\"}},\"productSpecification\":{\"items\":[{\"productDetails\":{\"name\":\"TESLA Televizor 40T319SFS SMART\",\"apId\":\"VT8YI1VRS7\",\"sku\":\"AA-123456-AB\",\"ean\":\"8606018852161\",\"acode\":\"test123\"},\"quantity\":1,\"itemPrice\":{\"unitPrice\":27900,\"unitPriceWithoutVat\":23250,\"basePrice\":26900,\"basePriceWithoutVat\":22416.67,\"discountVat\":3.59,\"discountAmount\":1000,\"vat\":20,\"vatAmount\":4483.33},\"grandTotalPrice\":{\"unitPrice\":27900,\"unitPriceWithoutVat\":23250,\"basePrice\":26900,\"basePriceWithoutVat\":22416.67,\"discountVat\":3.59,\"discountAmount\":1000,\"vat\":20,\"vatAmount\":4650}}],\"totalDetails\":{\"basePrice\":26900,\"basePriceWithoutVat\":22416.67,\"vatAmount\":4483.33,\"chargedPrice\":26900}},\"taxRateSpecification\":{\"taxRateSpecification\":[{\"label\":\"Ж\",\"name\":\"О-ПДВ\",\"basePriceWithoutVat\":22416.67,\"vat\":20,\"vatAmount\":4483.33}],\"grandTotal\":4483.33}}]},\"invoiceCorrections\":{\"value\":[{\"invoiceHeader\":{\"invoiceType\":\"FISCAL\",\"invoiceCorrectionReason\":\"Reklamacija\",\"merchantDetails\":{\"name\":\"Maki doo\",\"businessSpaceCode\":\"\",\"taxIdentificationNumber\":\"111606273\",\"identificationNumber\":\"20862467\",\"taxAdministrationId\":\"854/1.0\",\"cashier\":\"\",\"contactDetails\":{\"phone\":\"+381669879009\",\"email\":\"merchant@gmail.com\"},\"address\":{\"street\":\"ZAOB.PUT ZVORNIK-LJUBOVIJA 23\",\"city\":\"LJUBOVIJA\"}},\"customerDetails\":{\"firstName\":\"Pera\",\"lastName\":\"Segedinac\",\"address\":{\"street\":\"PERE SEGEDINCA 55\",\"city\":\"BEOGRAD-NOVI BEOGRAD\",\"postcode\":\"11080\"}},\"fiscalDetails\":{\"invoiceCounter\":\"1757/3189ПП\",\"verificationUrl\":\"https://sandbox.suf.purs.gov.rs/v/?vl=A1JFUkNaS002RHQxT3YxbzB1DAAA3QYAAECdCBAAAAAAAAABgItDMLkAAAB228TA9h5b1hyhwICcG8JmBts0IPX9Qu5OlntWAktzDqQzNskEfv0ENM8l19irPzzwNaeBYFrkym%2BgBW5rnoMT3T3WSoKAWdhR6%2BPoUeDB4vftjCxC6pnpYOyJfecyUAangAl6mdZcsrF472oguahaoHXc8ENXhX1RMSU7qP2gxAL%2FbRY7Jq8PpPxqbN3AcnoVPoLVH%2B85r2jyyoKItPA7fMjMb3gHf%2BH66cP0pegse0P93aX%2BH3SAASSjXwNYQROiL1frth5XRAn4crwNiwWFHECnSy00oZySi47sFS8Fm2j0ZGZafRP8eB1cIv2elgrXVAkqzd8WKC%2FB9jW7L41uFI05BzUcvqQYQEB5ryr79ppa2bxJOR86D4iBikNQpVl2OF8oo28DuzPlsZbT9xmCK%2F17n%2FR5w3RvPJHo4%2FJJDuG4rdY3YVf%2BQQJHeFRt2KEukQcKhZgvuF7N7Ggd%2Fmyk09ojp%2F7oZt3j3yhTg8UiD1XJcz51jNVj50V%2FlXWYxct%2BOTMs7d3xwt8u2RMo4nS7JUzycPyu5TExeDZTZZ7i2e6xfD2qnNJH3OoNLuaes3To9864xszHq8roHOMZU%2FlUKgyQSBSS%2B9EftlmVzzPjHhAmAM%2BWneSyD3oG2Ft6aZ0LMy6JmjKnmqmKpTqmkxSYGL1WJnQ0KwBuknT30%2BrVeLExl7q3HStApjRCqce5mXzL5tiyxMJiXjY2sOIPEE5GZT6He6L2Vnva1Rs5ziXyjP9Ifkl%2Bj6dkkLtYHQ9S1jMN5qoJgDtNQlVxWVFGZZALSKlKUsi4YyUffC9GyQ4V1jaf3U9zDj6cS%2BpTmCAB5yhCz3cLu5Wsdw7yrZwMZIRR6FKJ3mDZ42%2BqxNAuMoVZ5XwRA5Lb9TnAi83%2F36EMrM2N%2Fhkyt1VfZc7ajoPiSPjVAqeIp2P%2FoPeKPl6bWZSoUrbOVQGDBmnpT%2FFCzQMI74veLOEohrvrn8mthiG68xYGzvao82ZQBOrPYMe7LMxtT44GZGGa8RojmlDmQ%2FY0jtKspRjDfWE7xh8rIvrNtmQl\",\"fiscalInvoiceDate\":\"2022-05-03T18:51:18Z\",\"referentDocumentNumber\":\"RERCZKM6-Dt1Ov1o0-3171\"},\"orderDetails\":{\"invoiceNumber\":\"4599335419\",\"invoicedDate\":\"2022-05-03T00:00:00Z\",\"orderid\":\"69N73-9E0P9\",\"suborderId\":\"69N73-9E0P9-DS-1\",\"fba\":\"false,\",\"paymentMethods\":[\"PBC\",\"VOUCHER\"],\"warehouseAddress\":{\"warehouseId\":3,\"street\":\"DRINSKA 23\",\"city\":\"LJUBOVIJA\"},\"orderDate\":\"2022-05-03T00:00:00Z\"}},\"productSpecification\":{\"items\":[{\"productDetails\":{\"name\":\"TESLA Televizor 40T319SFS SMART\",\"apId\":\"VT8YI1VRS7\",\"sku\":\"AA-123456-AB\",\"ean\":\"8606018852161\",\"acode\":\"test123\"},\"quantity\":1,\"itemPrice\":{\"unitPrice\":27900,\"unitPriceWithoutVat\":23250,\"basePrice\":26900,\"basePriceWithoutVat\":22416.67,\"discountVat\":3.59,\"discountAmount\":1000,\"vat\":20,\"vatAmount\":4483.33},\"grandTotalPrice\":{\"unitPrice\":27900,\"unitPriceWithoutVat\":23250,\"basePrice\":26900,\"basePriceWithoutVat\":22416.67,\"discountVat\":3.59,\"discountAmount\":1000,\"vat\":20,\"vatAmount\":4650}}],\"totalDetails\":{\"basePrice\":26900,\"basePriceWithoutVat\":22416.67,\"vatAmount\":4483.33,\"chargedPrice\":26900}},\"taxRateSpecification\":{\"taxRateSpecification\":[{\"label\":\"Ж\",\"name\":\"О-ПДВ\",\"basePriceWithoutVat\":22416.67,\"vat\":20,\"vatAmount\":4483.33}],\"grandTotal\":4483.33}}]},\"invoiceURLsResponse\":{\"value\":{\"suborderIdNumberValue\":[{\"documentCorrelationId\":\"0429118274\",\"link\":\"https://ananas-dev1-logistics.s3.eu-central-  1.amazonaws.com/order/XJLV3-CHBLH/invoice/080822_1848_Makidoo_Fiskalni_Ra%C4%8Dun_XJLV3-CHBLH_DS.pdf?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Date=20220823T080849Z&X-Amz-SignedHeaders=host&X-Amz-Expires=600&X-Amz-Credential=AKIA22VGE46BRDXKOUWD%2F20220823%2Feu-central-1%2Fs3%2Faws4_request&X-Amz-Signature=7b7f22f6993b10ac892b073c0bb84c9a17acb71d1825ee65336081decccd242f\"}]}}},\"schemas\":{\"Token\":{\"type\":\"object\",\"properties\":{\"grantType\":{\"type\":\"string\",\"description\":\"Always \\\"CLIENT_CREDENTIALS\\\"\"},\"clientId\":{\"type\":\"string\",\"description\":\"client Id received from merchant portal\"},\"clientSecret\":{\"type\":\"string\",\"description\":\"client secret received from merchant portal\"},\"scope\":{\"type\":\"string\",\"description\":\"Always \\\"public_api/full_access\\\"\"}}},\"ProductsRequest\":{\"type\":\"object\",\"properties\":{\"name\":{\"type\":\"string\",\"description\":\"Product name\"},\"description\":{\"type\":\"string\",\"description\":\"Product description\"},\"coverImage\":{\"type\":\"string\",\"description\":\"Product cover image\"},\"ean\":{\"type\":\"string\",\"description\":\"Europian Article Number\"},\"brand\":{\"type\":\"string\",\"description\":\"Product brand\"},\"gallery\":{\"type\":\"array\",\"description\":\"Product images\",\"items\":{\"type\":\"string\"}},\"parentEan\":{\"type\":\"string\",\"description\":\"The product will be a variation of the product to which the EAN is entered\"},\"packageWeightValue\":{\"type\":\"number\",\"description\":\"Package weight value\"},\"packageWeightUnit\":{\"description\":\"Package weight unit\",\"enum\":[\"KG\",\"G\"],\"default\":\"KG\"},\"basePrice\":{\"type\":\"number\",\"description\":\"Product price with VAT included\"},\"vat\":{\"type\":\"number\",\"description\":\"Product VAT\"},\"stockLevel\":{\"type\":\"integer\",\"description\":\"Stock level\"},\"sku\":{\"type\":\"string\",\"description\":\"Stock keeping unit\"},\"externalId\":{\"type\":\"string\",\"description\":\"Unique product identifier on merchant side\"},\"productType\":{\"type\":\"string\",\"description\":\"Type of product\"},\"category\":{\"type\":\"string\",\"description\":\"Main category where product belongs\"},\"attributes\":{\"type\":\"object\",\"description\":\"Attributes of product like color, size, material type, type of RAM, etc.\",\"additionalProperties\":{\"type\":\"array\",\"items\":{\"type\":\"string\"}}}}},\"UpdateProductRequest\":{\"type\":\"object\",\"properties\":{\"id\":{\"type\":\"integer\",\"description\":\"Product id\"},\"packageWeightValue\":{\"type\":\"number\",\"description\":\"Package weight value\"},\"packageWeightUnit\":{\"description\":\"Package weight unit\",\"enum\":[\"KG\",\"G\"],\"default\":\"KG\"},\"basePrice\":{\"type\":\"number\",\"description\":\"Product price with VAT included\"},\"vat\":{\"type\":\"number\",\"description\":\"Product VAT\"},\"stockLevel\":{\"type\":\"integer\",\"description\":\"Stock level\"},\"sku\":{\"type\":\"string\",\"description\":\"Stock keeping unit\"}}},\"UpdateProductsRequest\":{\"type\":\"array\",\"items\":{\"type\":\"object\",\"properties\":{\"id\":{\"type\":\"number\",\"description\":\"Product id\"},\"packageWeightValue\":{\"type\":\"number\",\"description\":\"Package weight value\"},\"packageWeightUnit\":{\"type\":\"string\",\"description\":\"Package weight unit\",\"enum\":[\"KG\",\"G\"],\"default\":\"KG\"},\"basePrice\":{\"type\":\"number\",\"description\":\"Product price with VAT included\"},\"vat\":{\"type\":\"number\",\"description\":\"Product VAT\"},\"stockLevel\":{\"type\":\"integer\",\"description\":\"Stock level\"},\"sku\":{\"type\":\"string\",\"description\":\"Stock keeping unit\"}}}},\"CheckIfEANExistsRequest\":{\"type\":\"array\",\"items\":{\"type\":\"string\",\"description\":\"EAN codes\"}},\"ScheduleDiscountsRequest\":{\"type\":\"object\",\"properties\":{\"discounts\":{\"type\":\"array\",\"items\":{\"type\":\"object\",\"properties\":{\"merchantInventoryId\":{\"type\":\"integer\",\"description\":\"Product Id\"},\"discountPrice\":{\"type\":\"number\",\"description\":\"Discount price\"},\"discountPriceCurrency\":{\"type\":\"string\",\"description\":\"Discount price currency\"},\"dateFrom\":{\"type\":\"string\",\"description\":\"Date from (dd/MM/yyyy)\"},\"dateTo\":{\"type\":\"string\",\"description\":\"Date to (dd/MM/yyyy)\"},\"discountType\":{\"type\":\"string\",\"description\":\"Discount type\",\"enum\":[\"SALE\",\"SEASONAL_SALE\",\"CLEARANCE_SALE\"]}}}}}},\"UpdateDiscountsRequest\":{\"type\":\"object\",\"properties\":{\"discounts\":{\"type\":\"array\",\"items\":{\"type\":\"object\",\"properties\":{\"discountId\":{\"type\":\"string\",\"description\":\"Discount id\"},\"newDateFrom\":{\"type\":\"string\",\"description\":\"New date from (dd/MM/yyyy)\"},\"newDateTo\":{\"type\":\"string\",\"description\":\"New date to (dd/MM/yyyy)\"},\"newDiscountPrice\":{\"type\":\"string\",\"description\":\"New discount price\"},\"newDiscountPriceCurrency\":{\"type\":\"string\",\"description\":\"New discount price currency\"},\"newDiscountType\":{\"type\":\"string\",\"description\":\"New Discount Type\",\"enum\":[\"SALE\",\"SEASONAL_SALE\",\"CLEARANCE_SALE\"]}}}}}},\"TokenResponse\":{\"type\":\"object\",\"properties\":{\"id_token\":{\"type\":\"string\",\"nullable\":true,\"description\":\"Always null\"},\"access_token\":{\"type\":\"string\",\"description\":\"Access token\"},\"refresh_token\":{\"type\":\"string\",\"nullable\":true,\"description\":\"Not available\"},\"expires_in\":{\"type\":\"integer\",\"description\":\"Time in seconds when token will expire\"},\"token_type\":{\"type\":\"string\",\"description\":\"Always Bearer\"}}},\"ProductTypesResponse\":{\"type\":\"array\",\"items\":{\"type\":\"string\",\"description\":\"Product type name\"}},\"ProductsResponse\":{\"type\":\"object\",\"properties\":{\"id\":{\"type\":\"integer\",\"description\":\"Product unique identifier\"},\"externalId\":{\"type\":\"string\",\"description\":\"Unique product identifier on merchant side\"},\"ean\":{\"type\":\"string\",\"description\":\"European Article Number\"},\"ananasCode\":{\"type\":\"string\",\"description\":\"Ananas code\"},\"name\":{\"type\":\"string\",\"description\":\"Product name\"},\"description\":{\"type\":\"string\",\"description\":\"Product description\"},\"brand\":{\"type\":\"string\",\"description\":\"Product Brand\"},\"sku\":{\"type\":\"string\",\"description\":\"Stock keeping unit (SKU)\"},\"productType\":{\"type\":\"string\",\"description\":\"Type of product\"},\"categories\":{\"type\":\"array\",\"description\":\"List of categories where product belongs\",\"items\":{\"type\":\"string\"}},\"newBasePrice\":{\"type\":\"number\",\"description\":\"Product price with VAT included for the next day\"},\"basePrice\":{\"type\":\"number\",\"description\":\"Product price with VAT included\"},\"vat\":{\"type\":\"number\",\"description\":\"Product VAT\"},\"stockLevel\":{\"type\":\"number\",\"description\":\"Product available stock level\"},\"packageWeightValue\":{\"type\":\"number\",\"description\":\"Package weight of product\"},\"packageWeightUnit\":{\"type\":\"string\",\"description\":\"Product weight package unit\"}}},\"ProductsBasicResponse\":{\"type\":\"object\",\"properties\":{\"id\":{\"type\":\"integer\",\"description\":\"Product unique identifier\"},\"ean\":{\"type\":\"string\",\"description\":\"European Article Number\"},\"sku\":{\"type\":\"string\",\"description\":\"Stock keeping unit (SKU)\"},\"newBasePrice\":{\"type\":\"number\",\"description\":\"Product price with VAT included for the next day\"},\"basePrice\":{\"type\":\"number\",\"description\":\"Product price with VAT included\"},\"stockLevel\":{\"type\":\"number\",\"description\":\"Product available stock level\"},\"warehouse\":{\"type\":\"string\",\"description\":\"Warehouse possible values ['ANANAS_WAREHOUSE', 'MERCHANT_WAREHOUSE']\"}}},\"ImportProductsResponse\":{\"type\":\"object\",\"properties\":{\"id\":{\"type\":\"string\",\"description\":\"Progress id which can be used to track progress\"}}},\"UpdateSingleProductResponse\":{\"type\":\"object\",\"properties\":{\"status\":{\"type\":\"string\",\"description\":\"Status description\"},\"errors\":{\"type\":\"array\"},\"myProductId\":{\"type\":\"number\"}}},\"UpdateProductsResponse\":{\"type\":\"array\",\"items\":{\"type\":\"object\",\"properties\":{\"status\":{\"type\":\"string\",\"description\":\"Status description\"},\"errors\":{\"type\":\"array\",\"items\":{\"type\":\"string\"}},\"myProductId\":{\"type\":\"number\"}}},\"example\":[{\"status\":\"SUCCESS\",\"errors\":[],\"myProductId\":456},{\"status\":\"FAIL\",\"errors\":[\"PDV mora biti jedan od sledecih vrednosti: 0, 10, 20. Prosleđena vrednost je 4\"],\"myProductId\":789}]},\"MerchantWarehousesResponse\":{\"type\":\"object\",\"properties\":{\"content\":{\"type\":\"array\",\"items\":{\"type\":\"object\",\"properties\":{\"id\":{\"type\":\"number\",\"description\":\"Unique merchant address identifier.\"},\"warehouseName\":{\"type\":\"string\",\"description\":\"Warehouse name.\"},\"defaultAddress\":{\"type\":\"boolean\",\"description\":\"Indicate that address is a default outbound address (Only one element of the collection can have this value set to true).\"}}}}}},\"CheckIfEANExistsResponse\":{\"type\":\"object\",\"additionalProperties\":{\"type\":\"boolean\"}},\"InvoicesResponse\":{\"type\":\"array\",\"items\":{\"type\":\"object\",\"properties\":{\"invoiceHeader\":{\"type\":\"object\",\"properties\":{\"invoiceType\":{\"type\":\"string\",\"description\":\"Represents invoice type. Invoice can be of type FISCAL or NON_FISCAL\",\"enum\":[\"FISCAL\",\"NON_FISCAL\"]},\"merchantDetails\":{\"type\":\"object\",\"properties\":{\"name\":{\"type\":\"string\",\"description\":\"Merchant’s name\"},\"businessSpaceCode\":{\"type\":\"string\",\"description\":\"Unique code for business space\"},\"taxIdentificationNumber\":{\"type\":\"string\",\"description\":\"Unique merchant tax identification number (PIB)\"},\"identificationNumber\":{\"type\":\"string\",\"description\":\"Unique merchant identification number (MB)\"},\"taxAdministrationId\":{\"type\":\"string\",\"description\":\"Unique tax administration id (ESIR)\"},\"cashier\":{\"type\":\"string\",\"description\":\"Cashier that issued the invoice\"},\"contactDetails\":{\"type\":\"object\",\"properties\":{\"phone\":{\"type\":\"string\",\"description\":\"Merchant’s contact details\"},\"email\":{\"type\":\"string\",\"description\":\"Merchant’s email\"}}},\"address\":{\"type\":\"object\",\"properties\":{\"street\":{\"type\":\"string\",\"description\":\"Street name and number\"},\"city\":{\"type\":\"string\",\"description\":\"City\"}}}}},\"customerDetails\":{\"type\":\"object\",\"properties\":{\"firstName\":{\"type\":\"string\",\"description\":\"Customer’s first name\"},\"lastName\":{\"type\":\"string\",\"description\":\"Customer’s last name\"},\"address\":{\"type\":\"object\",\"properties\":{\"street\":{\"type\":\"string\",\"description\":\"Street name and number\"},\"city\":{\"type\":\"string\",\"description\":\"City\"},\"postcode\":{\"type\":\"string\",\"description\":\"Postal code\"}}}}},\"fiscalDetails\":{\"type\":\"object\",\"properties\":{\"invoiceCounter\":{\"type\":\"string\",\"description\":\"Invoice counter generated by tax administration\"},\"verificationUrl\":{\"type\":\"string\",\"description\":\"Verification url for fiscal transaction generated by tax administration\"},\"fiscalInvoiceDate\":{\"type\":\"string\",\"description\":\"Tax administration invoiced date in UTC\"},\"invoiceNumber\":{\"type\":\"string\",\"description\":\"Unique tax administration invoice number\"}}},\"orderDetails\":{\"type\":\"object\",\"properties\":{\"invoiceId\":{\"type\":\"string\",\"description\":\"Unique Ananas invoice id\"},\"invoicedDate\":{\"type\":\"string\",\"description\":\"Ananas invoiced date in UTC\"},\"orderid\":{\"type\":\"string\",\"description\":\"User friendly unique order id\"},\"suborderId\":{\"type\":\"string\",\"description\":\"User friendly unique suborder id\"},\"fba\":{\"type\":\"boolean\",\"description\":\"Fullfilment by Ananas\"},\"paymentMethods\":{\"type\":\"array\",\"items\":{\"type\":\"string\"},\"description\":\"Order payment methodPossible values COD-cash on deliveryPBC-pay by cardPOS –pay on site\"},\"warehouseAddress\":{\"type\":\"object\",\"properties\":{\"warehouseId\":{\"type\":\"integer\",\"description\":\"Merchant’s warehouse identity\"},\"street\":{\"type\":\"string\",\"description\":\"Address of the warehouse from where the order was picked up\"},\"city\":{\"type\":\"string\",\"description\":\"City\"}}},\"orderDate\":{\"type\":\"string\",\"description\":\"Date of creating order\"}}}}},\"productSpecification\":{\"type\":\"object\",\"properties\":{\"items\":{\"type\":\"array\",\"items\":{\"type\":\"object\",\"properties\":{\"productDetails\":{\"type\":\"object\",\"properties\":{\"name\":{\"type\":\"string\",\"description\":\"Product name\"},\"apId\":{\"type\":\"string\",\"description\":\"Ananas platform id\"},\"sku\":{\"type\":\"string\",\"description\":\"SKU value\"},\"ean\":{\"type\":\"string\",\"description\":\"European Article Number\"},\"acode\":{\"type\":\"string\",\"description\":\"Ananas code\"}}},\"quantity\":{\"type\":\"integer\"},\"itemPrice\":{\"type\":\"object\",\"properties\":{\"unitPrice\":{\"type\":\"number\",\"description\":\"Unit price\"},\"unitPriceWithoutVat\":{\"type\":\"number\",\"description\":\"Unit price without added vat\"},\"basePrice\":{\"type\":\"number\",\"description\":\"Sellable price with discount\"},\"basePriceWithoutVat\":{\"type\":\"number\",\"description\":\"Sellable price with discount and without vat\"},\"discountVat\":{\"type\":\"number\",\"description\":\"Discount percentage\"},\"discountAmount\":{\"type\":\"number\",\"description\":\"Discount amount\"},\"vat\":{\"type\":\"number\",\"description\":\"Vat percentage\"},\"vatAmount\":{\"type\":\"number\",\"description\":\"Vat amount\"}}},\"grandTotalPrice\":{\"type\":\"object\",\"properties\":{\"unitPrice\":{\"type\":\"number\",\"description\":\"Unit price\"},\"unitPriceWithoutVat\":{\"type\":\"number\",\"description\":\"Unit price without added vat\"},\"basePrice\":{\"type\":\"number\",\"description\":\"Sellable price with discount\"},\"basePriceWithoutVat\":{\"type\":\"number\",\"description\":\"Sellable price with discount and without vat\"},\"discountVat\":{\"type\":\"number\",\"description\":\"Discount percentage\"},\"discountAmount\":{\"type\":\"number\",\"description\":\"Discount amount\"},\"vat\":{\"type\":\"number\",\"description\":\"Vat percentage\"},\"vatAmount\":{\"type\":\"number\",\"description\":\"Vat amount\"}}}}}},\"totalDetails\":{\"type\":\"object\",\"properties\":{\"basePrice\":{\"type\":\"number\",\"description\":\"Sellable price Sum of items base prices and shipping\"},\"basePriceWithoutVat\":{\"type\":\"number\",\"description\":\"Sellable price without vat\"},\"vatAmount\":{\"type\":\"number\",\"description\":\"Vat percentage\"},\"chargedPrice\":{\"type\":\"number\",\"description\":\"Price charged to customer\"}}}}},\"taxRateSpecification\":{\"type\":\"object\",\"properties\":{\"taxRateSpecification\":{\"type\":\"array\",\"items\":{\"type\":\"object\",\"properties\":{\"label\":{\"type\":\"string\",\"description\":\"Tax rate label\"},\"name\":{\"type\":\"string\",\"description\":\"Tax rate name\"},\"basePriceWithoutVat\":{\"type\":\"number\",\"description\":\"Sellable price with without vat\"},\"vat\":{\"type\":\"number\",\"description\":\"Vat percentage\"},\"vatAmount\":{\"type\":\"number\",\"description\":\"Vat amount\"}}}},\"grandTotal\":{\"type\":\"number\"}}}}}},\"InvoiceCorrectionsResponse\":{\"type\":\"array\",\"items\":{\"type\":\"object\",\"properties\":{\"invoiceHeader\":{\"type\":\"object\",\"properties\":{\"invoiceType\":{\"type\":\"string\",\"description\":\"Represents invoice type. Invoice can be of type FISCAL or NON_FISCAL\",\"enum\":[\"FISCAL\",\"NON_FISCAL\"]},\"invoiceCorrectionReason\":{\"type\":\"string\",\"description\":\"Reason for generating invoice correction\"},\"merchantDetails\":{\"type\":\"object\",\"properties\":{\"name\":{\"type\":\"string\",\"description\":\"Merchant’s name\"},\"businessSpaceCode\":{\"type\":\"string\",\"description\":\"Unique code for business space\"},\"taxIdentificationNumber\":{\"type\":\"string\",\"description\":\"Unique merchant tax identification number (PIB)\"},\"identificationNumber\":{\"type\":\"string\",\"description\":\"Unique merchant identification number (MB)\"},\"taxAdministrationId\":{\"type\":\"string\",\"description\":\"Unique tax administration id (ESIR)\"},\"cashier\":{\"type\":\"string\",\"description\":\"Cashier that issued the invoice\"},\"contactDetails\":{\"type\":\"object\",\"properties\":{\"phone\":{\"type\":\"string\",\"description\":\"Merchant’s contact details\"},\"email\":{\"type\":\"string\",\"description\":\"Merchant’s email\"}}},\"address\":{\"type\":\"object\",\"properties\":{\"street\":{\"type\":\"string\",\"description\":\"Street name and number\"},\"city\":{\"type\":\"string\",\"description\":\"City\"}}}}},\"customerDetails\":{\"type\":\"object\",\"properties\":{\"firstName\":{\"type\":\"string\",\"description\":\"Customer’s first name\"},\"lastName\":{\"type\":\"string\",\"description\":\"Customer’s last name\"},\"address\":{\"type\":\"object\",\"properties\":{\"street\":{\"type\":\"string\",\"description\":\"Street name and number\"},\"city\":{\"type\":\"string\",\"description\":\"City\"},\"postcode\":{\"type\":\"string\",\"description\":\"Postal code\"}}}}},\"fiscalDetails\":{\"type\":\"object\",\"properties\":{\"invoiceCounter\":{\"type\":\"string\",\"description\":\"Invoice counter generated by tax administration\"},\"verificationUrl\":{\"type\":\"string\",\"description\":\"Verification url for fiscal transaction generated by tax administration\"},\"fiscalInvoiceDate\":{\"type\":\"string\",\"description\":\"Tax administration invoiced date in UTC\"},\"referentDocumentNumber\":{\"type\":\"string\",\"description\":\"Unique tax administration invoice number\"}}},\"orderDetails\":{\"type\":\"object\",\"properties\":{\"invoiceNumber\":{\"type\":\"string\",\"description\":\"For non fiscal invoices:Unique Ananas invoice numberFor fiscal invoices:Unique tax administration invoice number\"},\"invoicedDate\":{\"type\":\"string\",\"description\":\"Ananas invoiced date in UTC\"},\"orderid\":{\"type\":\"string\",\"description\":\"User friendly unique order id\"},\"suborderId\":{\"type\":\"string\",\"description\":\"User friendly unique suborder id\"},\"fba\":{\"type\":\"string\",\"description\":\"Fullfilment by Ananas\"},\"paymentMethods\":{\"type\":\"array\",\"items\":{\"type\":\"string\"},\"description\":\"Order payment methodPossible values COD-cash on deliveryPBC-pay by cardPOS –pay on site\"},\"warehouseAddress\":{\"type\":\"object\",\"properties\":{\"warehouseId\":{\"type\":\"integer\",\"description\":\"Merchant’s warehouse identity\"},\"street\":{\"type\":\"string\",\"description\":\"Address of the warehouse from where the order was picked up\"},\"city\":{\"type\":\"string\",\"description\":\"City\"}}},\"orderDate\":{\"type\":\"string\",\"description\":\"Date of creating order\"}}}}},\"productSpecification\":{\"type\":\"object\",\"properties\":{\"items\":{\"type\":\"array\",\"items\":{\"type\":\"object\",\"properties\":{\"productDetails\":{\"type\":\"object\",\"properties\":{\"name\":{\"type\":\"string\",\"description\":\"Product name\"},\"apId\":{\"type\":\"string\",\"description\":\"Ananas platform id\"},\"sku\":{\"type\":\"string\",\"description\":\"SKU value\"},\"ean\":{\"type\":\"string\",\"description\":\"European Article Number\"},\"acode\":{\"type\":\"string\",\"description\":\"Ananas code\"}}},\"quantity\":{\"type\":\"integer\"},\"itemPrice\":{\"type\":\"object\",\"properties\":{\"unitPrice\":{\"type\":\"number\",\"description\":\"Unit price\"},\"unitPriceWithoutVat\":{\"type\":\"number\",\"description\":\"Unit price without added vat\"},\"basePrice\":{\"type\":\"number\",\"description\":\"Sellable price with discount\"},\"basePriceWithoutVat\":{\"type\":\"number\",\"description\":\"Sellable price with discount and without vat\"},\"discountVat\":{\"type\":\"number\",\"description\":\"Discount percentage\"},\"discountAmount\":{\"type\":\"number\",\"description\":\"Discount amount\"},\"vat\":{\"type\":\"number\",\"description\":\"Vat percentage\"},\"vatAmount\":{\"type\":\"number\",\"description\":\"Vat amount\"}}},\"grandTotalPrice\":{\"type\":\"object\",\"properties\":{\"unitPrice\":{\"type\":\"number\",\"description\":\"Unit price\"},\"unitPriceWithoutVat\":{\"type\":\"number\",\"description\":\"Unit price without added vat\"},\"basePrice\":{\"type\":\"number\",\"description\":\"Sellable price with discount\"},\"basePriceWithoutVat\":{\"type\":\"number\",\"description\":\"Sellable price with discount and without vat\"},\"discountVat\":{\"type\":\"number\",\"description\":\"Discount percentage\"},\"discountAmount\":{\"type\":\"number\",\"description\":\"Discount amount\"},\"vat\":{\"type\":\"number\",\"description\":\"Vat percentage\"},\"vatAmount\":{\"type\":\"number\",\"description\":\"Vat amount\"}}}}}},\"totalDetails\":{\"type\":\"object\",\"properties\":{\"basePrice\":{\"type\":\"number\",\"description\":\"Sellable price Sum of items base prices and shipping\"},\"basePriceWithoutVat\":{\"type\":\"number\",\"description\":\"Sellable price without vat\"},\"vatAmount\":{\"type\":\"number\",\"description\":\"Vat percentage\"},\"chargedPrice\":{\"type\":\"number\",\"description\":\"Price charged to customer\"}}}}},\"taxRateSpecification\":{\"type\":\"object\",\"properties\":{\"taxRateSpecification\":{\"type\":\"array\",\"items\":{\"type\":\"object\",\"properties\":{\"label\":{\"type\":\"string\",\"description\":\"Tax rate label\"},\"name\":{\"type\":\"string\",\"description\":\"Tax rate name\"},\"basePriceWithoutVat\":{\"type\":\"number\",\"description\":\"Sellable price with without vat\"},\"vat\":{\"type\":\"number\",\"description\":\"Vat percentage\"},\"vatAmount\":{\"type\":\"number\",\"description\":\"Vat amount\"}}}},\"grandTotal\":{\"type\":\"number\"}}}}}},\"ScheduleDiscountsResponse\":{\"type\":\"object\",\"properties\":{\"scheduleResult\":{\"type\":\"array\",\"items\":{\"type\":\"object\",\"properties\":{\"success\":{\"type\":\"boolean\",\"description\":\"Success value\"},\"data\":{\"type\":\"object\",\"properties\":{\"merchantInventoryId\":{\"type\":\"integer\"},\"discountId\":{\"type\":\"string\"}}},\"error\":{\"type\":\"object\",\"properties\":{\"merchantInventoryId\":{\"type\":\"integer\"},\"errorMessage\":{\"type\":\"string\"}}}}}}}},\"UpdateDiscountsResponse\":{\"type\":\"object\",\"properties\":{\"updateResult\":{\"type\":\"array\",\"items\":{\"type\":\"object\",\"properties\":{\"success\":{\"type\":\"boolean\",\"description\":\"Success value\"},\"data\":{\"type\":\"object\",\"properties\":{\"discountId\":{\"type\":\"string\"}}},\"error\":{\"type\":\"object\",\"properties\":{\"discountId\":{\"type\":\"string\"},\"errorMessage\":{\"type\":\"string\"}}}}}}}},\"GetDiscountPricesResponse\":{\"type\":\"array\",\"items\":{\"type\":\"object\",\"properties\":{\"discountId\":{\"type\":\"string\",\"description\":\"Discount id\"},\"merchantInventoryId\":{\"type\":\"integer\",\"description\":\"Merchant inventory id\"},\"discountPrice\":{\"type\":\"number\",\"description\":\"Discount price\"},\"dateFrom\":{\"type\":\"string\",\"description\":\"Date from\"},\"dateTo\":{\"type\":\"string\",\"description\":\"Date to\"}}}},\"PricesDataResponse\":{\"type\":\"array\",\"items\":{\"type\":\"object\",\"properties\":{\"merchantInventoryId\":{\"type\":\"number\",\"description\":\"Merchant inventory Id\"},\"basePrice\":{\"type\":\"number\",\"description\":\"Merchant inventory price without discount on given date\"},\"sellablePrice\":{\"type\":\"number\",\"description\":\"Merchant inventory price with discount on given date\"},\"discountId\":{\"type\":\"string\",\"description\":\"Id of an active discount\"}}}},\"InvoiceURLsResponse\":{\"type\":\"object\",\"properties\":{\"suborderIdNumberValue\":{\"type\":\"array\",\"items\":{\"type\":\"object\",\"properties\":{\"documentCorrelationId\":{\"type\":\"string\",\"description\":\"The documentCorrelationId is a unique identification of a document. It is referred to the invoiceId field from the document table.\"},\"link\":{\"type\":\"string\",\"description\":\"Link to PDF document.\"}}}}}}},\"responses\":{\"200Success\":{\"description\":\"Success\",\"content\":{\"application/json\":{\"schema\":{\"type\":\"object\",\"properties\":{\"message\":{\"type\":\"string\"}}}}}},\"400Error\":{\"description\":\"Invalid request\",\"content\":{\"application/json\":{\"schema\":{\"type\":\"object\",\"properties\":{\"message\":{\"type\":\"string\"}}}}}},\"404Error\":{\"description\":\"Not found\",\"content\":{\"application/json\":{\"schema\":{\"type\":\"object\",\"properties\":{\"message\":{\"type\":\"string\"}}}}}},\"500Error\":{\"description\":\"Internal server error\",\"content\":{\"application/json\":{\"schema\":{\"type\":\"object\",\"properties\":{\"message\":{\"type\":\"string\"}}}}}}}}}},\"options\":{\"showConsole\":true,\"pagination\":\"item\",\"generateCodeSamples\":{\"languages\":[{\"lang\":\"curl\"},{\"lang\":\"JavaScript\"},{\"lang\":\"Node.js\"}]},\"disableSearch\":true,\"ctrlFHijack\":false,\"disableSidebar\":true,\"theme\":{\"overrides\":{\"DownloadButton\":{\"custom\":\"\"},\"NextSectionButton\":{\"custom\":\"\"}},\"codeBlock\":{\"tokens\":{}},\"schema\":{\"constraints\":{},\"examples\":{}},\"rightPanel\":{\"textColor\":\"#eeeeee\"},\"typography\":{\"heading1\":{},\"heading2\":{},\"heading3\":{},\"rightPanelHeading\":{}}}}}","redocHasSecurityDefinitions":true,"redocInfoPageLink":"/openapi/reference/overview/","redocItemId":"tag/Products/operation/getBasicProducts","redocHasInfoPage":false,"settings":{"generateCodeSamples":{"languages":[{"lang":"curl"},{"lang":"JavaScript"},{"lang":"Node.js"}]}},"requestLogin":false,"lastModified":"2026-03-18T11:02:26.000Z"},"seo":{"title":"Get basic products"}}},"pageContext":{"id":"3fb2f127-6b03-5af0-93f5-818bc1a46c4boperation/getBasicProducts__redocly content/openapi/reference/operation/getBasicProducts/","seo":{"title":"Get basic products","description":"Get all products with basic result-set","image":"","keywords":null,"jsonLd":null,"lang":null},"pageId":"openapi/reference.page.yaml#operation/getBasicProducts","pageBaseUrl":"/openapi/reference","type":"redoc-operation","toc":{"enable":true,"maxDepth":4,"headings":null},"data":{},"link":"/openapi/reference/operation/getBasicProducts/","sidebarName":"training","isLanding":false,"showPrevButton":null,"showNextButton":null,"apiVersions":[{"definitionId":"ananas","id":"ananas","title":"ananas","isDefault":true}],"apiVersionId":null,"isDefaultApiVersion":true}},"staticQueryHashes":["1123603147","1180902673","1344209882","1398840060","1520077861","1975142765","2667623876","3743992808","561138138"]}