openapi: 3.0.3 info: title: 'Metrica API Documentation' description: '' version: 1.0.0 servers: - url: 'https://clients.metrica.bg' paths: /api/v1/connectors/client/couriers/allowed: get: summary: 'GET Allowed Couriers and SubAccounts' operationId: gETAllowedCouriersAndSubAccounts description: "List all allowed couriers and their sub accounts, if exists.\n\nThrottling: Max 60 requests per minute. (60/1)" parameters: [] responses: 200: description: '' content: application/json: schema: type: object example: data: allowedCouriers: - id: 18 description: 'Pickup from Warehouse' hasSubAccounts: false - id: 113 description: BoxNow hasSubAccounts: false success: true properties: data: type: object properties: allowedCouriers: type: array example: - id: 18 description: 'Pickup from Warehouse' hasSubAccounts: false - id: 113 description: BoxNow hasSubAccounts: false items: type: object properties: id: type: integer example: 18 description: type: string example: 'Pickup from Warehouse' hasSubAccounts: type: boolean example: false success: type: boolean example: true tags: - 'API V1 - Couriers' /api/v1/connectors/client/entries: get: summary: 'GET All Entries' operationId: gETAllEntries description: "List all product entries.\n\nThrottling: Max 40 requests per minute. (40/1)\n\nPresents the result with page size and pagination.\n\nDefault page size : 200 records per page." parameters: - in: query name: page description: 'Which page to show.' example: 1 required: false schema: type: integer description: 'Which page to show.' example: 1 nullable: false responses: 200: description: '' content: application/json: schema: type: object example: data: - entryId: 287302 entryDate: '2023-09-29' isReturnedOrder: false deliveryNote: Test14092023 moreInfo: '' quantity: 6 productInfo: productId: 9 description: 'Produs TestClient 8Produs TestClient 8Produs TestClient 8' pictureUrl: '' productCode: prodtestclient8 ean: zang8 externalId: 10008 price: '0.00' VATPercentage: 0 WEEETax: '0.00' weight: null productType: Normal expirationType: '0' expirationTypeDescription: Normal useDefaultExpiryOnReception: false generalType: null condition: GOOD invoiceExternalIdentifier: null externalSource: null externalSourceProductId: null hasSerialNumber: false createdAt: null updatedAt: null - entryId: 287303 entryDate: '2023-09-29' isReturnedOrder: false deliveryNote: Test14092023 moreInfo: '' quantity: 1 productInfo: productId: 10 description: 'Produs TestClient 9' pictureUrl: '' productCode: prodtestclient9 ean: zang9 externalId: 10009 price: '0.00' VATPercentage: 0 WEEETax: '0.00' weight: null productType: Normal expirationType: '0' expirationTypeDescription: Normal useDefaultExpiryOnReception: false generalType: null condition: GOOD invoiceExternalIdentifier: null externalSource: null externalSourceProductId: null hasSerialNumber: false createdAt: null updatedAt: null - entryId: 289514 entryDate: '2023-11-01' isReturnedOrder: false deliveryNote: 'test 3' moreInfo: '' quantity: 1 productInfo: productId: 28160 description: 'Test Fast print orders' pictureUrl: '' productCode: NewTest ean: '5896545632104' externalId: 0 price: '0.00' VATPercentage: 0 WEEETax: '0.00' weight: 0 productType: Normal expirationType: '0' expirationTypeDescription: Normal useDefaultExpiryOnReception: false generalType: null condition: GOOD invoiceExternalIdentifier: null externalSource: null externalSourceProductId: null hasSerialNumber: false createdAt: '2023-11-01T09:37:35.000000Z' updatedAt: '2023-11-01T09:37:35.000000Z' - entryId: 291697 entryDate: '2023-11-17' isReturnedOrder: false deliveryNote: 'test entry' moreInfo: '' quantity: 5 productInfo: productId: 2 description: '"Produs TestClient 1' pictureUrl: 'https://www.youtube.com/test/123/' productCode: prodtestclient1 ean: zang1 externalId: 10001 price: '0.00' VATPercentage: 0 WEEETax: '0.00' weight: 25000 productType: Normal expirationType: '0' expirationTypeDescription: Normal useDefaultExpiryOnReception: false generalType: null condition: GOOD invoiceExternalIdentifier: null externalSource: null externalSourceProductId: null hasSerialNumber: false createdAt: null updatedAt: null - entryId: 348775 entryDate: '2024-11-11' isReturnedOrder: false deliveryNote: 11112024test moreInfo: '' quantity: 1 productInfo: productId: 17 description: 'Produs TestClient 16' pictureUrl: '' productCode: prodtestclient16 ean: zang16 externalId: 10016 price: '0.00' VATPercentage: 0 WEEETax: '0.00' weight: null productType: Normal expirationType: '0' expirationTypeDescription: Normal useDefaultExpiryOnReception: false generalType: null condition: GOOD invoiceExternalIdentifier: null externalSource: null externalSourceProductId: null hasSerialNumber: false createdAt: null updatedAt: null - entryId: 378680 entryDate: '2025-03-06' isReturnedOrder: false deliveryNote: test moreInfo: '' quantity: 3 productInfo: productId: 86352 description: 'BAGSO 2' pictureUrl: 'https://clients.mercoria.com/uploads/images/products/16/45250-1-20221122_113025698_ios_webp.webp' productCode: '97554' ean: 12377AS externalId: 45250 price: '0.00' VATPercentage: 0 WEEETax: '0.00' weight: 0 productType: Normal expirationType: '0' expirationTypeDescription: Normal useDefaultExpiryOnReception: false generalType: null condition: GOOD invoiceExternalIdentifier: null externalSource: null externalSourceProductId: null hasSerialNumber: false createdAt: null updatedAt: null links: first: 'https://clients.metrica.bg/api/v1/connectors/client/entries?page=1' last: 'https://clients.metrica.bg/api/v1/connectors/client/entries?page=1' prev: null next: null meta: current_page: 1 from: 1 last_page: 1 links: - url: null label: '« Previous' active: false - url: 'https://clients.metrica.bg/api/v1/connectors/client/entries?page=1' label: '1' active: true - url: null label: 'Next »' active: false path: 'https://clients.metrica.bg/api/v1/connectors/client/entries' per_page: 200 to: 6 total: 6 success: true properties: data: type: array example: - entryId: 287302 entryDate: '2023-09-29' isReturnedOrder: false deliveryNote: Test14092023 moreInfo: '' quantity: 6 productInfo: productId: 9 description: 'Produs TestClient 8Produs TestClient 8Produs TestClient 8' pictureUrl: '' productCode: prodtestclient8 ean: zang8 externalId: 10008 price: '0.00' VATPercentage: 0 WEEETax: '0.00' weight: null productType: Normal expirationType: '0' expirationTypeDescription: Normal useDefaultExpiryOnReception: false generalType: null condition: GOOD invoiceExternalIdentifier: null externalSource: null externalSourceProductId: null hasSerialNumber: false createdAt: null updatedAt: null - entryId: 287303 entryDate: '2023-09-29' isReturnedOrder: false deliveryNote: Test14092023 moreInfo: '' quantity: 1 productInfo: productId: 10 description: 'Produs TestClient 9' pictureUrl: '' productCode: prodtestclient9 ean: zang9 externalId: 10009 price: '0.00' VATPercentage: 0 WEEETax: '0.00' weight: null productType: Normal expirationType: '0' expirationTypeDescription: Normal useDefaultExpiryOnReception: false generalType: null condition: GOOD invoiceExternalIdentifier: null externalSource: null externalSourceProductId: null hasSerialNumber: false createdAt: null updatedAt: null - entryId: 289514 entryDate: '2023-11-01' isReturnedOrder: false deliveryNote: 'test 3' moreInfo: '' quantity: 1 productInfo: productId: 28160 description: 'Test Fast print orders' pictureUrl: '' productCode: NewTest ean: '5896545632104' externalId: 0 price: '0.00' VATPercentage: 0 WEEETax: '0.00' weight: 0 productType: Normal expirationType: '0' expirationTypeDescription: Normal useDefaultExpiryOnReception: false generalType: null condition: GOOD invoiceExternalIdentifier: null externalSource: null externalSourceProductId: null hasSerialNumber: false createdAt: '2023-11-01T09:37:35.000000Z' updatedAt: '2023-11-01T09:37:35.000000Z' - entryId: 291697 entryDate: '2023-11-17' isReturnedOrder: false deliveryNote: 'test entry' moreInfo: '' quantity: 5 productInfo: productId: 2 description: '"Produs TestClient 1' pictureUrl: 'https://www.youtube.com/test/123/' productCode: prodtestclient1 ean: zang1 externalId: 10001 price: '0.00' VATPercentage: 0 WEEETax: '0.00' weight: 25000 productType: Normal expirationType: '0' expirationTypeDescription: Normal useDefaultExpiryOnReception: false generalType: null condition: GOOD invoiceExternalIdentifier: null externalSource: null externalSourceProductId: null hasSerialNumber: false createdAt: null updatedAt: null - entryId: 348775 entryDate: '2024-11-11' isReturnedOrder: false deliveryNote: 11112024test moreInfo: '' quantity: 1 productInfo: productId: 17 description: 'Produs TestClient 16' pictureUrl: '' productCode: prodtestclient16 ean: zang16 externalId: 10016 price: '0.00' VATPercentage: 0 WEEETax: '0.00' weight: null productType: Normal expirationType: '0' expirationTypeDescription: Normal useDefaultExpiryOnReception: false generalType: null condition: GOOD invoiceExternalIdentifier: null externalSource: null externalSourceProductId: null hasSerialNumber: false createdAt: null updatedAt: null - entryId: 378680 entryDate: '2025-03-06' isReturnedOrder: false deliveryNote: test moreInfo: '' quantity: 3 productInfo: productId: 86352 description: 'BAGSO 2' pictureUrl: 'https://clients.mercoria.com/uploads/images/products/16/45250-1-20221122_113025698_ios_webp.webp' productCode: '97554' ean: 12377AS externalId: 45250 price: '0.00' VATPercentage: 0 WEEETax: '0.00' weight: 0 productType: Normal expirationType: '0' expirationTypeDescription: Normal useDefaultExpiryOnReception: false generalType: null condition: GOOD invoiceExternalIdentifier: null externalSource: null externalSourceProductId: null hasSerialNumber: false createdAt: null updatedAt: null items: type: object properties: entryId: type: integer example: 287302 entryDate: type: string example: '2023-09-29' isReturnedOrder: type: boolean example: false deliveryNote: type: string example: Test14092023 moreInfo: type: string example: '' quantity: type: integer example: 6 productInfo: type: object properties: productId: type: integer example: 9 description: type: string example: 'Produs TestClient 8Produs TestClient 8Produs TestClient 8' pictureUrl: type: string example: '' productCode: type: string example: prodtestclient8 ean: type: string example: zang8 externalId: type: integer example: 10008 price: type: string example: '0.00' VATPercentage: type: integer example: 0 WEEETax: type: string example: '0.00' weight: type: string example: null productType: type: string example: Normal expirationType: type: string example: '0' expirationTypeDescription: type: string example: Normal useDefaultExpiryOnReception: type: boolean example: false generalType: type: string example: null condition: type: string example: GOOD invoiceExternalIdentifier: type: string example: null externalSource: type: string example: null externalSourceProductId: type: string example: null hasSerialNumber: type: boolean example: false createdAt: type: string example: null updatedAt: type: string example: null links: type: object properties: first: type: string example: 'https://clients.metrica.bg/api/v1/connectors/client/entries?page=1' last: type: string example: 'https://clients.metrica.bg/api/v1/connectors/client/entries?page=1' prev: type: string example: null next: type: string example: null meta: type: object properties: current_page: type: integer example: 1 from: type: integer example: 1 last_page: type: integer example: 1 links: type: array example: - url: null label: '« Previous' active: false - url: 'https://clients.metrica.bg/api/v1/connectors/client/entries?page=1' label: '1' active: true - url: null label: 'Next »' active: false items: type: object properties: url: type: string example: null label: type: string example: '« Previous' active: type: boolean example: false path: type: string example: 'https://clients.metrica.bg/api/v1/connectors/client/entries' per_page: type: integer example: 200 to: type: integer example: 6 total: type: integer example: 6 success: type: boolean example: true tags: - 'API V1 - Entries' /api/v1/connectors/client/entries/createdToday: get: summary: 'GET Entries created today' operationId: gETEntriesCreatedToday description: "List all entries that were created today\n\nPresents the result with page size and pagination.\n\nThrottling: Max 5 requests per minute. (5/1)\n\nDefault page size : 200 records per page." parameters: - in: query name: page description: 'Which page to show.' example: 1 required: false schema: type: integer description: 'Which page to show.' example: 1 nullable: false responses: 200: description: '' content: application/json: schema: type: object example: data: [] links: first: 'https://clients.metrica.bg/api/v1/connectors/client/entries/createdToday?page=1' last: 'https://clients.metrica.bg/api/v1/connectors/client/entries/createdToday?page=1' prev: null next: null meta: current_page: 1 from: null last_page: 1 links: - url: null label: '« Previous' active: false - url: 'https://clients.metrica.bg/api/v1/connectors/client/entries/createdToday?page=1' label: '1' active: true - url: null label: 'Next »' active: false path: 'https://clients.metrica.bg/api/v1/connectors/client/entries/createdToday' per_page: 200 to: null total: 0 success: true properties: data: type: array example: [] links: type: object properties: first: type: string example: 'https://clients.metrica.bg/api/v1/connectors/client/entries/createdToday?page=1' last: type: string example: 'https://clients.metrica.bg/api/v1/connectors/client/entries/createdToday?page=1' prev: type: string example: null next: type: string example: null meta: type: object properties: current_page: type: integer example: 1 from: type: string example: null last_page: type: integer example: 1 links: type: array example: - url: null label: '« Previous' active: false - url: 'https://clients.metrica.bg/api/v1/connectors/client/entries/createdToday?page=1' label: '1' active: true - url: null label: 'Next »' active: false items: type: object properties: url: type: string example: null label: type: string example: '« Previous' active: type: boolean example: false path: type: string example: 'https://clients.metrica.bg/api/v1/connectors/client/entries/createdToday' per_page: type: integer example: 200 to: type: string example: null total: type: integer example: 0 success: type: boolean example: true tags: - 'API V1 - Entries' /api/v1/connectors/client/entries/returns/sumOfQty: get: summary: 'GET Returned Entries' operationId: gETReturnedEntries description: "List sumOf product entries from returned orders, grouped by products and orders\n\nThrottling: Max 20 requests per minute. (20/1)\n\nPresents the result with page size and pagination.\n\nDefault page size : 200 records per page." parameters: - in: query name: page description: 'Which page to show.' example: 1 required: false schema: type: integer description: 'Which page to show.' example: 1 nullable: false responses: 200: description: '' content: application/json: schema: type: object example: data: [] links: first: 'https://clients.metrica.bg/api/v1/connectors/client/entries/returns/sumOfQty?page=1' last: 'https://clients.metrica.bg/api/v1/connectors/client/entries/returns/sumOfQty?page=1' prev: null next: null meta: current_page: 1 from: null last_page: 1 links: - url: null label: '« Previous' active: false - url: 'https://clients.metrica.bg/api/v1/connectors/client/entries/returns/sumOfQty?page=1' label: '1' active: true - url: null label: 'Next »' active: false path: 'https://clients.metrica.bg/api/v1/connectors/client/entries/returns/sumOfQty' per_page: 200 to: null total: 0 success: true properties: data: type: array example: [] links: type: object properties: first: type: string example: 'https://clients.metrica.bg/api/v1/connectors/client/entries/returns/sumOfQty?page=1' last: type: string example: 'https://clients.metrica.bg/api/v1/connectors/client/entries/returns/sumOfQty?page=1' prev: type: string example: null next: type: string example: null meta: type: object properties: current_page: type: integer example: 1 from: type: string example: null last_page: type: integer example: 1 links: type: array example: - url: null label: '« Previous' active: false - url: 'https://clients.metrica.bg/api/v1/connectors/client/entries/returns/sumOfQty?page=1' label: '1' active: true - url: null label: 'Next »' active: false items: type: object properties: url: type: string example: null label: type: string example: '« Previous' active: type: boolean example: false path: type: string example: 'https://clients.metrica.bg/api/v1/connectors/client/entries/returns/sumOfQty' per_page: type: integer example: 200 to: type: string example: null total: type: integer example: 0 success: type: boolean example: true tags: - 'API V1 - Entries' /api/v1/connectors/client/entries/imports/sumOfQty: get: summary: 'GET Import Entries' operationId: gETImportEntries description: "List sumOf product entries from imports, grouped by products and imports\n\nThrottling: Max 20 requests per minute. (20/1)\n\nPresents the result with page size and pagination.\n\nDefault page size : 200 records per page." parameters: - in: query name: page description: 'Which page to show.' example: 1 required: false schema: type: integer description: 'Which page to show.' example: 1 nullable: false responses: 200: description: '' content: application/json: schema: type: object example: data: - entryDate: '2025-03-06' sumOfQuantity: 3 isReturnedOrder: false deliveryNote: test moreInfo: '' productInfo: productId: 86352 description: 'BAGSO 2' pictureUrl: 'https://clients.mercoria.com/uploads/images/products/16/45250-1-20221122_113025698_ios_webp.webp' productCode: '97554' ean: 12377AS externalId: 45250 price: '0.00' VATPercentage: 0 WEEETax: '0.00' weight: 0 productType: Normal expirationType: '0' expirationTypeDescription: Normal useDefaultExpiryOnReception: false generalType: null condition: GOOD invoiceExternalIdentifier: null externalSource: null externalSourceProductId: null hasSerialNumber: false createdAt: null updatedAt: null - entryDate: '2024-11-11' sumOfQuantity: 1 isReturnedOrder: false deliveryNote: 11112024test moreInfo: '' productInfo: productId: 17 description: 'Produs TestClient 16' pictureUrl: '' productCode: prodtestclient16 ean: zang16 externalId: 10016 price: '0.00' VATPercentage: 0 WEEETax: '0.00' weight: null productType: Normal expirationType: '0' expirationTypeDescription: Normal useDefaultExpiryOnReception: false generalType: null condition: GOOD invoiceExternalIdentifier: null externalSource: null externalSourceProductId: null hasSerialNumber: false createdAt: null updatedAt: null - entryDate: '2023-11-17' sumOfQuantity: 5 isReturnedOrder: false deliveryNote: 'test entry' moreInfo: '' productInfo: productId: 2 description: '"Produs TestClient 1' pictureUrl: 'https://www.youtube.com/test/123/' productCode: prodtestclient1 ean: zang1 externalId: 10001 price: '0.00' VATPercentage: 0 WEEETax: '0.00' weight: 25000 productType: Normal expirationType: '0' expirationTypeDescription: Normal useDefaultExpiryOnReception: false generalType: null condition: GOOD invoiceExternalIdentifier: null externalSource: null externalSourceProductId: null hasSerialNumber: false createdAt: null updatedAt: null - entryDate: '2023-11-01' sumOfQuantity: 1 isReturnedOrder: false deliveryNote: 'test 3' moreInfo: '' productInfo: productId: 28160 description: 'Test Fast print orders' pictureUrl: '' productCode: NewTest ean: '5896545632104' externalId: 0 price: '0.00' VATPercentage: 0 WEEETax: '0.00' weight: 0 productType: Normal expirationType: '0' expirationTypeDescription: Normal useDefaultExpiryOnReception: false generalType: null condition: GOOD invoiceExternalIdentifier: null externalSource: null externalSourceProductId: null hasSerialNumber: false createdAt: '2023-11-01T09:37:35.000000Z' updatedAt: '2023-11-01T09:37:35.000000Z' - entryDate: '2023-09-29' sumOfQuantity: 1 isReturnedOrder: false deliveryNote: Test14092023 moreInfo: '' productInfo: productId: 10 description: 'Produs TestClient 9' pictureUrl: '' productCode: prodtestclient9 ean: zang9 externalId: 10009 price: '0.00' VATPercentage: 0 WEEETax: '0.00' weight: null productType: Normal expirationType: '0' expirationTypeDescription: Normal useDefaultExpiryOnReception: false generalType: null condition: GOOD invoiceExternalIdentifier: null externalSource: null externalSourceProductId: null hasSerialNumber: false createdAt: null updatedAt: null - entryDate: '2023-09-29' sumOfQuantity: 6 isReturnedOrder: false deliveryNote: Test14092023 moreInfo: '' productInfo: productId: 9 description: 'Produs TestClient 8Produs TestClient 8Produs TestClient 8' pictureUrl: '' productCode: prodtestclient8 ean: zang8 externalId: 10008 price: '0.00' VATPercentage: 0 WEEETax: '0.00' weight: null productType: Normal expirationType: '0' expirationTypeDescription: Normal useDefaultExpiryOnReception: false generalType: null condition: GOOD invoiceExternalIdentifier: null externalSource: null externalSourceProductId: null hasSerialNumber: false createdAt: null updatedAt: null links: first: 'https://clients.metrica.bg/api/v1/connectors/client/entries/imports/sumOfQty?page=1' last: 'https://clients.metrica.bg/api/v1/connectors/client/entries/imports/sumOfQty?page=1' prev: null next: null meta: current_page: 1 from: 1 last_page: 1 links: - url: null label: '« Previous' active: false - url: 'https://clients.metrica.bg/api/v1/connectors/client/entries/imports/sumOfQty?page=1' label: '1' active: true - url: null label: 'Next »' active: false path: 'https://clients.metrica.bg/api/v1/connectors/client/entries/imports/sumOfQty' per_page: 200 to: 6 total: 6 success: true properties: data: type: array example: - entryDate: '2025-03-06' sumOfQuantity: 3 isReturnedOrder: false deliveryNote: test moreInfo: '' productInfo: productId: 86352 description: 'BAGSO 2' pictureUrl: 'https://clients.mercoria.com/uploads/images/products/16/45250-1-20221122_113025698_ios_webp.webp' productCode: '97554' ean: 12377AS externalId: 45250 price: '0.00' VATPercentage: 0 WEEETax: '0.00' weight: 0 productType: Normal expirationType: '0' expirationTypeDescription: Normal useDefaultExpiryOnReception: false generalType: null condition: GOOD invoiceExternalIdentifier: null externalSource: null externalSourceProductId: null hasSerialNumber: false createdAt: null updatedAt: null - entryDate: '2024-11-11' sumOfQuantity: 1 isReturnedOrder: false deliveryNote: 11112024test moreInfo: '' productInfo: productId: 17 description: 'Produs TestClient 16' pictureUrl: '' productCode: prodtestclient16 ean: zang16 externalId: 10016 price: '0.00' VATPercentage: 0 WEEETax: '0.00' weight: null productType: Normal expirationType: '0' expirationTypeDescription: Normal useDefaultExpiryOnReception: false generalType: null condition: GOOD invoiceExternalIdentifier: null externalSource: null externalSourceProductId: null hasSerialNumber: false createdAt: null updatedAt: null - entryDate: '2023-11-17' sumOfQuantity: 5 isReturnedOrder: false deliveryNote: 'test entry' moreInfo: '' productInfo: productId: 2 description: '"Produs TestClient 1' pictureUrl: 'https://www.youtube.com/test/123/' productCode: prodtestclient1 ean: zang1 externalId: 10001 price: '0.00' VATPercentage: 0 WEEETax: '0.00' weight: 25000 productType: Normal expirationType: '0' expirationTypeDescription: Normal useDefaultExpiryOnReception: false generalType: null condition: GOOD invoiceExternalIdentifier: null externalSource: null externalSourceProductId: null hasSerialNumber: false createdAt: null updatedAt: null - entryDate: '2023-11-01' sumOfQuantity: 1 isReturnedOrder: false deliveryNote: 'test 3' moreInfo: '' productInfo: productId: 28160 description: 'Test Fast print orders' pictureUrl: '' productCode: NewTest ean: '5896545632104' externalId: 0 price: '0.00' VATPercentage: 0 WEEETax: '0.00' weight: 0 productType: Normal expirationType: '0' expirationTypeDescription: Normal useDefaultExpiryOnReception: false generalType: null condition: GOOD invoiceExternalIdentifier: null externalSource: null externalSourceProductId: null hasSerialNumber: false createdAt: '2023-11-01T09:37:35.000000Z' updatedAt: '2023-11-01T09:37:35.000000Z' - entryDate: '2023-09-29' sumOfQuantity: 1 isReturnedOrder: false deliveryNote: Test14092023 moreInfo: '' productInfo: productId: 10 description: 'Produs TestClient 9' pictureUrl: '' productCode: prodtestclient9 ean: zang9 externalId: 10009 price: '0.00' VATPercentage: 0 WEEETax: '0.00' weight: null productType: Normal expirationType: '0' expirationTypeDescription: Normal useDefaultExpiryOnReception: false generalType: null condition: GOOD invoiceExternalIdentifier: null externalSource: null externalSourceProductId: null hasSerialNumber: false createdAt: null updatedAt: null - entryDate: '2023-09-29' sumOfQuantity: 6 isReturnedOrder: false deliveryNote: Test14092023 moreInfo: '' productInfo: productId: 9 description: 'Produs TestClient 8Produs TestClient 8Produs TestClient 8' pictureUrl: '' productCode: prodtestclient8 ean: zang8 externalId: 10008 price: '0.00' VATPercentage: 0 WEEETax: '0.00' weight: null productType: Normal expirationType: '0' expirationTypeDescription: Normal useDefaultExpiryOnReception: false generalType: null condition: GOOD invoiceExternalIdentifier: null externalSource: null externalSourceProductId: null hasSerialNumber: false createdAt: null updatedAt: null items: type: object properties: entryDate: type: string example: '2025-03-06' sumOfQuantity: type: integer example: 3 isReturnedOrder: type: boolean example: false deliveryNote: type: string example: test moreInfo: type: string example: '' productInfo: type: object properties: productId: type: integer example: 86352 description: type: string example: 'BAGSO 2' pictureUrl: type: string example: 'https://clients.mercoria.com/uploads/images/products/16/45250-1-20221122_113025698_ios_webp.webp' productCode: type: string example: '97554' ean: type: string example: 12377AS externalId: type: integer example: 45250 price: type: string example: '0.00' VATPercentage: type: integer example: 0 WEEETax: type: string example: '0.00' weight: type: integer example: 0 productType: type: string example: Normal expirationType: type: string example: '0' expirationTypeDescription: type: string example: Normal useDefaultExpiryOnReception: type: boolean example: false generalType: type: string example: null condition: type: string example: GOOD invoiceExternalIdentifier: type: string example: null externalSource: type: string example: null externalSourceProductId: type: string example: null hasSerialNumber: type: boolean example: false createdAt: type: string example: null updatedAt: type: string example: null links: type: object properties: first: type: string example: 'https://clients.metrica.bg/api/v1/connectors/client/entries/imports/sumOfQty?page=1' last: type: string example: 'https://clients.metrica.bg/api/v1/connectors/client/entries/imports/sumOfQty?page=1' prev: type: string example: null next: type: string example: null meta: type: object properties: current_page: type: integer example: 1 from: type: integer example: 1 last_page: type: integer example: 1 links: type: array example: - url: null label: '« Previous' active: false - url: 'https://clients.metrica.bg/api/v1/connectors/client/entries/imports/sumOfQty?page=1' label: '1' active: true - url: null label: 'Next »' active: false items: type: object properties: url: type: string example: null label: type: string example: '« Previous' active: type: boolean example: false path: type: string example: 'https://clients.metrica.bg/api/v1/connectors/client/entries/imports/sumOfQty' per_page: type: integer example: 200 to: type: integer example: 6 total: type: integer example: 6 success: type: boolean example: true tags: - 'API V1 - Entries' /api/v1/connectors/client/orders: get: summary: 'GET All Orders' operationId: gETAllOrders description: "List all orders.\n\nThrottling: Max 5 requests per minute. (5/1) Max 20 requests per hour. (20/60)\n\nPresents the result with page size and simple pagination (without showing the total number of records and last page).\n\nDefault page size : 500 records per page.\nThe ordering is newest orders first." parameters: - in: query name: page description: 'Which page to show.' example: 1 required: false schema: type: integer description: 'Which page to show.' example: 1 nullable: false responses: 200: description: '' content: application/json: schema: type: object example: data: - orderId: 531017 externalId: MHMR153155O7bY entryDate: '2025-05-29 15:31:55' prefDate: '2025-05-29' sentDate: null companyName: null companyUniqueIdentifier: '' companyRegistrationNumber: null contactPerson: Metrica address: божурище streetId: null cityId: null city: Румен county: Bozhurishte country: Bulgaria postalCode: '' contactPhone: '0882444366' contactEmail: '' lockerDeliveryIdentifier: null cashOnDelivery: '0' declaredValueAmount: '0' declaredValueAmountCurrency: null warehouseRemarks: '' shippingInstructions: '' courier: selfpickup courierSubAccount: '' awbNumber: null multipleAWBNumbers: null courierShipmentNumber: null multipleCourierShipmentNumbers: null shippedParcels: 0 courierStatus: '' courierStatusId: 0 invoiceUrl: null awbUrl: null deliveryNoteUrl: null status: Locked isReturned: false returnedDate: '0000-00-00' returnStatus: null externalSource: Metrica externalSourceOrderId: MHMR153155O7bY tags: null products: - productId: 86352 quantity: 3 isReturned: false returnedDate: '0000-00-00' price: 0 productInfo: productId: 86352 description: 'BAGSO 2' pictureUrl: 'https://clients.mercoria.com/uploads/images/products/16/45250-1-20221122_113025698_ios_webp.webp' productCode: '97554' ean: 12377AS externalId: 45250 price: '0.00' VATPercentage: 0 WEEETax: '0.00' weight: 0 productType: Normal expirationType: '0' expirationTypeDescription: Normal useDefaultExpiryOnReception: false generalType: null condition: GOOD invoiceExternalIdentifier: null externalSource: null externalSourceProductId: null hasSerialNumber: false createdAt: null updatedAt: null - orderId: 530034 externalId: MHMF1535183nBV entryDate: '2025-05-28 15:35:18' prefDate: '2025-05-28' sentDate: '2025-05-29 15:28:54' companyName: '' companyUniqueIdentifier: '' companyRegistrationNumber: null contactPerson: Тест address: 'Симеон Петров 19' streetId: null cityId: null city: Божурище county: Божурище country: BG postalCode: '' contactPhone: '0888112233' contactEmail: '' lockerDeliveryIdentifier: null cashOnDelivery: '0' declaredValueAmount: '0' declaredValueAmountCurrency: null warehouseRemarks: '' shippingInstructions: '' courier: selfpickup courierSubAccount: '' awbNumber: '' multipleAWBNumbers: null courierShipmentNumber: null multipleCourierShipmentNumbers: null shippedParcels: 2 courierStatus: '' courierStatusId: 0 invoiceUrl: null awbUrl: null deliveryNoteUrl: null status: Sent isReturned: false returnedDate: '0000-00-00' returnStatus: null externalSource: Metrica externalSourceOrderId: MHMF1535183nBV tags: null products: - productId: 9 quantity: 2 isReturned: false returnedDate: '0000-00-00' price: 0 productInfo: productId: 9 description: 'Produs TestClient 8Produs TestClient 8Produs TestClient 8' pictureUrl: '' productCode: prodtestclient8 ean: zang8 externalId: 10008 price: '0.00' VATPercentage: 0 WEEETax: '0.00' weight: null productType: Normal expirationType: '0' expirationTypeDescription: Normal useDefaultExpiryOnReception: false generalType: null condition: GOOD invoiceExternalIdentifier: null externalSource: null externalSourceProductId: null hasSerialNumber: false createdAt: null updatedAt: null - orderId: 530019 externalId: MHMF151814bptj entryDate: '2025-05-28 15:18:14' prefDate: '2025-05-28' sentDate: null companyName: null companyUniqueIdentifier: '' companyRegistrationNumber: null contactPerson: Metrica address: божурище streetId: null cityId: null city: Божурище county: Bozhurishte country: Bulgaria postalCode: '' contactPhone: '0882444366' contactEmail: '' lockerDeliveryIdentifier: null cashOnDelivery: '0' declaredValueAmount: '0' declaredValueAmountCurrency: null warehouseRemarks: '' shippingInstructions: '' courier: selfpickup courierSubAccount: '' awbNumber: '' multipleAWBNumbers: null courierShipmentNumber: null multipleCourierShipmentNumbers: null shippedParcels: 0 courierStatus: '' courierStatusId: 0 invoiceUrl: null awbUrl: null deliveryNoteUrl: null status: Locked isReturned: false returnedDate: '0000-00-00' returnStatus: null externalSource: Metrica externalSourceOrderId: MHMF151814bptj tags: null products: - productId: 86352 quantity: 3 isReturned: false returnedDate: '0000-00-00' price: 0 productInfo: productId: 86352 description: 'BAGSO 2' pictureUrl: 'https://clients.mercoria.com/uploads/images/products/16/45250-1-20221122_113025698_ios_webp.webp' productCode: '97554' ean: 12377AS externalId: 45250 price: '0.00' VATPercentage: 0 WEEETax: '0.00' weight: 0 productType: Normal expirationType: '0' expirationTypeDescription: Normal useDefaultExpiryOnReception: false generalType: null condition: GOOD invoiceExternalIdentifier: null externalSource: null externalSourceProductId: null hasSerialNumber: false createdAt: null updatedAt: null - orderId: 453691 externalId: MHMF115107dxk0 entryDate: '2025-03-06 11:51:07' prefDate: '2025-03-06' sentDate: null companyName: null companyUniqueIdentifier: '' companyRegistrationNumber: null contactPerson: 'Kristyan Dilovski TEST' address: 'Sofia Vrajdebna 41 N:22a' streetId: null cityId: null city: 'Sofia (1000)' county: Bulgaria country: Bulgaria postalCode: '1839' contactPhone: '0896755950' contactEmail: ymcmb1611@gmail.com lockerDeliveryIdentifier: null cashOnDelivery: '0' declaredValueAmount: '0' declaredValueAmountCurrency: null warehouseRemarks: '' shippingInstructions: '' courier: boxnow courierSubAccount: '' awbNumber: '4532902907' multipleAWBNumbers: null courierShipmentNumber: null multipleCourierShipmentNumbers: null shippedParcels: 0 courierStatus: '' courierStatusId: 0 invoiceUrl: null awbUrl: '' deliveryNoteUrl: null status: Processing isReturned: false returnedDate: '0000-00-00' returnStatus: null externalSource: Metrica externalSourceOrderId: MHMF115107dxk0 tags: null products: - productId: 86352 quantity: 1 isReturned: false returnedDate: '0000-00-00' price: 0 productInfo: productId: 86352 description: 'BAGSO 2' pictureUrl: 'https://clients.mercoria.com/uploads/images/products/16/45250-1-20221122_113025698_ios_webp.webp' productCode: '97554' ean: 12377AS externalId: 45250 price: '0.00' VATPercentage: 0 WEEETax: '0.00' weight: 0 productType: Normal expirationType: '0' expirationTypeDescription: Normal useDefaultExpiryOnReception: false generalType: null condition: GOOD invoiceExternalIdentifier: null externalSource: null externalSourceProductId: null hasSerialNumber: false createdAt: null updatedAt: null - orderId: 414293 externalId: '40098' entryDate: '2025-01-20 12:34:16' prefDate: '2025-01-20' sentDate: null companyName: null companyUniqueIdentifier: '' companyRegistrationNumber: null contactPerson: 'Tihomir Sokolov МЕРКОРИЯ' address: '33, Bakston blvd.' streetId: 0 cityId: null city: София county: София country: BG postalCode: '1000' contactPhone: '0899196290' contactEmail: tihomir.sokolov@gmail.com lockerDeliveryIdentifier: null cashOnDelivery: '0' declaredValueAmount: '0' declaredValueAmountCurrency: null warehouseRemarks: ' ' shippingInstructions: 'тест ТТ' courier: speedy courierSubAccount: null awbNumber: '' multipleAWBNumbers: null courierShipmentNumber: null multipleCourierShipmentNumbers: null shippedParcels: 0 courierStatus: '' courierStatusId: 0 invoiceUrl: '' awbUrl: '' deliveryNoteUrl: null status: Sent isReturned: false returnedDate: '0000-00-00' returnStatus: null externalSource: null externalSourceOrderId: null tags: null products: - productId: 1 quantity: 4 isReturned: false returnedDate: '0000-00-00' price: 0 productInfo: productId: 1 description: 'Produs neregasit in BD - Comanda incompleta' pictureUrl: '' productCode: '' ean: '' externalId: -1 price: '0.00' VATPercentage: 0 WEEETax: '0.00' weight: null productType: Normal expirationType: '0' expirationTypeDescription: Normal useDefaultExpiryOnReception: false generalType: null condition: GOOD invoiceExternalIdentifier: null externalSource: null externalSourceProductId: null hasSerialNumber: false createdAt: null updatedAt: null - orderId: 409454 externalId: '39410' entryDate: '2025-01-13 10:13:43' prefDate: '2025-01-13' sentDate: null companyName: null companyUniqueIdentifier: '' companyRegistrationNumber: null contactPerson: 'Valival Test' address: 'Спиди, До офис, гр. АЙТОС [8500] ул. КИРИЛ И МЕТОДИЙ No 17 Бърза поръчка' streetId: 0 cityId: null city: АЙТОС county: АЙТОС country: RO postalCode: '8500' contactPhone: '0123465789' contactEmail: test@valival.com lockerDeliveryIdentifier: null cashOnDelivery: '0' declaredValueAmount: '0' declaredValueAmountCurrency: null warehouseRemarks: ' ' shippingInstructions: '' courier: speedyapi courierSubAccount: null awbNumber: '' multipleAWBNumbers: null courierShipmentNumber: null multipleCourierShipmentNumbers: null shippedParcels: 0 courierStatus: '' courierStatusId: 0 invoiceUrl: '' awbUrl: '' deliveryNoteUrl: null status: Locked isReturned: false returnedDate: '0000-00-00' returnStatus: null externalSource: null externalSourceOrderId: null tags: null products: - productId: 1 quantity: 1 isReturned: false returnedDate: '0000-00-00' price: 0 productInfo: productId: 1 description: 'Produs neregasit in BD - Comanda incompleta' pictureUrl: '' productCode: '' ean: '' externalId: -1 price: '0.00' VATPercentage: 0 WEEETax: '0.00' weight: null productType: Normal expirationType: '0' expirationTypeDescription: Normal useDefaultExpiryOnReception: false generalType: null condition: GOOD invoiceExternalIdentifier: null externalSource: null externalSourceProductId: null hasSerialNumber: false createdAt: null updatedAt: null - orderId: 354021 externalId: MHMF101325371H entryDate: '2024-11-11 10:13:25' prefDate: '2024-11-11' sentDate: null companyName: null companyUniqueIdentifier: '' companyRegistrationNumber: null contactPerson: 'Kristina IVanova' address: 'ул. Обелско шосе 7' streetId: null cityId: null city: София county: bg country: Bulgaria postalCode: '1360' contactPhone: '0895444645' contactEmail: ecommerce@mediaposthitmail.bg lockerDeliveryIdentifier: null cashOnDelivery: '0' declaredValueAmount: '0' declaredValueAmountCurrency: null warehouseRemarks: '' shippingInstructions: '' courier: boxnow courierSubAccount: '' awbNumber: '' multipleAWBNumbers: null courierShipmentNumber: null multipleCourierShipmentNumbers: null shippedParcels: 0 courierStatus: '' courierStatusId: 0 invoiceUrl: null awbUrl: null deliveryNoteUrl: null status: Processing isReturned: false returnedDate: '0000-00-00' returnStatus: null externalSource: Metrica externalSourceOrderId: MHMF101325371H tags: null products: - productId: 28160 quantity: 1 isReturned: false returnedDate: '0000-00-00' price: 0 productInfo: productId: 28160 description: 'Test Fast print orders' pictureUrl: '' productCode: NewTest ean: '5896545632104' externalId: 0 price: '0.00' VATPercentage: 0 WEEETax: '0.00' weight: 0 productType: Normal expirationType: '0' expirationTypeDescription: Normal useDefaultExpiryOnReception: false generalType: null condition: GOOD invoiceExternalIdentifier: null externalSource: null externalSourceProductId: null hasSerialNumber: false createdAt: '2023-11-01T09:37:35.000000Z' updatedAt: '2023-11-01T09:37:35.000000Z' - orderId: 86496 externalId: MHMF1159224j0f entryDate: '2023-11-01 11:59:22' prefDate: '2023-11-01' sentDate: '2023-11-06 16:23:35' companyName: null companyUniqueIdentifier: '' companyRegistrationNumber: null contactPerson: 'test fast print' address: божурище streetId: null cityId: null city: божурище county: bg country: Bulgaria postalCode: '2225' contactPhone: '+359889902261' contactEmail: '' lockerDeliveryIdentifier: null cashOnDelivery: '0' declaredValueAmount: '0' declaredValueAmountCurrency: null warehouseRemarks: '' shippingInstructions: '' courier: selfpickup courierSubAccount: '' awbNumber: '' multipleAWBNumbers: null courierShipmentNumber: null multipleCourierShipmentNumbers: null shippedParcels: 1 courierStatus: '' courierStatusId: 0 invoiceUrl: null awbUrl: null deliveryNoteUrl: null status: Sent isReturned: false returnedDate: '0000-00-00' returnStatus: null externalSource: null externalSourceOrderId: null tags: null products: - productId: 28160 quantity: 1 isReturned: false returnedDate: '0000-00-00' price: 0 productInfo: productId: 28160 description: 'Test Fast print orders' pictureUrl: '' productCode: NewTest ean: '5896545632104' externalId: 0 price: '0.00' VATPercentage: 0 WEEETax: '0.00' weight: 0 productType: Normal expirationType: '0' expirationTypeDescription: Normal useDefaultExpiryOnReception: false generalType: null condition: GOOD invoiceExternalIdentifier: null externalSource: null externalSourceProductId: null hasSerialNumber: false createdAt: '2023-11-01T09:37:35.000000Z' updatedAt: '2023-11-01T09:37:35.000000Z' links: first: 'https://clients.metrica.bg/api/v1/connectors/client/orders?page=1' last: null prev: null next: null meta: current_page: 1 from: 1 path: 'https://clients.metrica.bg/api/v1/connectors/client/orders' per_page: 500 to: 8 success: true properties: data: type: array example: - orderId: 531017 externalId: MHMR153155O7bY entryDate: '2025-05-29 15:31:55' prefDate: '2025-05-29' sentDate: null companyName: null companyUniqueIdentifier: '' companyRegistrationNumber: null contactPerson: Metrica address: божурище streetId: null cityId: null city: Румен county: Bozhurishte country: Bulgaria postalCode: '' contactPhone: '0882444366' contactEmail: '' lockerDeliveryIdentifier: null cashOnDelivery: '0' declaredValueAmount: '0' declaredValueAmountCurrency: null warehouseRemarks: '' shippingInstructions: '' courier: selfpickup courierSubAccount: '' awbNumber: null multipleAWBNumbers: null courierShipmentNumber: null multipleCourierShipmentNumbers: null shippedParcels: 0 courierStatus: '' courierStatusId: 0 invoiceUrl: null awbUrl: null deliveryNoteUrl: null status: Locked isReturned: false returnedDate: '0000-00-00' returnStatus: null externalSource: Metrica externalSourceOrderId: MHMR153155O7bY tags: null products: - productId: 86352 quantity: 3 isReturned: false returnedDate: '0000-00-00' price: 0 productInfo: productId: 86352 description: 'BAGSO 2' pictureUrl: 'https://clients.mercoria.com/uploads/images/products/16/45250-1-20221122_113025698_ios_webp.webp' productCode: '97554' ean: 12377AS externalId: 45250 price: '0.00' VATPercentage: 0 WEEETax: '0.00' weight: 0 productType: Normal expirationType: '0' expirationTypeDescription: Normal useDefaultExpiryOnReception: false generalType: null condition: GOOD invoiceExternalIdentifier: null externalSource: null externalSourceProductId: null hasSerialNumber: false createdAt: null updatedAt: null - orderId: 530034 externalId: MHMF1535183nBV entryDate: '2025-05-28 15:35:18' prefDate: '2025-05-28' sentDate: '2025-05-29 15:28:54' companyName: '' companyUniqueIdentifier: '' companyRegistrationNumber: null contactPerson: Тест address: 'Симеон Петров 19' streetId: null cityId: null city: Божурище county: Божурище country: BG postalCode: '' contactPhone: '0888112233' contactEmail: '' lockerDeliveryIdentifier: null cashOnDelivery: '0' declaredValueAmount: '0' declaredValueAmountCurrency: null warehouseRemarks: '' shippingInstructions: '' courier: selfpickup courierSubAccount: '' awbNumber: '' multipleAWBNumbers: null courierShipmentNumber: null multipleCourierShipmentNumbers: null shippedParcels: 2 courierStatus: '' courierStatusId: 0 invoiceUrl: null awbUrl: null deliveryNoteUrl: null status: Sent isReturned: false returnedDate: '0000-00-00' returnStatus: null externalSource: Metrica externalSourceOrderId: MHMF1535183nBV tags: null products: - productId: 9 quantity: 2 isReturned: false returnedDate: '0000-00-00' price: 0 productInfo: productId: 9 description: 'Produs TestClient 8Produs TestClient 8Produs TestClient 8' pictureUrl: '' productCode: prodtestclient8 ean: zang8 externalId: 10008 price: '0.00' VATPercentage: 0 WEEETax: '0.00' weight: null productType: Normal expirationType: '0' expirationTypeDescription: Normal useDefaultExpiryOnReception: false generalType: null condition: GOOD invoiceExternalIdentifier: null externalSource: null externalSourceProductId: null hasSerialNumber: false createdAt: null updatedAt: null - orderId: 530019 externalId: MHMF151814bptj entryDate: '2025-05-28 15:18:14' prefDate: '2025-05-28' sentDate: null companyName: null companyUniqueIdentifier: '' companyRegistrationNumber: null contactPerson: Metrica address: божурище streetId: null cityId: null city: Божурище county: Bozhurishte country: Bulgaria postalCode: '' contactPhone: '0882444366' contactEmail: '' lockerDeliveryIdentifier: null cashOnDelivery: '0' declaredValueAmount: '0' declaredValueAmountCurrency: null warehouseRemarks: '' shippingInstructions: '' courier: selfpickup courierSubAccount: '' awbNumber: '' multipleAWBNumbers: null courierShipmentNumber: null multipleCourierShipmentNumbers: null shippedParcels: 0 courierStatus: '' courierStatusId: 0 invoiceUrl: null awbUrl: null deliveryNoteUrl: null status: Locked isReturned: false returnedDate: '0000-00-00' returnStatus: null externalSource: Metrica externalSourceOrderId: MHMF151814bptj tags: null products: - productId: 86352 quantity: 3 isReturned: false returnedDate: '0000-00-00' price: 0 productInfo: productId: 86352 description: 'BAGSO 2' pictureUrl: 'https://clients.mercoria.com/uploads/images/products/16/45250-1-20221122_113025698_ios_webp.webp' productCode: '97554' ean: 12377AS externalId: 45250 price: '0.00' VATPercentage: 0 WEEETax: '0.00' weight: 0 productType: Normal expirationType: '0' expirationTypeDescription: Normal useDefaultExpiryOnReception: false generalType: null condition: GOOD invoiceExternalIdentifier: null externalSource: null externalSourceProductId: null hasSerialNumber: false createdAt: null updatedAt: null - orderId: 453691 externalId: MHMF115107dxk0 entryDate: '2025-03-06 11:51:07' prefDate: '2025-03-06' sentDate: null companyName: null companyUniqueIdentifier: '' companyRegistrationNumber: null contactPerson: 'Kristyan Dilovski TEST' address: 'Sofia Vrajdebna 41 N:22a' streetId: null cityId: null city: 'Sofia (1000)' county: Bulgaria country: Bulgaria postalCode: '1839' contactPhone: '0896755950' contactEmail: ymcmb1611@gmail.com lockerDeliveryIdentifier: null cashOnDelivery: '0' declaredValueAmount: '0' declaredValueAmountCurrency: null warehouseRemarks: '' shippingInstructions: '' courier: boxnow courierSubAccount: '' awbNumber: '4532902907' multipleAWBNumbers: null courierShipmentNumber: null multipleCourierShipmentNumbers: null shippedParcels: 0 courierStatus: '' courierStatusId: 0 invoiceUrl: null awbUrl: '' deliveryNoteUrl: null status: Processing isReturned: false returnedDate: '0000-00-00' returnStatus: null externalSource: Metrica externalSourceOrderId: MHMF115107dxk0 tags: null products: - productId: 86352 quantity: 1 isReturned: false returnedDate: '0000-00-00' price: 0 productInfo: productId: 86352 description: 'BAGSO 2' pictureUrl: 'https://clients.mercoria.com/uploads/images/products/16/45250-1-20221122_113025698_ios_webp.webp' productCode: '97554' ean: 12377AS externalId: 45250 price: '0.00' VATPercentage: 0 WEEETax: '0.00' weight: 0 productType: Normal expirationType: '0' expirationTypeDescription: Normal useDefaultExpiryOnReception: false generalType: null condition: GOOD invoiceExternalIdentifier: null externalSource: null externalSourceProductId: null hasSerialNumber: false createdAt: null updatedAt: null - orderId: 414293 externalId: '40098' entryDate: '2025-01-20 12:34:16' prefDate: '2025-01-20' sentDate: null companyName: null companyUniqueIdentifier: '' companyRegistrationNumber: null contactPerson: 'Tihomir Sokolov МЕРКОРИЯ' address: '33, Bakston blvd.' streetId: 0 cityId: null city: София county: София country: BG postalCode: '1000' contactPhone: '0899196290' contactEmail: tihomir.sokolov@gmail.com lockerDeliveryIdentifier: null cashOnDelivery: '0' declaredValueAmount: '0' declaredValueAmountCurrency: null warehouseRemarks: ' ' shippingInstructions: 'тест ТТ' courier: speedy courierSubAccount: null awbNumber: '' multipleAWBNumbers: null courierShipmentNumber: null multipleCourierShipmentNumbers: null shippedParcels: 0 courierStatus: '' courierStatusId: 0 invoiceUrl: '' awbUrl: '' deliveryNoteUrl: null status: Sent isReturned: false returnedDate: '0000-00-00' returnStatus: null externalSource: null externalSourceOrderId: null tags: null products: - productId: 1 quantity: 4 isReturned: false returnedDate: '0000-00-00' price: 0 productInfo: productId: 1 description: 'Produs neregasit in BD - Comanda incompleta' pictureUrl: '' productCode: '' ean: '' externalId: -1 price: '0.00' VATPercentage: 0 WEEETax: '0.00' weight: null productType: Normal expirationType: '0' expirationTypeDescription: Normal useDefaultExpiryOnReception: false generalType: null condition: GOOD invoiceExternalIdentifier: null externalSource: null externalSourceProductId: null hasSerialNumber: false createdAt: null updatedAt: null - orderId: 409454 externalId: '39410' entryDate: '2025-01-13 10:13:43' prefDate: '2025-01-13' sentDate: null companyName: null companyUniqueIdentifier: '' companyRegistrationNumber: null contactPerson: 'Valival Test' address: 'Спиди, До офис, гр. АЙТОС [8500] ул. КИРИЛ И МЕТОДИЙ No 17 Бърза поръчка' streetId: 0 cityId: null city: АЙТОС county: АЙТОС country: RO postalCode: '8500' contactPhone: '0123465789' contactEmail: test@valival.com lockerDeliveryIdentifier: null cashOnDelivery: '0' declaredValueAmount: '0' declaredValueAmountCurrency: null warehouseRemarks: ' ' shippingInstructions: '' courier: speedyapi courierSubAccount: null awbNumber: '' multipleAWBNumbers: null courierShipmentNumber: null multipleCourierShipmentNumbers: null shippedParcels: 0 courierStatus: '' courierStatusId: 0 invoiceUrl: '' awbUrl: '' deliveryNoteUrl: null status: Locked isReturned: false returnedDate: '0000-00-00' returnStatus: null externalSource: null externalSourceOrderId: null tags: null products: - productId: 1 quantity: 1 isReturned: false returnedDate: '0000-00-00' price: 0 productInfo: productId: 1 description: 'Produs neregasit in BD - Comanda incompleta' pictureUrl: '' productCode: '' ean: '' externalId: -1 price: '0.00' VATPercentage: 0 WEEETax: '0.00' weight: null productType: Normal expirationType: '0' expirationTypeDescription: Normal useDefaultExpiryOnReception: false generalType: null condition: GOOD invoiceExternalIdentifier: null externalSource: null externalSourceProductId: null hasSerialNumber: false createdAt: null updatedAt: null - orderId: 354021 externalId: MHMF101325371H entryDate: '2024-11-11 10:13:25' prefDate: '2024-11-11' sentDate: null companyName: null companyUniqueIdentifier: '' companyRegistrationNumber: null contactPerson: 'Kristina IVanova' address: 'ул. Обелско шосе 7' streetId: null cityId: null city: София county: bg country: Bulgaria postalCode: '1360' contactPhone: '0895444645' contactEmail: ecommerce@mediaposthitmail.bg lockerDeliveryIdentifier: null cashOnDelivery: '0' declaredValueAmount: '0' declaredValueAmountCurrency: null warehouseRemarks: '' shippingInstructions: '' courier: boxnow courierSubAccount: '' awbNumber: '' multipleAWBNumbers: null courierShipmentNumber: null multipleCourierShipmentNumbers: null shippedParcels: 0 courierStatus: '' courierStatusId: 0 invoiceUrl: null awbUrl: null deliveryNoteUrl: null status: Processing isReturned: false returnedDate: '0000-00-00' returnStatus: null externalSource: Metrica externalSourceOrderId: MHMF101325371H tags: null products: - productId: 28160 quantity: 1 isReturned: false returnedDate: '0000-00-00' price: 0 productInfo: productId: 28160 description: 'Test Fast print orders' pictureUrl: '' productCode: NewTest ean: '5896545632104' externalId: 0 price: '0.00' VATPercentage: 0 WEEETax: '0.00' weight: 0 productType: Normal expirationType: '0' expirationTypeDescription: Normal useDefaultExpiryOnReception: false generalType: null condition: GOOD invoiceExternalIdentifier: null externalSource: null externalSourceProductId: null hasSerialNumber: false createdAt: '2023-11-01T09:37:35.000000Z' updatedAt: '2023-11-01T09:37:35.000000Z' - orderId: 86496 externalId: MHMF1159224j0f entryDate: '2023-11-01 11:59:22' prefDate: '2023-11-01' sentDate: '2023-11-06 16:23:35' companyName: null companyUniqueIdentifier: '' companyRegistrationNumber: null contactPerson: 'test fast print' address: божурище streetId: null cityId: null city: божурище county: bg country: Bulgaria postalCode: '2225' contactPhone: '+359889902261' contactEmail: '' lockerDeliveryIdentifier: null cashOnDelivery: '0' declaredValueAmount: '0' declaredValueAmountCurrency: null warehouseRemarks: '' shippingInstructions: '' courier: selfpickup courierSubAccount: '' awbNumber: '' multipleAWBNumbers: null courierShipmentNumber: null multipleCourierShipmentNumbers: null shippedParcels: 1 courierStatus: '' courierStatusId: 0 invoiceUrl: null awbUrl: null deliveryNoteUrl: null status: Sent isReturned: false returnedDate: '0000-00-00' returnStatus: null externalSource: null externalSourceOrderId: null tags: null products: - productId: 28160 quantity: 1 isReturned: false returnedDate: '0000-00-00' price: 0 productInfo: productId: 28160 description: 'Test Fast print orders' pictureUrl: '' productCode: NewTest ean: '5896545632104' externalId: 0 price: '0.00' VATPercentage: 0 WEEETax: '0.00' weight: 0 productType: Normal expirationType: '0' expirationTypeDescription: Normal useDefaultExpiryOnReception: false generalType: null condition: GOOD invoiceExternalIdentifier: null externalSource: null externalSourceProductId: null hasSerialNumber: false createdAt: '2023-11-01T09:37:35.000000Z' updatedAt: '2023-11-01T09:37:35.000000Z' items: type: object properties: orderId: type: integer example: 531017 externalId: type: string example: MHMR153155O7bY entryDate: type: string example: '2025-05-29 15:31:55' prefDate: type: string example: '2025-05-29' sentDate: type: string example: null companyName: type: string example: null companyUniqueIdentifier: type: string example: '' companyRegistrationNumber: type: string example: null contactPerson: type: string example: Metrica address: type: string example: божурище streetId: type: string example: null cityId: type: string example: null city: type: string example: Румен county: type: string example: Bozhurishte country: type: string example: Bulgaria postalCode: type: string example: '' contactPhone: type: string example: '0882444366' contactEmail: type: string example: '' lockerDeliveryIdentifier: type: string example: null cashOnDelivery: type: string example: '0' declaredValueAmount: type: string example: '0' declaredValueAmountCurrency: type: string example: null warehouseRemarks: type: string example: '' shippingInstructions: type: string example: '' courier: type: string example: selfpickup courierSubAccount: type: string example: '' awbNumber: type: string example: null multipleAWBNumbers: type: string example: null courierShipmentNumber: type: string example: null multipleCourierShipmentNumbers: type: string example: null shippedParcels: type: integer example: 0 courierStatus: type: string example: '' courierStatusId: type: integer example: 0 invoiceUrl: type: string example: null awbUrl: type: string example: null deliveryNoteUrl: type: string example: null status: type: string example: Locked isReturned: type: boolean example: false returnedDate: type: string example: '0000-00-00' returnStatus: type: string example: null externalSource: type: string example: Metrica externalSourceOrderId: type: string example: MHMR153155O7bY tags: type: string example: null products: type: array example: - productId: 86352 quantity: 3 isReturned: false returnedDate: '0000-00-00' price: 0 productInfo: productId: 86352 description: 'BAGSO 2' pictureUrl: 'https://clients.mercoria.com/uploads/images/products/16/45250-1-20221122_113025698_ios_webp.webp' productCode: '97554' ean: 12377AS externalId: 45250 price: '0.00' VATPercentage: 0 WEEETax: '0.00' weight: 0 productType: Normal expirationType: '0' expirationTypeDescription: Normal useDefaultExpiryOnReception: false generalType: null condition: GOOD invoiceExternalIdentifier: null externalSource: null externalSourceProductId: null hasSerialNumber: false createdAt: null updatedAt: null items: type: object properties: productId: type: integer example: 86352 quantity: type: integer example: 3 isReturned: type: boolean example: false returnedDate: type: string example: '0000-00-00' price: type: integer example: 0 productInfo: type: object properties: productId: type: integer example: 86352 description: type: string example: 'BAGSO 2' pictureUrl: type: string example: 'https://clients.mercoria.com/uploads/images/products/16/45250-1-20221122_113025698_ios_webp.webp' productCode: type: string example: '97554' ean: type: string example: 12377AS externalId: type: integer example: 45250 price: type: string example: '0.00' VATPercentage: type: integer example: 0 WEEETax: type: string example: '0.00' weight: type: integer example: 0 productType: type: string example: Normal expirationType: type: string example: '0' expirationTypeDescription: type: string example: Normal useDefaultExpiryOnReception: type: boolean example: false generalType: type: string example: null condition: type: string example: GOOD invoiceExternalIdentifier: type: string example: null externalSource: type: string example: null externalSourceProductId: type: string example: null hasSerialNumber: type: boolean example: false createdAt: type: string example: null updatedAt: type: string example: null links: type: object properties: first: type: string example: 'https://clients.metrica.bg/api/v1/connectors/client/orders?page=1' last: type: string example: null prev: type: string example: null next: type: string example: null meta: type: object properties: current_page: type: integer example: 1 from: type: integer example: 1 path: type: string example: 'https://clients.metrica.bg/api/v1/connectors/client/orders' per_page: type: integer example: 500 to: type: integer example: 8 success: type: boolean example: true tags: - 'API V1 - Orders' /api/v1/connectors/client/orders/filter: get: summary: 'GET Filtered Orders' operationId: gETFilteredOrders description: "List all orders that match filters.\n\nThrottling: Max 5 requests per minute. (5/1) Max 20 requests per hour. (20/60)\n\nPresents the result with page size and pagination.\n\nDefault page size : 250 records per page. (Maximum 500)" parameters: - in: query name: page description: 'Which page to show.' example: 1 required: false schema: type: integer description: 'Which page to show.' example: 1 nullable: false responses: 200: description: '' content: application/json: schema: type: object example: data: [] links: first: 'https://clients.metrica.bg/api/v1/connectors/client/orders/filter?page=1' last: 'https://clients.metrica.bg/api/v1/connectors/client/orders/filter?page=1' prev: null next: null meta: current_page: 1 from: null last_page: 1 links: - url: null label: '« Previous' active: false - url: 'https://clients.metrica.bg/api/v1/connectors/client/orders/filter?page=1' label: '1' active: true - url: null label: 'Next »' active: false path: 'https://clients.metrica.bg/api/v1/connectors/client/orders/filter' per_page: 250 to: null total: 0 success: true properties: data: type: array example: [] links: type: object properties: first: type: string example: 'https://clients.metrica.bg/api/v1/connectors/client/orders/filter?page=1' last: type: string example: 'https://clients.metrica.bg/api/v1/connectors/client/orders/filter?page=1' prev: type: string example: null next: type: string example: null meta: type: object properties: current_page: type: integer example: 1 from: type: string example: null last_page: type: integer example: 1 links: type: array example: - url: null label: '« Previous' active: false - url: 'https://clients.metrica.bg/api/v1/connectors/client/orders/filter?page=1' label: '1' active: true - url: null label: 'Next »' active: false items: type: object properties: url: type: string example: null label: type: string example: '« Previous' active: type: boolean example: false path: type: string example: 'https://clients.metrica.bg/api/v1/connectors/client/orders/filter' per_page: type: integer example: 250 to: type: string example: null total: type: integer example: 0 success: type: boolean example: true tags: - 'API V1 - Orders' requestBody: required: false content: application/json: schema: type: object properties: ids: type: string description: 'List of comma-separated Order IDs.' example: '3234201,3234202' nullable: false external_ids: type: string description: 'List of comma-separated Order external IDs.' example: 'MHMF134018SHNi,MHMF134018SH12' nullable: false startDate: type: date description: 'A date between past and today. The format must be in: Y-m-d H:i:s.' example: '2024-01-01 12:59:59' nullable: false endDate: type: date description: 'A date between past and today. If there is a startDate, endDate must be later than startDate. The format must be in: Y-m-d H:i:s.' example: '2024-12-22 19:30:00' nullable: false dateFilterBy: type: 'enum(CREATED_AT,UPDATED_AT,SHIPPED_AT,RETURNED_AT)' description: 'The column to which startDate and endDate are compared. - Default: CREATED_AT.' example: CREATED_AT nullable: false sortDate: type: 'enum(DESC,ASC)' description: 'Order in which to retrieve results. - default ASC' example: ASC nullable: false status: type: 'enum(Sent,Callcenter,InProcessing,NotReady,Locked)' description: 'Filter orders by their status specified by a comma-separated list.' example: 'InProcessing,Sent' nullable: false shippingAWB: type: string description: 'The AWB number.' example: null nullable: false customerName: type: string description: 'The name of the customer.' example: ContactPerson3 nullable: false customerPhone: type: string description: "The customer's phone number." example: '0700112233' nullable: false isReturned: type: boolean description: 'A filter that will select only orders that are returned or not returned.' example: false nullable: false withCashOnDelivery: type: boolean/int/string description: 'A filter that will select only the orders with or without cash on delivery. Accepted inputs are true, false, 1, 0, "1", and "0".' example: '0' nullable: false perPage: type: integer description: 'Number of entries per page. The allowed values are between 10 and 500. If not provided, the default is 250.' example: 250 nullable: false /api/v1/connectors/client/orders/filterByDate: post: summary: 'POST Filter Orders by Date' operationId: pOSTFilterOrdersByDate description: "Returns a list with the orders filtered by the date of entry, the shipping date or the returned date.\n\nThrottling: Max 20 requests per minute. (20/1)\n\nPresents the result with page size and pagination." parameters: - in: query name: page description: 'Which page to show.' example: 1 required: false schema: type: integer description: 'Which page to show.' example: 1 nullable: false responses: { } tags: - 'API V1 - Orders' requestBody: required: true content: application/json: schema: type: object properties: filterBy: type: string description: 'The filterBy field accepts only the following values: entryDate, shippingDate, returnedDate.' example: entryDate nullable: false fromDate: type: date description: 'A date in the past that is applied to the chosen filter. The date must be older than today and not older than 62 days from today. The format must be in: yyyy-mm-dd' example: '2020-01-01' nullable: false perPage: type: integer description: 'Number of orders to show per page. The allowed values are between 10 and 500.' example: 100 nullable: false required: - filterBy - fromDate - perPage /api/v1/connectors/client/orders/filterByDateIntervals: post: summary: 'POST Filter Orders by Date Intervals' operationId: pOSTFilterOrdersByDateIntervals description: "Returns a list with the orders between two dates.\nThe result can be filtered by the date of entry, the shipping date or the returned date.\n\nThrottling: Max 20 requests per minute. (20/1)\n\nPresents the result with page size and pagination." parameters: - in: query name: page description: 'Which page to show.' example: 1 required: false schema: type: integer description: 'Which page to show.' example: 1 nullable: false responses: { } tags: - 'API V1 - Orders' requestBody: required: true content: application/json: schema: type: object properties: filterBy: type: string description: 'The filterBy field accepts only the following values: entryDate, shippingDate, returnedDate.' example: entryDate nullable: false startDate: type: date description: 'A date between past and today. The format must be in: yyyy-mm-dd' example: '2024-01-01' nullable: false endDate: type: date description: 'A date between past and today. The date must later or equal to startDate and not later than 62 days. The format must be in: yyyy-mm-dd' example: '2024-01-31' nullable: false withCashOnDelivery: type: boolean description: 'A filter that will select only the orders with or without cash on delivery. Accepted input are true, false, 1, 0, "1", and "0".' example: false nullable: false perPage: type: integer description: 'Number of orders per page. The allowed values are between 10 and 500.' example: 100 nullable: false required: - filterBy - startDate - endDate - perPage /api/v1/connectors/client/orders/filterByStatus: post: summary: 'POST Filter Orders by Status' operationId: pOSTFilterOrdersByStatus description: "List the orders in our system filtering by the order status\n\nThrottling: Max 20 requests per minute. (20/1)\n\nPresents the result with page size and pagination." parameters: - in: query name: page description: 'Which page to show.' example: 1 required: false schema: type: integer description: 'Which page to show.' example: 1 nullable: false responses: { } tags: - 'API V1 - Orders' requestBody: required: true content: application/json: schema: type: object properties: status: type: string description: 'The status field accepts only the following values: Locked, Callcenter, NotReady, Processing, Shipped, NotShipped.' example: Shipped nullable: false perPage: type: integer description: 'Number of orders to show per page. The allowed values are between 10 and 500.' example: 100 nullable: false required: - status - perPage /api/v1/connectors/client/orders/todayLatestUpdated: get: summary: 'GET Today latest updated orders' operationId: gETTodayLatestUpdatedOrders description: "Retrieve a list of today's latest updated orders.\n\n\n\nThrottling: Max 1 request per 10 minutes. (1/10)" parameters: [] responses: 429: description: '' content: application/json: schema: type: object example: success: false error: message: 'Too Many Attempts.' code: 429 properties: success: type: boolean example: false error: type: object properties: message: type: string example: 'Too Many Attempts.' code: type: integer example: 429 tags: - 'API V1 - Orders' '/api/v1/connectors/client/orders/byId/{orderId}': get: summary: 'GET Order By ID' operationId: gETOrderByID description: "Get Order information by internal ID.\n\nThrottling: Max 60 requests per minute. (60/1)" parameters: [] responses: 404: description: '' content: application/json: schema: oneOf: - description: '' type: object example: success: false error: message: 'Entry for OrderItem not found' code: 404 properties: success: type: boolean example: false error: type: object properties: message: type: string example: 'Entry for OrderItem not found' code: type: integer example: 404 - description: '' type: object example: success: false error: message: 'Entry for OrderItem not found' code: 404 properties: success: type: boolean example: false error: type: object properties: message: type: string example: 'Entry for OrderItem not found' code: type: integer example: 404 tags: - 'API V1 - Orders' parameters: - in: path name: orderId description: 'The order ID.' example: 3234201 required: true schema: type: integer '/api/v1/connectors/client/orders/byExternalId/{externalId}': get: summary: 'GET Order By External ID' operationId: gETOrderByExternalID description: "Get Order information by external ID.\n\nThrottling: Max 60 requests per minute. (60/1)" parameters: [] responses: 404: description: '' content: application/json: schema: oneOf: - description: '' type: object example: success: false error: message: 'Entry for OrderItem not found' code: 404 properties: success: type: boolean example: false error: type: object properties: message: type: string example: 'Entry for OrderItem not found' code: type: integer example: 404 - description: '' type: object example: success: false error: message: 'Entry for OrderItem not found' code: 404 properties: success: type: boolean example: false error: type: object properties: message: type: string example: 'Entry for OrderItem not found' code: type: integer example: 404 tags: - 'API V1 - Orders' parameters: - in: path name: externalId description: 'The order external ID.' example: MHMF1338580SQl required: true schema: type: string '/api/v1/connectors/client/orders/byAwb/{awb}': get: summary: 'GET Order By AWB' operationId: gETOrderByAWB description: "Get Order information by AWB Number.\n\nThrottling: Max 60 requests per minute. (60/1)" parameters: [] responses: 404: description: '' content: application/json: schema: oneOf: - description: '' type: object example: success: false error: message: 'Entry for OrderItem not found' code: 404 properties: success: type: boolean example: false error: type: object properties: message: type: string example: 'Entry for OrderItem not found' code: type: integer example: 404 - description: '' type: object example: success: false error: message: 'Entry for OrderItem not found' code: 404 properties: success: type: boolean example: false error: type: object properties: message: type: string example: 'Entry for OrderItem not found' code: type: integer example: 404 tags: - 'API V1 - Orders' parameters: - in: path name: awb description: 'Optional parameter. alphaNum required The order AWB Number.' required: true schema: type: string examples: omitted: summary: 'When the value is omitted' value: '' present: summary: 'When the value is present' value: AWBNO9923 '/api/v1/connectors/client/orders/byExternalSourceOrderId/{externalSourceOrderId}': get: summary: 'GET Order By External Source Order ID' operationId: gETOrderByExternalSourceOrderID description: "Get Order information by external source order ID.\n\nThrottling: Max 60 requests per minute. (60/1)\n\n" parameters: [] responses: 404: description: '' content: application/json: schema: oneOf: - description: '' type: object example: success: false error: message: 'Entry for OrderItem not found' code: 404 properties: success: type: boolean example: false error: type: object properties: message: type: string example: 'Entry for OrderItem not found' code: type: integer example: 404 - description: '' type: object example: success: false error: message: 'Entry for OrderItem not found' code: 404 properties: success: type: boolean example: false error: type: object properties: message: type: string example: 'Entry for OrderItem not found' code: type: integer example: 404 tags: - 'API V1 - Orders' parameters: - in: path name: externalSourceOrderId description: 'Optional parameter. alphaNum required The order externalSourceOrderId.' required: true schema: type: string examples: omitted: summary: 'When the value is omitted' value: '' present: summary: 'When the value is present' value: SID323 /api/v1/connectors/client/orders/shipped/with/expiryDates: get: summary: 'GET Shipped Orders With Expiry Dates' operationId: gETShippedOrdersWithExpiryDates description: "Returns a list with the shipped orders and a field named shippedExpiryDates for each product that contains a list with the quantity of each date/batch.\nThe expiryDate and batch fields will be null if the productType is Normal.\nThe orders are sorted DESC by the shipped date.\n\nThrottling: Max 10 requests per minute. (10/1)\n\nPresents the result with page size and pagination." parameters: [] responses: 200: description: '' content: application/json: schema: type: object example: data: - orderId: 530034 externalId: MHMF1535183nBV entryDate: '2025-05-28 15:35:18' prefDate: '2025-05-28' sentDate: '2025-05-29 15:28:54' companyName: '' companyUniqueIdentifier: '' companyRegistrationNumber: null contactPerson: Тест address: 'Симеон Петров 19' streetId: null cityId: null city: Божурище county: Божурище country: BG postalCode: '' contactPhone: '0888112233' contactEmail: '' lockerDeliveryIdentifier: null cashOnDelivery: '0' declaredValueAmount: '0' declaredValueAmountCurrency: null warehouseRemarks: '' shippingInstructions: '' courier: selfpickup courierSubAccount: '' awbNumber: '' multipleAWBNumbers: null courierShipmentNumber: null multipleCourierShipmentNumbers: null shippedParcels: 2 courierStatus: '' courierStatusId: 0 invoiceUrl: null awbUrl: null deliveryNoteUrl: null status: Sent isReturned: false returnedDate: '0000-00-00' returnStatus: null externalSource: Metrica externalSourceOrderId: MHMF1535183nBV tags: null products: - productId: 9 quantity: 2 isReturned: false returnedDate: '0000-00-00' price: 0 productInfo: productId: 9 description: 'Produs TestClient 8Produs TestClient 8Produs TestClient 8' pictureUrl: '' productCode: prodtestclient8 ean: zang8 externalId: 10008 price: '0.00' VATPercentage: 0 WEEETax: '0.00' weight: null productType: Normal expirationType: '0' expirationTypeDescription: Normal useDefaultExpiryOnReception: false generalType: null condition: GOOD invoiceExternalIdentifier: null externalSource: null externalSourceProductId: null hasSerialNumber: false createdAt: null updatedAt: null shippedExpiryDates: - productId: 9 expiryDate: null batch: null quantity: 2 - orderId: 86496 externalId: MHMF1159224j0f entryDate: '2023-11-01 11:59:22' prefDate: '2023-11-01' sentDate: '2023-11-06 16:23:35' companyName: null companyUniqueIdentifier: '' companyRegistrationNumber: null contactPerson: 'test fast print' address: божурище streetId: null cityId: null city: божурище county: bg country: Bulgaria postalCode: '2225' contactPhone: '+359889902261' contactEmail: '' lockerDeliveryIdentifier: null cashOnDelivery: '0' declaredValueAmount: '0' declaredValueAmountCurrency: null warehouseRemarks: '' shippingInstructions: '' courier: selfpickup courierSubAccount: '' awbNumber: '' multipleAWBNumbers: null courierShipmentNumber: null multipleCourierShipmentNumbers: null shippedParcels: 1 courierStatus: '' courierStatusId: 0 invoiceUrl: null awbUrl: null deliveryNoteUrl: null status: Sent isReturned: false returnedDate: '0000-00-00' returnStatus: null externalSource: null externalSourceOrderId: null tags: null products: - productId: 28160 quantity: 1 isReturned: false returnedDate: '0000-00-00' price: 0 productInfo: productId: 28160 description: 'Test Fast print orders' pictureUrl: '' productCode: NewTest ean: '5896545632104' externalId: 0 price: '0.00' VATPercentage: 0 WEEETax: '0.00' weight: 0 productType: Normal expirationType: '0' expirationTypeDescription: Normal useDefaultExpiryOnReception: false generalType: null condition: GOOD invoiceExternalIdentifier: null externalSource: null externalSourceProductId: null hasSerialNumber: false createdAt: '2023-11-01T09:37:35.000000Z' updatedAt: '2023-11-01T09:37:35.000000Z' shippedExpiryDates: [] - orderId: 414293 externalId: '40098' entryDate: '2025-01-20 12:34:16' prefDate: '2025-01-20' sentDate: null companyName: null companyUniqueIdentifier: '' companyRegistrationNumber: null contactPerson: 'Tihomir Sokolov МЕРКОРИЯ' address: '33, Bakston blvd.' streetId: 0 cityId: null city: София county: София country: BG postalCode: '1000' contactPhone: '0899196290' contactEmail: tihomir.sokolov@gmail.com lockerDeliveryIdentifier: null cashOnDelivery: '0' declaredValueAmount: '0' declaredValueAmountCurrency: null warehouseRemarks: ' ' shippingInstructions: 'тест ТТ' courier: speedy courierSubAccount: null awbNumber: '' multipleAWBNumbers: null courierShipmentNumber: null multipleCourierShipmentNumbers: null shippedParcels: 0 courierStatus: '' courierStatusId: 0 invoiceUrl: '' awbUrl: '' deliveryNoteUrl: null status: Sent isReturned: false returnedDate: '0000-00-00' returnStatus: null externalSource: null externalSourceOrderId: null tags: null products: - productId: 1 quantity: 4 isReturned: false returnedDate: '0000-00-00' price: 0 productInfo: productId: 1 description: 'Produs neregasit in BD - Comanda incompleta' pictureUrl: '' productCode: '' ean: '' externalId: -1 price: '0.00' VATPercentage: 0 WEEETax: '0.00' weight: null productType: Normal expirationType: '0' expirationTypeDescription: Normal useDefaultExpiryOnReception: false generalType: null condition: GOOD invoiceExternalIdentifier: null externalSource: null externalSourceProductId: null hasSerialNumber: false createdAt: null updatedAt: null shippedExpiryDates: [] links: first: 'https://clients.metrica.bg/api/v1/connectors/client/orders/shipped/with/expiryDates?page=1' last: 'https://clients.metrica.bg/api/v1/connectors/client/orders/shipped/with/expiryDates?page=1' prev: null next: null meta: current_page: 1 from: 1 last_page: 1 links: - url: null label: '« Previous' active: false - url: 'https://clients.metrica.bg/api/v1/connectors/client/orders/shipped/with/expiryDates?page=1' label: '1' active: true - url: null label: 'Next »' active: false path: 'https://clients.metrica.bg/api/v1/connectors/client/orders/shipped/with/expiryDates' per_page: 150 to: 3 total: 3 success: true properties: data: type: array example: - orderId: 530034 externalId: MHMF1535183nBV entryDate: '2025-05-28 15:35:18' prefDate: '2025-05-28' sentDate: '2025-05-29 15:28:54' companyName: '' companyUniqueIdentifier: '' companyRegistrationNumber: null contactPerson: Тест address: 'Симеон Петров 19' streetId: null cityId: null city: Божурище county: Божурище country: BG postalCode: '' contactPhone: '0888112233' contactEmail: '' lockerDeliveryIdentifier: null cashOnDelivery: '0' declaredValueAmount: '0' declaredValueAmountCurrency: null warehouseRemarks: '' shippingInstructions: '' courier: selfpickup courierSubAccount: '' awbNumber: '' multipleAWBNumbers: null courierShipmentNumber: null multipleCourierShipmentNumbers: null shippedParcels: 2 courierStatus: '' courierStatusId: 0 invoiceUrl: null awbUrl: null deliveryNoteUrl: null status: Sent isReturned: false returnedDate: '0000-00-00' returnStatus: null externalSource: Metrica externalSourceOrderId: MHMF1535183nBV tags: null products: - productId: 9 quantity: 2 isReturned: false returnedDate: '0000-00-00' price: 0 productInfo: productId: 9 description: 'Produs TestClient 8Produs TestClient 8Produs TestClient 8' pictureUrl: '' productCode: prodtestclient8 ean: zang8 externalId: 10008 price: '0.00' VATPercentage: 0 WEEETax: '0.00' weight: null productType: Normal expirationType: '0' expirationTypeDescription: Normal useDefaultExpiryOnReception: false generalType: null condition: GOOD invoiceExternalIdentifier: null externalSource: null externalSourceProductId: null hasSerialNumber: false createdAt: null updatedAt: null shippedExpiryDates: - productId: 9 expiryDate: null batch: null quantity: 2 - orderId: 86496 externalId: MHMF1159224j0f entryDate: '2023-11-01 11:59:22' prefDate: '2023-11-01' sentDate: '2023-11-06 16:23:35' companyName: null companyUniqueIdentifier: '' companyRegistrationNumber: null contactPerson: 'test fast print' address: божурище streetId: null cityId: null city: божурище county: bg country: Bulgaria postalCode: '2225' contactPhone: '+359889902261' contactEmail: '' lockerDeliveryIdentifier: null cashOnDelivery: '0' declaredValueAmount: '0' declaredValueAmountCurrency: null warehouseRemarks: '' shippingInstructions: '' courier: selfpickup courierSubAccount: '' awbNumber: '' multipleAWBNumbers: null courierShipmentNumber: null multipleCourierShipmentNumbers: null shippedParcels: 1 courierStatus: '' courierStatusId: 0 invoiceUrl: null awbUrl: null deliveryNoteUrl: null status: Sent isReturned: false returnedDate: '0000-00-00' returnStatus: null externalSource: null externalSourceOrderId: null tags: null products: - productId: 28160 quantity: 1 isReturned: false returnedDate: '0000-00-00' price: 0 productInfo: productId: 28160 description: 'Test Fast print orders' pictureUrl: '' productCode: NewTest ean: '5896545632104' externalId: 0 price: '0.00' VATPercentage: 0 WEEETax: '0.00' weight: 0 productType: Normal expirationType: '0' expirationTypeDescription: Normal useDefaultExpiryOnReception: false generalType: null condition: GOOD invoiceExternalIdentifier: null externalSource: null externalSourceProductId: null hasSerialNumber: false createdAt: '2023-11-01T09:37:35.000000Z' updatedAt: '2023-11-01T09:37:35.000000Z' shippedExpiryDates: [] - orderId: 414293 externalId: '40098' entryDate: '2025-01-20 12:34:16' prefDate: '2025-01-20' sentDate: null companyName: null companyUniqueIdentifier: '' companyRegistrationNumber: null contactPerson: 'Tihomir Sokolov МЕРКОРИЯ' address: '33, Bakston blvd.' streetId: 0 cityId: null city: София county: София country: BG postalCode: '1000' contactPhone: '0899196290' contactEmail: tihomir.sokolov@gmail.com lockerDeliveryIdentifier: null cashOnDelivery: '0' declaredValueAmount: '0' declaredValueAmountCurrency: null warehouseRemarks: ' ' shippingInstructions: 'тест ТТ' courier: speedy courierSubAccount: null awbNumber: '' multipleAWBNumbers: null courierShipmentNumber: null multipleCourierShipmentNumbers: null shippedParcels: 0 courierStatus: '' courierStatusId: 0 invoiceUrl: '' awbUrl: '' deliveryNoteUrl: null status: Sent isReturned: false returnedDate: '0000-00-00' returnStatus: null externalSource: null externalSourceOrderId: null tags: null products: - productId: 1 quantity: 4 isReturned: false returnedDate: '0000-00-00' price: 0 productInfo: productId: 1 description: 'Produs neregasit in BD - Comanda incompleta' pictureUrl: '' productCode: '' ean: '' externalId: -1 price: '0.00' VATPercentage: 0 WEEETax: '0.00' weight: null productType: Normal expirationType: '0' expirationTypeDescription: Normal useDefaultExpiryOnReception: false generalType: null condition: GOOD invoiceExternalIdentifier: null externalSource: null externalSourceProductId: null hasSerialNumber: false createdAt: null updatedAt: null shippedExpiryDates: [] items: type: object properties: orderId: type: integer example: 530034 externalId: type: string example: MHMF1535183nBV entryDate: type: string example: '2025-05-28 15:35:18' prefDate: type: string example: '2025-05-28' sentDate: type: string example: '2025-05-29 15:28:54' companyName: type: string example: '' companyUniqueIdentifier: type: string example: '' companyRegistrationNumber: type: string example: null contactPerson: type: string example: Тест address: type: string example: 'Симеон Петров 19' streetId: type: string example: null cityId: type: string example: null city: type: string example: Божурище county: type: string example: Божурище country: type: string example: BG postalCode: type: string example: '' contactPhone: type: string example: '0888112233' contactEmail: type: string example: '' lockerDeliveryIdentifier: type: string example: null cashOnDelivery: type: string example: '0' declaredValueAmount: type: string example: '0' declaredValueAmountCurrency: type: string example: null warehouseRemarks: type: string example: '' shippingInstructions: type: string example: '' courier: type: string example: selfpickup courierSubAccount: type: string example: '' awbNumber: type: string example: '' multipleAWBNumbers: type: string example: null courierShipmentNumber: type: string example: null multipleCourierShipmentNumbers: type: string example: null shippedParcels: type: integer example: 2 courierStatus: type: string example: '' courierStatusId: type: integer example: 0 invoiceUrl: type: string example: null awbUrl: type: string example: null deliveryNoteUrl: type: string example: null status: type: string example: Sent isReturned: type: boolean example: false returnedDate: type: string example: '0000-00-00' returnStatus: type: string example: null externalSource: type: string example: Metrica externalSourceOrderId: type: string example: MHMF1535183nBV tags: type: string example: null products: type: array example: - productId: 9 quantity: 2 isReturned: false returnedDate: '0000-00-00' price: 0 productInfo: productId: 9 description: 'Produs TestClient 8Produs TestClient 8Produs TestClient 8' pictureUrl: '' productCode: prodtestclient8 ean: zang8 externalId: 10008 price: '0.00' VATPercentage: 0 WEEETax: '0.00' weight: null productType: Normal expirationType: '0' expirationTypeDescription: Normal useDefaultExpiryOnReception: false generalType: null condition: GOOD invoiceExternalIdentifier: null externalSource: null externalSourceProductId: null hasSerialNumber: false createdAt: null updatedAt: null shippedExpiryDates: - productId: 9 expiryDate: null batch: null quantity: 2 items: type: object properties: productId: type: integer example: 9 quantity: type: integer example: 2 isReturned: type: boolean example: false returnedDate: type: string example: '0000-00-00' price: type: integer example: 0 productInfo: type: object properties: productId: type: integer example: 9 description: type: string example: 'Produs TestClient 8Produs TestClient 8Produs TestClient 8' pictureUrl: type: string example: '' productCode: type: string example: prodtestclient8 ean: type: string example: zang8 externalId: type: integer example: 10008 price: type: string example: '0.00' VATPercentage: type: integer example: 0 WEEETax: type: string example: '0.00' weight: type: string example: null productType: type: string example: Normal expirationType: type: string example: '0' expirationTypeDescription: type: string example: Normal useDefaultExpiryOnReception: type: boolean example: false generalType: type: string example: null condition: type: string example: GOOD invoiceExternalIdentifier: type: string example: null externalSource: type: string example: null externalSourceProductId: type: string example: null hasSerialNumber: type: boolean example: false createdAt: type: string example: null updatedAt: type: string example: null shippedExpiryDates: type: array example: - productId: 9 expiryDate: null batch: null quantity: 2 items: type: object properties: productId: type: integer example: 9 expiryDate: type: string example: null batch: type: string example: null quantity: type: integer example: 2 links: type: object properties: first: type: string example: 'https://clients.metrica.bg/api/v1/connectors/client/orders/shipped/with/expiryDates?page=1' last: type: string example: 'https://clients.metrica.bg/api/v1/connectors/client/orders/shipped/with/expiryDates?page=1' prev: type: string example: null next: type: string example: null meta: type: object properties: current_page: type: integer example: 1 from: type: integer example: 1 last_page: type: integer example: 1 links: type: array example: - url: null label: '« Previous' active: false - url: 'https://clients.metrica.bg/api/v1/connectors/client/orders/shipped/with/expiryDates?page=1' label: '1' active: true - url: null label: 'Next »' active: false items: type: object properties: url: type: string example: null label: type: string example: '« Previous' active: type: boolean example: false path: type: string example: 'https://clients.metrica.bg/api/v1/connectors/client/orders/shipped/with/expiryDates' per_page: type: integer example: 150 to: type: integer example: 3 total: type: integer example: 3 success: type: boolean example: true tags: - 'API V1 - Orders' /api/v1/connectors/client/orders/create: post: summary: 'CREATE Order' operationId: cREATEOrder description: "Creates a new Order.\n\nThrottling: Max 15 requests per minute. (15/1)\n\n\n\n\n" parameters: [] responses: { } tags: - 'API V1 - Orders' requestBody: required: true content: application/json: schema: type: object properties: externalId: type: string description: 'sometimes The order external ID. Is generated automatically by us if not provided. To avoid order duplicates provide it from your source id field.' example: ID123 nullable: false prefDate: type: date description: 'Preferred shipment date of the order. Use the current date if it does not exist.' example: '2040-12-31' nullable: false address: type: string description: 'requiredIf The recipient address. This field is required only if awbUrl field is empty.' example: 'Str. My Street, No.10, Ap. 99' nullable: false streetId: type: integer description: 'The recipient street id. Is usually used in some courier integrations.' example: 995 nullable: false cityId: type: integer description: 'requiredIf The recipient city id. This field is required only if the selected courier is EMAG (courierId 7). Is usually used in some courier integrations.' example: 15 nullable: false city: type: string description: 'requiredIf The recipient city. The field must have at least 1 character. This field is required only if awbUrl field is empty. Max 50 characters allowed.' example: Bucuresti nullable: false county: type: string description: 'requiredIf The recipient county. The field must have at least 1 character. This field is required only if awbUrl field is empty. Max 50 characters allowed.' example: 'Sector 1' nullable: false country: type: string description: 'requiredIf The recipient country. The field must have min 2 characters. It is required if awbUrl field is empty. Between 2 and 50 characters allowed.' example: RO nullable: false postalCode: type: string description: 'The recipient postal code. Max 10 characters allowed.' example: '010111' nullable: false companyName: type: string description: 'The recipient company name. Fill only if the shipment is B2B. Max 150 characters allowed.' example: 'Company SA' nullable: false companyUniqueIdentifier: type: string description: 'The recipient Company Unique Identifier (CUI/VAT). Fill only if the shipment is B2B. Max 20 characters allowed.' example: RO55599888 nullable: false companyRegistrationNumber: type: string description: 'The recipient company registration number. Fill only if the shipment is B2B. Max 100 characters allowed.' example: J99/9999/1950 nullable: false contactPerson: type: string description: 'requiredIf The recipient contact person. This field is required only if awbUrl field is empty. Max 200 characters allowed.' example: 'Contact Person' nullable: false contactPhone: type: string description: 'requiredIf The recipient contact person phone. This field is required only if awbUrl field is empty. The phone number must contain the correct number of digits (usually between 8-14) and the allowed characters between digits are: space, dash, dots or parenthesis.' example: '0700999111' nullable: false contactEmail: type: email description: 'requiredIf The recipient contact person email. It is required if the selected courier is DPD (courierId 3) and the country is not RO/Romania.' example: test@test.com nullable: false cashOnDelivery: type: numeric description: 'The shipment Cash On Delivery amount. The amount can have max 2 decimals. If the order does not have Cash On Delivery the field value must be 0.' example: '100.99' nullable: false declaredValueAmount: type: numeric description: 'The shipment declared value amount. The amount can have max 2 decimals.' example: '100.99' nullable: false warehouseRemarks: type: sting description: 'Info for the Warehouse operators.' example: voluptatem nullable: false shippingInstructions: type: sting description: 'Info for the shipping courier.' example: molestias nullable: false courierId: type: integer description: 'The courier ID.' example: 15 nullable: false courierSubAccountId: type: integer description: 'The SubAccount courier ID.' example: 4 nullable: false awbUrl: type: url description: 'Url path to a pdf containing the order AWB. Max 250 characters allowed.' example: 'https://pathtomyawb.pdf' nullable: false invoiceUrl: type: url description: 'Url path to a pdf containing the order invoice. Max 250 characters allowed.' example: 'https://pathtomyinvoice.pdf' nullable: false deliveryNoteUrl: type: url description: 'Url path to a pdf containing the order delivery note. Max 250 characters allowed.' example: 'https://pathtomydeliverynote.pdf' nullable: false maxKeepDays: type: integer description: 'Value between 0 and 365.' example: 365 nullable: false externalSource: type: string description: 'The name of the external source of the order. The value must start with a value from in External Source List endpoint result.' example: 'Shopify MyWebSite' nullable: false externalSourceOrderId: type: string description: 'The order website id or any other id that can help identify the order in our system.' example: AxZ00001 nullable: false awbNumber: type: alphaNumeric description: 'The AWB Number. Max 150 characters allowed.' example: AWB001 nullable: false withPriority: type: boolean description: 'Mention if the order must be prioritized. Accepted input are true, false, 1, 0, "1", and "0".' example: false nullable: false saveAsLocked: type: boolean description: 'Mention if the order must be saved as Locked. Accepted input are true, false, 1, 0, "1", and "0".' example: false nullable: false lockerId: type: string description: 'Value must have max 100 characters. Allowed characters are: alphanumeric, space or parenthesis. The lockerId is only allowed on a few couriers.' example: '"5959"' nullable: false useOverriddenValidationRules: type: boolean description: 'If there are custom validation rules added by developers this field must be passed as true in order to be taken into account.' example: false nullable: false products: type: array description: 'Array of products' example: - [] items: type: object properties: id: type: string description: 'The product (internal) ID. The id must be unique(distinct) in the products object.' example: '184736' nullable: false quantity: type: integer description: 'The product quantity. The value must be at least 1.' example: 3 nullable: false price: type: number description: 'The product price. The price can have max 4 decimals.' example: 100.9999 nullable: false required: - id - quantity required: - prefDate - cashOnDelivery - courierId - maxKeepDays - products '/api/v1/connectors/client/orders/update/{orderId}': put: summary: 'UPDATE Order' operationId: uPDATEOrder description: "Updates order by ID\n\nThrottling: Max 15 requests per minute. (15/1)\n\n\n\n" parameters: [] responses: { } tags: - 'API V1 - Orders' requestBody: required: true content: application/json: schema: type: object properties: address: type: string description: 'requiredIf The recipient address. It is required if awbUrl field is empty.' example: 'Str. My Street, No.10, Ap. 99' nullable: false city: type: string description: 'requiredIf The recipient city. The field must have at least 1 character. It is required if awbUrl field is empty. Max 50 characters allowed.' example: Bucuresti nullable: false county: type: string description: 'requiredIf The recipient county. The field must have at least 1 character. It is required if awbUrl field is empty. Max 50 characters allowed.' example: 'Sector 12307050000008470' nullable: false country: type: string description: 'requiredIf The recipient country. The field must have min 2 characters. It is required if awbUrl field is empty. Between 2 and 50 characters allowed.' example: RO nullable: false postalCode: type: string description: 'The recipient postal code. Max 10 characters allowed.' example: quam nullable: false companyName: type: string description: 'The recipient company name. Fill only if the shipment is B2B. Max 150 characters allowed.' example: 'Company SA' nullable: false companyUniqueIdentifier: type: string description: 'The recipient Company Unique Identifier (CUI/VAT). Fill only if the shipment is B2B. Max 20 characters allowed.' example: RO55599888 nullable: false companyRegistrationNumber: type: string description: 'The recipient company registration number. Fill only if the shipment is B2B. Max 100 characters allowed.' example: J99/9999/1950 nullable: false contactPerson: type: string description: 'The recipient contact person. Max 200 characters allowed.' example: fugiat nullable: false contactPhone: type: string description: 'The recipient contact person phone. The phone number must contain the correct number of digits and the allowed characters between digits are: space, dash, dots or parenthesis.' example: '0700999111' nullable: false contactEmail: type: email description: 'requiredIf The recipient contact person email. It is required if the selected courier is DPD (courierId 7) and the country is not RO/Romania.' example: stan38@example.com nullable: false cashOnDelivery: type: numeric description: 'The shipment Cash On Delivery amount. The amount can have max 2 decimals. If the order does not have Cash On Delivery the field value must be 0.' example: '100.99' nullable: false warehouseRemarks: type: sting description: 'Info for Warehouse.' example: suscipit nullable: false shippingInstructions: type: sting description: 'Info for the shipping courier.' example: rerum nullable: false courierId: type: integer description: 'The courier ID.' example: 15 nullable: false courierSubAccountId: type: integer description: 'The SubAccount courier ID.' example: 4 nullable: false awbUrl: type: url description: 'Url path to a pdf containing the order AWB. Max 250 characters allowed.' example: 'https://pathtomyawb.pdf' nullable: false invoiceUrl: type: url description: 'Url path to a pdf containing the order invoice. Max 250 characters allowed.' example: 'https://pathtomyinvoice.pdf' nullable: false deliveryNoteUrl: type: url description: 'Url path to a pdf containing the order delivery note. Max 250 characters allowed.' example: 'https://pathtomydeliverynote.pdf' nullable: false maxKeepDays: type: integer description: 'Value between 0 and 365.' example: 365 nullable: false externalSource: type: string description: 'The name of the external source of the order. The value must start with a value from in External Source List endpoint result.' example: 'Shopify MyWebSite' nullable: false externalSourceOrderId: type: string description: 'The order website id or any other id that can help identify the order in our system.' example: AxZ00001 nullable: false awbNumber: type: string description: 'The AWB Number. Max 150 characters allowed.' example: AWB001 nullable: false withPriority: type: boolean description: 'Mention if the order must be prioritized. Accepted input are true, false, 1, 0, "1", and "0".' example: false nullable: false lockerId: type: string description: 'Value must have max 100 characters. Allowed characters are: alphanumeric, space or parenthesis. The lockerId is only allowed on a few couriers.' example: '"5959"' nullable: false required: - contactPerson - contactPhone - cashOnDelivery - courierId - maxKeepDays parameters: - in: path name: orderId description: 'The order ID.' example: null required: true schema: type: integer '/api/v1/connectors/client/orders/updateUrlField/{orderId}': put: summary: 'UPDATE Order Url Field' operationId: uPDATEOrderUrlField description: "Directly updates order url fields by ID\n\nThrottling: Max 5 requests per minute. (5/1)" parameters: [] responses: { } tags: - 'API V1 - Orders' requestBody: required: true content: application/json: schema: type: object properties: urlField: type: 'enum(invoiceUrl,deliveryNoteUrl)' description: 'The target order url field that should be updated.' example: invoiceUrl nullable: false url: type: url description: 'The url path that returns a PDF file. Max 250 characters allowed.' example: 'https://pathtomyurl.pdf' nullable: false deliveryNoteSerialNumber: type: string description: 'The delivery note serial number. Allowed only when urlField is equal to deliveryNoteUrl. Max 30 characters allowed.' example: NO-001 nullable: false required: - urlField parameters: - in: path name: orderId description: 'The order ID.' example: null required: true schema: type: integer '/api/v1/connectors/client/orders/delete/{orderId}': delete: summary: 'DELETE Order By ID' operationId: dELETEOrderByID description: "Delete Order by internal id\n\nThrottling: Max 60 requests per minute. (60/1)" parameters: [] responses: 404: description: '' content: application/json: schema: type: object example: success: false error: message: 'Entry for OrderItem not found' code: 404 properties: success: type: boolean example: false error: type: object properties: message: type: string example: 'Entry for OrderItem not found' code: type: integer example: 404 tags: - 'API V1 - Orders' parameters: - in: path name: orderId description: 'The order ID.' example: null required: true schema: type: integer '/api/v1/connectors/client/orders/lock/{orderId}': post: summary: 'LOCK Order By ID' operationId: lOCKOrderByID description: "LOCK Order by internal id. This will prevent the start of order processing until it's unlocked.\n\nThrottling: Max 60 requests per minute. (60/1)" parameters: [] responses: 404: description: '' content: application/json: schema: type: object example: success: false error: message: 'Entry for OrderItem not found' code: 404 properties: success: type: boolean example: false error: type: object properties: message: type: string example: 'Entry for OrderItem not found' code: type: integer example: 404 tags: - 'API V1 - Orders' parameters: - in: path name: orderId description: 'The order ID.' example: null required: true schema: type: integer '/api/v1/connectors/client/orders/unlock/{orderId}': post: summary: 'UNLOCK Order By ID' operationId: uNLOCKOrderByID description: "UNLOCK Order by internal id. This will unlock the order so the warehouse operators can start the picking and packing processes.\n\nThrottling: Max 60 requests per minute. (60/1)" parameters: [] responses: 404: description: '' content: application/json: schema: type: object example: success: false error: message: 'Entry for OrderItem not found' code: 404 properties: success: type: boolean example: false error: type: object properties: message: type: string example: 'Entry for OrderItem not found' code: type: integer example: 404 tags: - 'API V1 - Orders' parameters: - in: path name: orderId description: 'The order ID.' example: null required: true schema: type: integer /api/v1/connectors/client/orders/externalSourceList: get: summary: 'GET External Source List' operationId: gETExternalSourceList description: "Retrieve a list with the allowed external sources.\n\nThrottling: Max 100 requests per minute. (100/1)\n\nPlease inform us if your source is not on this list, so we can add it." parameters: [] responses: 200: description: '' content: application/json: schema: type: object example: data: - Fulfill - Gomag - EasySales - Teamshare - ContentSpeed - BaseLinker - VTEX - Shopify - Magento - PrestaShop - OpenCart - WooCommerce - MerchantPro - 'EMAG RO' - 'EMAG HU' - 'EMAG BG' - CEL - Elefant - Vivre - OLX - Okazii - Wordpress - Mentor - Metrica - 'Fashion Days' - Trendyol - SeniorSoftware success: true properties: data: type: array example: - Fulfill - Gomag - EasySales - Teamshare - ContentSpeed - BaseLinker - VTEX - Shopify - Magento - PrestaShop - OpenCart - WooCommerce - MerchantPro - 'EMAG RO' - 'EMAG HU' - 'EMAG BG' - CEL - Elefant - Vivre - OLX - Okazii - Wordpress - Mentor - Metrica - 'Fashion Days' - Trendyol - SeniorSoftware items: type: string success: type: boolean example: true tags: - 'API V1 - Orders' /api/v1/connectors/client/orders/requestDPDPickup: post: summary: 'REQUEST DPD Pickup' operationId: rEQUESTDPDPickup description: "Creates a new DPD AWB number and Pickup request for the given order ID.\n\n" parameters: [] responses: { } tags: - 'API V1 - Orders' requestBody: required: true content: application/json: schema: type: object properties: id: type: string description: 'Requested order id.' example: '1234' nullable: false identifiedAs: type: 'enum(orderId,externalId,externalSourceOrderId)' description: 'Order column identifier for specifying where the provided id value should be searched.' example: orderId nullable: false sender: type: object description: 'Contains information about the sender of the shipment.' example: [] nullable: false properties: clientName: type: string description: 'Sender client name.' example: 'Company 999' nullable: false contactName: type: string description: 'Sender contact name.' example: 'Contact Test' nullable: false contactPhoneNumber: type: string description: 'Sender contact phone.' example: delectus nullable: false address: type: string description: 'Sender address.' example: 'Test address' nullable: false city: type: string description: 'Sender city.' example: City nullable: false county: type: string description: 'Sender county.' example: County nullable: false postCode: type: string description: 'Sender postal code.' example: '999999' nullable: false extra: type: object description: 'Contains extra information for DPD.' example: [] nullable: false properties: declaredValueAmount: type: numeric description: 'The amount can have max 2 decimals.' example: '100.99' nullable: false required: - id - identifiedAs - sender /api/v1/connectors/client/orders/invoice/information: get: summary: 'GET Invoices Information' operationId: gETInvoicesInformation description: "Returns a list with all invoices information that can be filtered by the available parameters.\n\nThrottling: Max 20 requests per hour. (20/60)\n\nDefault page size : 100 records per page.\n\nPresents the result with page size and pagination." parameters: - in: query name: page description: 'Which page to show.' example: 1 required: false schema: type: integer description: 'Which page to show.' example: 1 nullable: false responses: 403: description: '' content: application/json: schema: type: object example: success: false error: message: 'Not allowed to access this endpoint.' code: 403 properties: success: type: boolean example: false error: type: object properties: message: type: string example: 'Not allowed to access this endpoint.' code: type: integer example: 403 tags: - 'API V1 - Order Invoices' requestBody: required: false content: application/json: schema: type: object properties: hasInvoiceNumber: type: boolean description: 'The result is filtered based on the presence of the invoice number in the information. If missing the filter will not be added.' example: false nullable: false orderIsShipped: type: boolean description: 'The result is filtered based on the internal order status. If missing the filter will not be added.' example: true nullable: false startDate: type: date description: 'A date between past and today. The format must be in: Y-m-d H:i:s' example: '2024-01-01 12:59:59' nullable: false dateQueryType: type: 'enum(invoiceInformationCreatedDate,orderSentDate)' description: 'The column that should be queried by startDate field.' example: orderSentDate nullable: false orderByField: type: 'enum(invoiceInformationCreatedDate,orderSentDate)' description: 'The field responsible for ordering the result.' example: orderSentDate nullable: false orderByDirection: type: 'enum(ASC,DESC)' description: 'The direction of order for orderByField field.' example: ASC nullable: false perPage: type: integer description: 'Number of records to show per page. The allowed values are between 10 and 250. If not provided, the default is 100.' example: 100 nullable: false '/api/v1/connectors/client/orders/invoice/information/byOrderId/{orderId}': get: summary: 'GET Invoice Info By Order ID' operationId: gETInvoiceInfoByOrderID description: "GET Invoice Information By Order internal ID\n\nThrottling: Max 10 requests per minute. (10/1)\n\n" parameters: [] responses: 403: description: '' content: application/json: schema: type: object example: success: false error: message: 'Not allowed to access this endpoint.' code: 403 properties: success: type: boolean example: false error: type: object properties: message: type: string example: 'Not allowed to access this endpoint.' code: type: integer example: 403 404: description: '' content: application/json: schema: type: object example: success: false error: message: 'Entry for OrderItem not found' code: 404 properties: success: type: boolean example: false error: type: object properties: message: type: string example: 'Entry for OrderItem not found' code: type: integer example: 404 tags: - 'API V1 - Order Invoices' parameters: - in: path name: orderId description: '' example: asperiores required: true schema: type: string - in: path name: order_id description: 'The order ID.' example: 101 required: true schema: type: integer '/api/v1/connectors/client/orders/invoice/information/create/{orderId}': post: summary: 'CREATE Order Invoice Information' operationId: cREATEOrderInvoiceInformation description: "Creates a new Order Invoice Information.\n\nThrottling: Max 15 requests per minute. (15/1)\n\n" parameters: [] responses: { } tags: - 'API V1 - Order Invoices' requestBody: required: true content: application/json: schema: type: object properties: isLegalEntity: type: boolean description: 'Mention if the order invoice information is a legal entity/juridical person or an individual/natural person. Accepted input are true, false, 1, 0, "1", and "0".' example: false nullable: false companyName: type: string description: 'requiredIf The billing Company name. Fill only if the invoice is a legal entity. Max 75 characters allowed.' example: 'Company Name' nullable: false companyUniqueIdentifier: type: string description: 'requiredIf The billing Company Unique Identifier (CUI/VAT). Fill only if the invoice is a legal entity. All whitespaces and non-alphanumeric characters are automatically removed from this field. Max 30 characters allowed.' example: RO55599888 nullable: false companyRegistrationNumber: type: string description: 'The billing company registration number. Max 50 characters allowed.' example: J99/9999/1950 nullable: false companyBankName: type: string description: 'The billing company bank name. Fill only if the invoice is for a legal entity. Max 50 characters allowed.' example: 'The Bank of' nullable: false companyIban: type: string description: 'The billing company IBAN. Fill only if the invoice is for a legal entity. Max 34 characters allowed.' example: RO49AAAA1B31007593840000 nullable: false firstName: type: string description: 'requiredIf required The billing contact first name. Max 50 characters allowed. Required if lastName is not present.' example: First nullable: false lastName: type: string description: 'requiredIf required The billing contact last name. Max 50 characters allowed. Required if firstName is not present.' example: Last nullable: false address: type: string description: 'The billing address.' example: 'Str. My Street, No.10, Ap. 99' nullable: false city: type: string description: 'The billing city. The field must have at least 1 character. Max 50 characters allowed.' example: Bucuresti nullable: false county: type: string description: 'The billing county. The field must have at least 1 character. Max 50 characters allowed.' example: 'Sector 1' nullable: false country: type: string description: 'The billing country. Between 2 and 50 characters allowed.' example: RO nullable: false postalCode: type: string description: 'The billing postal code. Max 10 characters allowed.' example: '010111' nullable: false phone: type: string description: 'The billing phone. The phone number must contain the correct number of digits and the allowed characters between digits are: space, dash, dots or parenthesis.' example: '0700999111' nullable: false email: type: string description: 'The billing email.' example: test@test.com nullable: false shippingTax: type: decimal description: 'The shipping tax. The value can have up to 2 decimal places.' example: '100.50' nullable: false processingFee: type: decimal description: 'The processing fee for the order. The value can have up to 2 decimal places.' example: '0' nullable: false discountsTotal: type: decimal description: 'The current total value of all the discounts. The value can have up to 2 decimal places.' example: '100.99' nullable: false invoiceTotal: type: decimal description: 'The current total value of the invoice. The value can have up to 2 decimal places.' example: '999.99' nullable: false invoiceNumber: type: string description: 'An invoice number is a unique number assigned to invoices. They allow invoices to be easily identified and tracked for accounting and tax purposes.' example: SN-RO-001 nullable: false urlPath: type: url description: 'Url path to a pdf containing the order invoice. Max 100 characters allowed.' example: 'https://pathtomyinvoice.pdf' nullable: false unlockOrder: type: boolean description: 'Mention if the order must be unlocked after the Invoice Information is added. It`s recommended to create the order as Locked if the invoice information is required through it`s lifetime. Accepted input are true, false, 1, 0, "1", and "0".' example: false nullable: false sameLinesAsOrder: type: boolean description: 'Activate a validation check that will verify if the provided invoice lines are the same as order lines. Accepted input are true, false, 1, 0, "1", and "0".' example: false nullable: false linesPriceCheck: type: boolean description: 'Activate a validation check that will verify if the sum of provided invoice lines is equal to invoiceTotal value. Accepted input are true, false, 1, 0, "1", and "0".' example: false nullable: false discounts: type: array description: 'Contains a list of discounts. This object parameter will be deprecated in the future. Please use discountApplications instead.' example: - [] items: type: object properties: name: type: string description: 'The discount name. Max 30 characters allowed. The field must be distinct. The field may have alphanumeric characters, as well as dashes and underscores.' example: 'Discount Name No-1' nullable: false value: type: decimal description: 'The discount value. The value can have up to 4 decimals and can also be a negative value.' example: '100.9999' nullable: false required: - name - value discountApplications: type: array description: 'Contains a list of discounts applied to the order based on Shopify REST Order resource model.' example: - [] items: type: object properties: allocationMethod: type: string description: 'The method by which the discount application value has been allocated to entitled lines.' example: each nullable: false targetSelection: type: string description: 'The lines on the order, of the type defined by target_type, that the discount is allocated over. Valid values: all, entitled, explicit.' example: explicit nullable: false targetType: type: string description: 'The type of line on the order that the discount is applicable on. Valid values: line_item, shipping_line.' example: shipping_line nullable: false code: type: string description: 'The discount code that was used to apply the discount. Available only for discount code applications.' example: CODEX101 nullable: false title: type: string description: 'The title of the discount application, as defined by the merchant. Available only for manual discount applications.' example: title nullable: false description: type: string description: 'The description of the discount application, as defined by the merchant. Available only for manual and script discount applications.' example: description nullable: false type: type: string description: 'The discount application type. Valid values: automatic, discount_code, manual, script.' example: discount_code nullable: false value: type: decimal description: 'The value of the discount application as a decimal. This represents the intention of the discount application. For example, if the intent was to apply a 20% discount, then the value will be 20.0. If the intent was to apply a $15 discount, then the value will be 15.0' example: '20.0' nullable: false valueType: type: string description: 'The type of the value. Valid values: fixed_amount, percentage.' example: fixed_amount nullable: false calculatedAmount: type: decimal description: 'The calculated discount amount.' example: '100.9999' nullable: false required: - value - valueType - calculatedAmount invoiceLines: type: array description: 'Contains a list of invoice lines.' example: - [] items: type: object properties: productId: type: integer description: 'The order product ID. The field must be distinct.' example: 123456 nullable: false lineExternalIdentifier: type: string description: 'The external id of the corresponding invoice line. Max 50 characters allowed.' example: reiciendis nullable: false pricePerUnit: type: decimal description: 'The invoice line price per unit. The value must be a positive number and can have up to 2 decimal places.' example: '10.55' nullable: false quantity: type: integer description: 'The invoice line quantity. The value must be a positive number.' example: 5 nullable: false totalDiscount: type: decimal description: 'The invoice line total discount. The value must be a positive number and can have up to 2 decimal places.' example: '10.55' nullable: false taxLines: type: array description: 'Contains a list of tax lines for each invoice line.' example: - [] items: type: object properties: title: type: string description: 'The tax title. Between 3 and 50 characters allowed.' example: 'VAT RO' nullable: false required: - title price: type: decimal description: 'The tax price. The value must be a positive number and can have up to 2 decimal places.' example: '10.55' nullable: false rate: type: decimal description: 'The tax rate percentage. The value must be a positive number and can have up to 2 decimal places.' example: '0.99' nullable: false required: - productId - pricePerUnit - quantity - totalDiscount - price required: - isLegalEntity - address - city - county - country - shippingTax parameters: - in: path name: orderId description: 'The order ID.' example: null required: true schema: type: integer '/api/v1/connectors/client/orders/invoice/information/update/{orderInvoiceInformation_id}/invoiceNumber': post: summary: 'UPDATE Order Invoice Info Number' operationId: uPDATEOrderInvoiceInfoNumber description: "Updates the invoice number for the Order invoice information by ID\n\nThrottling: Max 50 requests per minute. (50/1)" parameters: - in: query name: page description: 'Which page to show.' example: 1 required: false schema: type: integer description: 'Which page to show.' example: 1 nullable: false responses: { } tags: - 'API V1 - Order Invoices' requestBody: required: true content: application/json: schema: type: object properties: invoiceNumber: type: string description: 'An invoice number is a unique number assigned to invoices. They allow invoices to be easily identified and tracked for accounting and tax purposes.' example: SN-RO-001 nullable: false urlPath: type: url description: 'Url path to a pdf containing the order invoice. Max 100 characters allowed.' example: 'https://pathtomyinvoice.pdf' nullable: false required: - invoiceNumber parameters: - in: path name: orderInvoiceInformation_id description: 'The ID of the orderInvoiceInformation.' example: 13 required: true schema: type: integer - in: path name: orderInvoiceInformation description: 'The Order invoice information ID.' example: null required: true schema: type: integer /api/v1/connectors/client/products: get: summary: 'GET All Products' operationId: gETAllProducts description: "List all products.\n\nPresents the result with page size and simple pagination (without showing the total number of records and last page).\n\nThrottling: Max 20 requests per minute. (20/1) Max 100 requests per hour. (100/60)\n\nDefault page size : 1000 records per page." parameters: - in: query name: page description: 'Which page to show.' example: 1 required: false schema: type: integer description: 'Which page to show.' example: 1 nullable: false responses: 200: description: '' content: application/json: schema: type: object example: data: - productId: 1 description: 'Produs neregasit in BD - Comanda incompleta' pictureUrl: '' productCode: '' ean: '' externalId: -1 price: '0.00' VATPercentage: 0 WEEETax: '0.00' weight: null productType: Normal expirationType: '0' expirationTypeDescription: Normal useDefaultExpiryOnReception: false generalType: null condition: GOOD invoiceExternalIdentifier: null externalSource: null externalSourceProductId: null hasSerialNumber: false createdAt: null updatedAt: null - productId: 2 description: '"Produs TestClient 1' pictureUrl: 'https://www.youtube.com/test/123/' productCode: prodtestclient1 ean: zang1 externalId: 10001 price: '0.00' VATPercentage: 0 WEEETax: '0.00' weight: 25000 productType: Normal expirationType: '0' expirationTypeDescription: Normal useDefaultExpiryOnReception: false generalType: null condition: GOOD invoiceExternalIdentifier: null externalSource: null externalSourceProductId: null hasSerialNumber: false createdAt: null updatedAt: null - productId: 3 description: 'Produs TestClient 2' pictureUrl: '' productCode: prodtestclient2 ean: zang2 externalId: 10002 price: '0.00' VATPercentage: 0 WEEETax: '0.00' weight: 1000 productType: Normal expirationType: '0' expirationTypeDescription: Normal useDefaultExpiryOnReception: false generalType: null condition: GOOD invoiceExternalIdentifier: null externalSource: null externalSourceProductId: null hasSerialNumber: false createdAt: null updatedAt: null - productId: 4 description: 'Produs TestClient 3' pictureUrl: '' productCode: prodtestclient3 ean: zang3 externalId: 10003 price: '0.00' VATPercentage: 0 WEEETax: '0.00' weight: null productType: Normal expirationType: '0' expirationTypeDescription: Normal useDefaultExpiryOnReception: false generalType: null condition: GOOD invoiceExternalIdentifier: null externalSource: null externalSourceProductId: null hasSerialNumber: false createdAt: null updatedAt: null - productId: 5 description: 'Produs TestClient 4' pictureUrl: '' productCode: prodtestclient4 ean: zang4 externalId: 10004 price: '0.00' VATPercentage: 0 WEEETax: '0.00' weight: null productType: Normal expirationType: '0' expirationTypeDescription: Normal useDefaultExpiryOnReception: false generalType: null condition: GOOD invoiceExternalIdentifier: null externalSource: null externalSourceProductId: null hasSerialNumber: true createdAt: null updatedAt: null - productId: 6 description: 'Produs TestClient 5' pictureUrl: '' productCode: prodtestclient5 ean: zang5 externalId: 10005 price: '0.00' VATPercentage: 0 WEEETax: '0.00' weight: null productType: Normal expirationType: '0' expirationTypeDescription: Normal useDefaultExpiryOnReception: false generalType: null condition: GOOD invoiceExternalIdentifier: null externalSource: null externalSourceProductId: null hasSerialNumber: false createdAt: null updatedAt: null - productId: 7 description: 'Produs TestClient 6' pictureUrl: '' productCode: prodtestclient6 ean: zang6 externalId: 10006 price: '0.00' VATPercentage: 0 WEEETax: '0.00' weight: null productType: Normal expirationType: '0' expirationTypeDescription: Normal useDefaultExpiryOnReception: false generalType: null condition: GOOD invoiceExternalIdentifier: null externalSource: null externalSourceProductId: null hasSerialNumber: false createdAt: null updatedAt: null - productId: 8 description: 'Produs TestClient 7' pictureUrl: '' productCode: prodtestclient7 ean: zang7 externalId: 10007 price: '0.00' VATPercentage: 0 WEEETax: '0.00' weight: null productType: Normal expirationType: '0' expirationTypeDescription: Normal useDefaultExpiryOnReception: false generalType: null condition: GOOD invoiceExternalIdentifier: null externalSource: null externalSourceProductId: null hasSerialNumber: false createdAt: null updatedAt: null - productId: 9 description: 'Produs TestClient 8Produs TestClient 8Produs TestClient 8' pictureUrl: '' productCode: prodtestclient8 ean: zang8 externalId: 10008 price: '0.00' VATPercentage: 0 WEEETax: '0.00' weight: null productType: Normal expirationType: '0' expirationTypeDescription: Normal useDefaultExpiryOnReception: false generalType: null condition: GOOD invoiceExternalIdentifier: null externalSource: null externalSourceProductId: null hasSerialNumber: false createdAt: null updatedAt: null - productId: 10 description: 'Produs TestClient 9' pictureUrl: '' productCode: prodtestclient9 ean: zang9 externalId: 10009 price: '0.00' VATPercentage: 0 WEEETax: '0.00' weight: null productType: Normal expirationType: '0' expirationTypeDescription: Normal useDefaultExpiryOnReception: false generalType: null condition: GOOD invoiceExternalIdentifier: null externalSource: null externalSourceProductId: null hasSerialNumber: false createdAt: null updatedAt: null - productId: 11 description: 'Produs TestClient 10' pictureUrl: '' productCode: prodtestclient10 ean: zang10 externalId: 10010 price: '0.00' VATPercentage: 0 WEEETax: '0.00' weight: null productType: Normal expirationType: '0' expirationTypeDescription: Normal useDefaultExpiryOnReception: false generalType: null condition: GOOD invoiceExternalIdentifier: null externalSource: null externalSourceProductId: null hasSerialNumber: false createdAt: null updatedAt: null - productId: 12 description: 'Produs TestClient 11' pictureUrl: '' productCode: prodtestclient11 ean: zang11 externalId: 10011 price: '0.00' VATPercentage: 0 WEEETax: '0.00' weight: null productType: Normal expirationType: '0' expirationTypeDescription: Normal useDefaultExpiryOnReception: false generalType: null condition: GOOD invoiceExternalIdentifier: null externalSource: null externalSourceProductId: null hasSerialNumber: false createdAt: null updatedAt: null - productId: 13 description: 'Produs TestClient 12Produs TestClient 12Produs TestClient 12Produs TestClient 12Produs TestClient 12' pictureUrl: '' productCode: prodtestclient12 ean: zang12 externalId: 10012 price: '0.00' VATPercentage: 0 WEEETax: '0.00' weight: null productType: 'With Expiration Date' expirationType: '1' expirationTypeDescription: 'With Expiration Date' useDefaultExpiryOnReception: false generalType: null condition: GOOD invoiceExternalIdentifier: null externalSource: null externalSourceProductId: null hasSerialNumber: false createdAt: null updatedAt: null - productId: 14 description: 'Produs TestClient 13' pictureUrl: '' productCode: prodtestclient13 ean: zang13 externalId: 10013 price: '0.00' VATPercentage: 0 WEEETax: '0.00' weight: null productType: 'With Expiration Date & Production Batch' expirationType: '2' expirationTypeDescription: 'With Expiration Date & Production Batch' useDefaultExpiryOnReception: false generalType: null condition: GOOD invoiceExternalIdentifier: null externalSource: null externalSourceProductId: null hasSerialNumber: false createdAt: null updatedAt: null - productId: 15 description: 'Produs TestClient 14' pictureUrl: '' productCode: prodtestclient14 ean: zang14 externalId: 10014 price: '0.00' VATPercentage: 0 WEEETax: '0.00' weight: null productType: Normal expirationType: '0' expirationTypeDescription: Normal useDefaultExpiryOnReception: false generalType: null condition: GOOD invoiceExternalIdentifier: null externalSource: null externalSourceProductId: null hasSerialNumber: false createdAt: null updatedAt: null - productId: 16 description: 'Produs TestClient 15' pictureUrl: '' productCode: prodtestclient15 ean: zang15 externalId: 10015 price: '0.00' VATPercentage: 0 WEEETax: '0.00' weight: null productType: 'With Expiration Date & Production Batch' expirationType: '2' expirationTypeDescription: 'With Expiration Date & Production Batch' useDefaultExpiryOnReception: false generalType: null condition: GOOD invoiceExternalIdentifier: null externalSource: null externalSourceProductId: null hasSerialNumber: false createdAt: null updatedAt: null - productId: 17 description: 'Produs TestClient 16' pictureUrl: '' productCode: prodtestclient16 ean: zang16 externalId: 10016 price: '0.00' VATPercentage: 0 WEEETax: '0.00' weight: null productType: Normal expirationType: '0' expirationTypeDescription: Normal useDefaultExpiryOnReception: false generalType: null condition: GOOD invoiceExternalIdentifier: null externalSource: null externalSourceProductId: null hasSerialNumber: false createdAt: null updatedAt: null - productId: 18 description: 'Produs TestClient 17' pictureUrl: '' productCode: prodtestclient17 ean: zang17 externalId: 10017 price: '0.00' VATPercentage: 0 WEEETax: '0.00' weight: null productType: Normal expirationType: '0' expirationTypeDescription: Normal useDefaultExpiryOnReception: false generalType: null condition: GOOD invoiceExternalIdentifier: null externalSource: null externalSourceProductId: null hasSerialNumber: false createdAt: null updatedAt: null - productId: 19 description: 'Produs TestClient 18' pictureUrl: '' productCode: prodtestclient18 ean: zang18 externalId: 10018 price: '0.00' VATPercentage: 0 WEEETax: '0.00' weight: null productType: Normal expirationType: '0' expirationTypeDescription: Normal useDefaultExpiryOnReception: false generalType: null condition: GOOD invoiceExternalIdentifier: null externalSource: null externalSourceProductId: null hasSerialNumber: false createdAt: null updatedAt: null - productId: 20 description: 'Produs TestClient 19' pictureUrl: '' productCode: prodtestclient19 ean: zang19 externalId: 10019 price: '0.00' VATPercentage: 0 WEEETax: '0.00' weight: null productType: Normal expirationType: '0' expirationTypeDescription: Normal useDefaultExpiryOnReception: false generalType: null condition: GOOD invoiceExternalIdentifier: null externalSource: null externalSourceProductId: null hasSerialNumber: false createdAt: null updatedAt: null - productId: 21 description: 'Produs TestClient 20' pictureUrl: '' productCode: prodtestclient20 ean: zang20 externalId: 10020 price: '0.00' VATPercentage: 0 WEEETax: '0.00' weight: 100 productType: Normal expirationType: '0' expirationTypeDescription: Normal useDefaultExpiryOnReception: false generalType: null condition: GOOD invoiceExternalIdentifier: null externalSource: null externalSourceProductId: null hasSerialNumber: false createdAt: null updatedAt: null - productId: 22 description: 'Produs evidenta palet sus' pictureUrl: '' productCode: paletproduct_22 ean: paletproduct_22 externalId: 0 price: '0.00' VATPercentage: 0 WEEETax: '0.00' weight: 0 productType: Normal expirationType: '0' expirationTypeDescription: Normal useDefaultExpiryOnReception: false generalType: null condition: GOOD invoiceExternalIdentifier: null externalSource: null externalSourceProductId: null hasSerialNumber: false createdAt: null updatedAt: null - productId: 12212 description: 'Produs TestClient 99992' pictureUrl: '' productCode: 8033524170111-DEC ean: meh1_a_A-a.a..a.az externalId: 0 price: '0.00' VATPercentage: 0 WEEETax: '0.00' weight: 0 productType: Normal expirationType: '0' expirationTypeDescription: Normal useDefaultExpiryOnReception: false generalType: null condition: GOOD invoiceExternalIdentifier: null externalSource: null externalSourceProductId: null hasSerialNumber: true createdAt: '2023-07-13T12:46:41.000000Z' updatedAt: '2023-11-01T09:32:08.000000Z' - productId: 28160 description: 'Test Fast print orders' pictureUrl: '' productCode: NewTest ean: '5896545632104' externalId: 0 price: '0.00' VATPercentage: 0 WEEETax: '0.00' weight: 0 productType: Normal expirationType: '0' expirationTypeDescription: Normal useDefaultExpiryOnReception: false generalType: null condition: GOOD invoiceExternalIdentifier: null externalSource: null externalSourceProductId: null hasSerialNumber: false createdAt: '2023-11-01T09:37:35.000000Z' updatedAt: '2023-11-01T09:37:35.000000Z' - productId: 86271 description: 'Rapala Sliver Воблер' pictureUrl: 'https://clients.mercoria.com/uploads/images/products/16/45268-rapala-sliver-vobler-2.jpg' productCode: '10329' ean: '' externalId: 45268 price: '0.00' VATPercentage: 0 WEEETax: '0.00' weight: 16 productType: Normal expirationType: '0' expirationTypeDescription: Normal useDefaultExpiryOnReception: false generalType: null condition: GOOD invoiceExternalIdentifier: null externalSource: null externalSourceProductId: null hasSerialNumber: false createdAt: null updatedAt: null - productId: 86272 description: 'Rapala Shadow Rap Воблер' pictureUrl: 'https://clients.mercoria.com/uploads/images/products/16/45271-rapala-shadow-rap-vobler-2.jpg' productCode: '10426' ean: '' externalId: 45271 price: '0.00' VATPercentage: 0 WEEETax: '0.00' weight: 12 productType: Normal expirationType: '0' expirationTypeDescription: Normal useDefaultExpiryOnReception: false generalType: null condition: GOOD invoiceExternalIdentifier: null externalSource: null externalSourceProductId: null hasSerialNumber: false createdAt: null updatedAt: null - productId: 86273 description: 'Salmo Image Tiny Sinking Воблер' pictureUrl: 'https://clients.mercoria.com/uploads/images/products/16/45272-salmo-image-tiny-sinking-vobler-1.jpg' productCode: '10539' ean: '' externalId: 45272 price: '0.00' VATPercentage: 0 WEEETax: '0.00' weight: 2 productType: Normal expirationType: '0' expirationTypeDescription: Normal useDefaultExpiryOnReception: false generalType: null condition: GOOD invoiceExternalIdentifier: null externalSource: null externalSourceProductId: null hasSerialNumber: false createdAt: null updatedAt: null - productId: 86274 description: 'Salmo Freediver Super Deep Runner Floating 12 cm Воблер плуващ' pictureUrl: 'https://clients.mercoria.com/uploads/images/products/16/45273-salmo-freediver-super-deep-runner-floating-vobler-3.jpg' productCode: '10633' ean: '' externalId: 45273 price: '0.00' VATPercentage: 0 WEEETax: '0.00' weight: 24 productType: Normal expirationType: '0' expirationTypeDescription: Normal useDefaultExpiryOnReception: false generalType: null condition: GOOD invoiceExternalIdentifier: null externalSource: null externalSourceProductId: null hasSerialNumber: false createdAt: null updatedAt: null - productId: 86275 description: 'Simrad NSS7 Evo2 Touch Сонар' pictureUrl: 'https://clients.mercoria.com/uploads/images/products/16/47969-180903101803simrad-nss7-evo2-touch-sonar-4.jpg' productCode: '20162' ean: '' externalId: 47969 price: '0.00' VATPercentage: 0 WEEETax: '0.00' weight: 0 productType: Normal expirationType: '0' expirationTypeDescription: Normal useDefaultExpiryOnReception: false generalType: null condition: GOOD invoiceExternalIdentifier: null externalSource: null externalSourceProductId: null hasSerialNumber: false createdAt: null updatedAt: null - productId: 86276 description: 'Humminbird Onyx 8cxi SI Combo Сонар' pictureUrl: 'https://clients.mercoria.com/uploads/images/products/16/47966-180903101708humminbird-onyx-8cxi-si-combo-sonar-1.jpg' productCode: '20163' ean: '' externalId: 47966 price: '0.00' VATPercentage: 0 WEEETax: '0.00' weight: 0 productType: Normal expirationType: '0' expirationTypeDescription: Normal useDefaultExpiryOnReception: false generalType: null condition: GOOD invoiceExternalIdentifier: null externalSource: null externalSourceProductId: null hasSerialNumber: false createdAt: null updatedAt: null - productId: 86277 description: 'Humminbird 1199cxi HD SI Combo Сонар' pictureUrl: 'https://clients.mercoria.com/uploads/images/products/16/47970-180831172407humminbird-1199cxi-hd-si-combo-sonar-2.jpg' productCode: '20164' ean: '' externalId: 47970 price: '0.00' VATPercentage: 0 WEEETax: '0.00' weight: 0 productType: Normal expirationType: '0' expirationTypeDescription: Normal useDefaultExpiryOnReception: false generalType: null condition: GOOD invoiceExternalIdentifier: null externalSource: null externalSourceProductId: null hasSerialNumber: false createdAt: null updatedAt: null - productId: 86278 description: 'Humminbird 999cxi HD SI COMBO Сонар' pictureUrl: 'https://clients.mercoria.com/uploads/images/products/16/47971-180903101618humminbird-999cxi-hd-si-combo-sonar-1.png' productCode: '20165' ean: '' externalId: 47971 price: '0.00' VATPercentage: 0 WEEETax: '0.00' weight: 0 productType: Normal expirationType: '0' expirationTypeDescription: Normal useDefaultExpiryOnReception: false generalType: null condition: GOOD invoiceExternalIdentifier: null externalSource: null externalSourceProductId: null hasSerialNumber: false createdAt: null updatedAt: null - productId: 86279 description: 'Humminbird 899cxi HD SI Combo Сонар' pictureUrl: 'https://clients.mercoria.com/uploads/images/products/16/47972-180903101526humminbird-899cxi-hd-si-combo-sonar-2.png' productCode: '20166' ean: '' externalId: 47972 price: '0.00' VATPercentage: 0 WEEETax: '0.00' weight: 0 productType: Normal expirationType: '0' expirationTypeDescription: Normal useDefaultExpiryOnReception: false generalType: null condition: GOOD invoiceExternalIdentifier: null externalSource: null externalSourceProductId: null hasSerialNumber: false createdAt: null updatedAt: null - productId: 86280 description: 'Strike Pro Cyber Vibe JG-005A 3.5см 4.5г Цикада' pictureUrl: 'https://clients.mercoria.com/uploads/images/products/16/47943-strike-pro-cyber-vibe-jg-005a-35sm-45g-cikada-1.png' productCode: '20277' ean: '' externalId: 47943 price: '0.00' VATPercentage: 0 WEEETax: '0.00' weight: 4 productType: Normal expirationType: '0' expirationTypeDescription: Normal useDefaultExpiryOnReception: false generalType: null condition: GOOD invoiceExternalIdentifier: null externalSource: null externalSourceProductId: null hasSerialNumber: false createdAt: null updatedAt: null - productId: 86281 description: 'Simrad NSS 9 Evo3 Сонар' pictureUrl: 'https://clients.mercoria.com/uploads/images/products/16/47973-simrad-nss-9-evo3-sonar-1.jpg' productCode: '26190' ean: '' externalId: 47973 price: '0.00' VATPercentage: 0 WEEETax: '0.00' weight: 0 productType: Normal expirationType: '0' expirationTypeDescription: Normal useDefaultExpiryOnReception: false generalType: null condition: GOOD invoiceExternalIdentifier: null externalSource: null externalSourceProductId: null hasSerialNumber: false createdAt: null updatedAt: null - productId: 86282 description: 'Simrad NSS 7 Evo3 Сонар' pictureUrl: 'https://clients.mercoria.com/uploads/images/products/16/47974-simrad-nss-7-evo3-sonar-1.jpg' productCode: '26192' ean: '' externalId: 47974 price: '0.00' VATPercentage: 0 WEEETax: '0.00' weight: 0 productType: Normal expirationType: '0' expirationTypeDescription: Normal useDefaultExpiryOnReception: false generalType: null condition: GOOD invoiceExternalIdentifier: null externalSource: null externalSourceProductId: null hasSerialNumber: false createdAt: null updatedAt: null - productId: 86283 description: 'Humminbird Helix 12 Chirp SI GPS Сонар' pictureUrl: 'https://clients.mercoria.com/uploads/images/products/16/47975-humminbird-helix-12-chirp-si-gps-sonar-1.jpg' productCode: '26208' ean: '' externalId: 47975 price: '0.00' VATPercentage: 0 WEEETax: '0.00' weight: 0 productType: Normal expirationType: '0' expirationTypeDescription: Normal useDefaultExpiryOnReception: false generalType: null condition: GOOD invoiceExternalIdentifier: null externalSource: null externalSourceProductId: null hasSerialNumber: false createdAt: null updatedAt: null - productId: 86284 description: 'Humminbird HELIX 12 CHIRP MEGA SI GPS G2N Сонар' pictureUrl: 'https://clients.mercoria.com/uploads/images/products/16/47963-humminbird-helix-12-chirp-mega-si-gps-g2n-sonar-1.jpg' productCode: '263' ean: '' externalId: 47963 price: '0.00' VATPercentage: 0 WEEETax: '0.00' weight: 0 productType: Normal expirationType: '0' expirationTypeDescription: Normal useDefaultExpiryOnReception: false generalType: null condition: GOOD invoiceExternalIdentifier: null externalSource: null externalSourceProductId: null hasSerialNumber: false createdAt: null updatedAt: null - productId: 86285 description: 'Humminbird HELIX 10 CHIRP MEGA SI GPS G2N Сонар' pictureUrl: 'https://clients.mercoria.com/uploads/images/products/16/47964-humminbird-helix-10-chirp-mega-si-gps-g2n-sonar-1.jpg' productCode: '265' ean: '' externalId: 47964 price: '0.00' VATPercentage: 0 WEEETax: '0.00' weight: 0 productType: Normal expirationType: '0' expirationTypeDescription: Normal useDefaultExpiryOnReception: false generalType: null condition: GOOD invoiceExternalIdentifier: null externalSource: null externalSourceProductId: null hasSerialNumber: false createdAt: null updatedAt: null - productId: 86286 description: 'Humminbird HELIX 10 SI GPS Сонар' pictureUrl: 'https://clients.mercoria.com/uploads/images/products/16/47967-humminbird-helix-10-si-gps-sonar-1.png' productCode: '266' ean: '' externalId: 47967 price: '0.00' VATPercentage: 0 WEEETax: '0.00' weight: 0 productType: Normal expirationType: '0' expirationTypeDescription: Normal useDefaultExpiryOnReception: false generalType: null condition: GOOD invoiceExternalIdentifier: null externalSource: null externalSourceProductId: null hasSerialNumber: false createdAt: null updatedAt: null - productId: 86287 description: 'Humminbird HELIX 9 CHIRP MEGA SI GPS G2N Сонар' pictureUrl: 'https://clients.mercoria.com/uploads/images/products/16/47965-humminbird-helix-9-chirp-mega-si-gps-g2n-sonar-1.jpg' productCode: '267' ean: '' externalId: 47965 price: '0.00' VATPercentage: 0 WEEETax: '0.00' weight: 0 productType: Normal expirationType: '0' expirationTypeDescription: Normal useDefaultExpiryOnReception: false generalType: null condition: GOOD invoiceExternalIdentifier: null externalSource: null externalSourceProductId: null hasSerialNumber: false createdAt: null updatedAt: null - productId: 86288 description: 'Humminbird HELIX 9 SI GPS Сонар' pictureUrl: 'https://clients.mercoria.com/uploads/images/products/16/47968-humminbird-helix-9-si-gps-sonar-1.png' productCode: '268' ean: '' externalId: 47968 price: '0.00' VATPercentage: 0 WEEETax: '0.00' weight: 0 productType: Normal expirationType: '0' expirationTypeDescription: Normal useDefaultExpiryOnReception: false generalType: null condition: GOOD invoiceExternalIdentifier: null externalSource: null externalSourceProductId: null hasSerialNumber: false createdAt: null updatedAt: null - productId: 86289 description: "Pontoon 21 Jilt 2.5'' Силиконова примамка" pictureUrl: 'https://clients.mercoria.com/uploads/images/products/16/47944-0038358.jpeg' productCode: '32018' ean: '' externalId: 47944 price: '0.00' VATPercentage: 0 WEEETax: '0.00' weight: 0 productType: Normal expirationType: '0' expirationTypeDescription: Normal useDefaultExpiryOnReception: false generalType: null condition: GOOD invoiceExternalIdentifier: null externalSource: null externalSourceProductId: null hasSerialNumber: false createdAt: null updatedAt: null - productId: 86290 description: "Pontoon 21 Jilt 3'' Силиконова примамка" pictureUrl: 'https://clients.mercoria.com/uploads/images/products/16/47945-0038358.jpeg' productCode: '32039' ean: '' externalId: 47945 price: '0.00' VATPercentage: 0 WEEETax: '0.00' weight: 0 productType: Normal expirationType: '0' expirationTypeDescription: Normal useDefaultExpiryOnReception: false generalType: null condition: GOOD invoiceExternalIdentifier: null externalSource: null externalSourceProductId: null hasSerialNumber: false createdAt: null updatedAt: null - productId: 86291 description: 'Garmin VIRB® Ultra 30 Eкшън камера' pictureUrl: 'https://clients.mercoria.com/uploads/images/products/16/47958-virb_ultra30-image-00.jpg' productCode: '37791' ean: '' externalId: 47958 price: '0.00' VATPercentage: 0 WEEETax: '0.00' weight: 0 productType: Normal expirationType: '0' expirationTypeDescription: Normal useDefaultExpiryOnReception: false generalType: null condition: GOOD invoiceExternalIdentifier: null externalSource: null externalSourceProductId: null hasSerialNumber: false createdAt: null updatedAt: null - productId: 86292 description: 'Garmin VIRB® XE Водоустойчивa HD екшън камера' pictureUrl: 'https://clients.mercoria.com/uploads/images/products/16/47960-virb_xe_hr_34391-1000x750.jpg' productCode: '37832' ean: '' externalId: 47960 price: '0.00' VATPercentage: 0 WEEETax: '0.00' weight: 0 productType: Normal expirationType: '0' expirationTypeDescription: Normal useDefaultExpiryOnReception: false generalType: null condition: GOOD invoiceExternalIdentifier: null externalSource: null externalSourceProductId: null hasSerialNumber: false createdAt: null updatedAt: null - productId: 86293 description: 'Garmin Dash Cam™ 45 Видеорегистратор' pictureUrl: 'https://clients.mercoria.com/uploads/images/products/16/45224-27-pic_9728_480.jpg' productCode: '37839' ean: '' externalId: 45224 price: '0.00' VATPercentage: 0 WEEETax: '0.00' weight: 0 productType: Normal expirationType: '0' expirationTypeDescription: Normal useDefaultExpiryOnReception: false generalType: null condition: GOOD invoiceExternalIdentifier: null externalSource: null externalSourceProductId: null hasSerialNumber: false createdAt: null updatedAt: null - productId: 86294 description: 'Garmin Garmin Dash Cam™ 55 Видеорегистратор' pictureUrl: 'https://clients.mercoria.com/uploads/images/products/16/45225-27-pic_9734_480.jpg' productCode: '37848' ean: '' externalId: 45225 price: '0.00' VATPercentage: 0 WEEETax: '0.00' weight: 0 productType: Normal expirationType: '0' expirationTypeDescription: Normal useDefaultExpiryOnReception: false generalType: null condition: GOOD invoiceExternalIdentifier: null externalSource: null externalSourceProductId: null hasSerialNumber: false createdAt: null updatedAt: null - productId: 86295 description: 'Garmin echoMAP™ CHIRP 52cv Сонар' pictureUrl: 'https://clients.mercoria.com/uploads/images/products/16/45226-27-pic_8390_480.jpg' productCode: '37879' ean: '' externalId: 45226 price: '0.00' VATPercentage: 0 WEEETax: '0.00' weight: 0 productType: Normal expirationType: '0' expirationTypeDescription: Normal useDefaultExpiryOnReception: false generalType: null condition: GOOD invoiceExternalIdentifier: null externalSource: null externalSourceProductId: null hasSerialNumber: false createdAt: null updatedAt: null - productId: 86296 description: 'Garmin Garmin Dash Cam™ 65W Камера' pictureUrl: 'https://clients.mercoria.com/uploads/images/products/16/45227-27-pic_9909_480.jpg' productCode: '37883' ean: '' externalId: 45227 price: '0.00' VATPercentage: 0 WEEETax: '0.00' weight: 0 productType: Normal expirationType: '0' expirationTypeDescription: Normal useDefaultExpiryOnReception: false generalType: null condition: GOOD invoiceExternalIdentifier: null externalSource: null externalSourceProductId: null hasSerialNumber: false createdAt: null updatedAt: null - productId: 86297 description: 'Garmin GFL™ 10, NMEA 2000 адаптор за ниво на горивото в резервоара' pictureUrl: 'https://clients.mercoria.com/uploads/images/products/16/45228-27-pic_3168_480.jpg' productCode: '37970' ean: '' externalId: 45228 price: '0.00' VATPercentage: 0 WEEETax: '0.00' weight: 0 productType: Normal expirationType: '0' expirationTypeDescription: Normal useDefaultExpiryOnReception: false generalType: null condition: GOOD invoiceExternalIdentifier: null externalSource: null externalSourceProductId: null hasSerialNumber: false createdAt: null updatedAt: null - productId: 86298 description: 'Garmin GPS 19x HVS Антена/приемник' pictureUrl: 'https://clients.mercoria.com/uploads/images/products/16/47957-0-24447cc0-800.jpg' productCode: '38112' ean: '' externalId: 47957 price: '0.00' VATPercentage: 0 WEEETax: '0.00' weight: 0 productType: Normal expirationType: '0' expirationTypeDescription: Normal useDefaultExpiryOnReception: false generalType: null condition: GOOD invoiceExternalIdentifier: null externalSource: null externalSourceProductId: null hasSerialNumber: false createdAt: null updatedAt: null - productId: 86299 description: 'Garmin GPS 19x NMEA 2000 Антена/приемник' pictureUrl: 'https://clients.mercoria.com/uploads/images/products/16/47959-0-c35ce9ab-800.jpg' productCode: '38114' ean: '' externalId: 47959 price: '0.00' VATPercentage: 0 WEEETax: '0.00' weight: 0 productType: Normal expirationType: '0' expirationTypeDescription: Normal useDefaultExpiryOnReception: false generalType: null condition: GOOD invoiceExternalIdentifier: null externalSource: null externalSourceProductId: null hasSerialNumber: false createdAt: null updatedAt: null - productId: 86300 description: 'Pontoon 21 Awaruna 102 Силиконова примамка' pictureUrl: 'https://clients.mercoria.com/uploads/images/products/16/47946-e_26b2be831b9b07fb26d398c2c590116a.jpg' productCode: '41051' ean: '' externalId: 47946 price: '0.00' VATPercentage: 0 WEEETax: '0.00' weight: 0 productType: Normal expirationType: '0' expirationTypeDescription: Normal useDefaultExpiryOnReception: false generalType: null condition: GOOD invoiceExternalIdentifier: null externalSource: null externalSourceProductId: null hasSerialNumber: false createdAt: null updatedAt: null - productId: 86301 description: 'Pontoon 21 Awaruna 4.5 Силиконова примамка' pictureUrl: 'https://clients.mercoria.com/uploads/images/products/16/47947-f_e8fe517a55184106ecce88438c87c22e.jpg' productCode: '41454' ean: '' externalId: 47947 price: '0.00' VATPercentage: 0 WEEETax: '0.00' weight: 0 productType: Normal expirationType: '0' expirationTypeDescription: Normal useDefaultExpiryOnReception: false generalType: null condition: GOOD invoiceExternalIdentifier: null externalSource: null externalSourceProductId: null hasSerialNumber: false createdAt: null updatedAt: null - productId: 86302 description: 'Pontoon 21 Awaruna 1.5 Силиконова примамка' pictureUrl: 'https://clients.mercoria.com/uploads/images/products/16/47948-awaruna_45-logo.jpg' productCode: '41456' ean: '' externalId: 47948 price: '0.00' VATPercentage: 0 WEEETax: '0.00' weight: 0 productType: Normal expirationType: '0' expirationTypeDescription: Normal useDefaultExpiryOnReception: false generalType: null condition: GOOD invoiceExternalIdentifier: null externalSource: null externalSourceProductId: null hasSerialNumber: false createdAt: null updatedAt: null - productId: 86303 description: 'Pontoon 21 Awaruna 2.5 Силиконова примамка' pictureUrl: 'https://clients.mercoria.com/uploads/images/products/16/47949-181123112138awaruna_45-logo.jpg' productCode: '41457' ean: '' externalId: 47949 price: '0.00' VATPercentage: 0 WEEETax: '0.00' weight: 0 productType: Normal expirationType: '0' expirationTypeDescription: Normal useDefaultExpiryOnReception: false generalType: null condition: GOOD invoiceExternalIdentifier: null externalSource: null externalSourceProductId: null hasSerialNumber: false createdAt: null updatedAt: null - productId: 86304 description: 'Pontoon 21 Awaruna 3.5 Силиконова примамка' pictureUrl: 'https://clients.mercoria.com/uploads/images/products/16/47950-pontoon21-awaruna-440-1508249302-2.jpg' productCode: '41458' ean: '' externalId: 47950 price: '0.00' VATPercentage: 0 WEEETax: '0.00' weight: 0 productType: Normal expirationType: '0' expirationTypeDescription: Normal useDefaultExpiryOnReception: false generalType: null condition: GOOD invoiceExternalIdentifier: null externalSource: null externalSourceProductId: null hasSerialNumber: false createdAt: null updatedAt: null - productId: 86305 description: 'Pontoon 21 Awaruna 2.0 Силиконова примамка' pictureUrl: 'https://clients.mercoria.com/uploads/images/products/16/47951-awaruna4.jpg' productCode: '41468' ean: '' externalId: 47951 price: '0.00' VATPercentage: 0 WEEETax: '0.00' weight: 0 productType: Normal expirationType: '0' expirationTypeDescription: Normal useDefaultExpiryOnReception: false generalType: null condition: GOOD invoiceExternalIdentifier: null externalSource: null externalSourceProductId: null hasSerialNumber: false createdAt: null updatedAt: null - productId: 86306 description: GKJ-S63/2 pictureUrl: '' productCode: '41686' ean: '' externalId: 45221 price: '0.00' VATPercentage: 0 WEEETax: '0.00' weight: 0 productType: Normal expirationType: '0' expirationTypeDescription: Normal useDefaultExpiryOnReception: false generalType: null condition: GOOD invoiceExternalIdentifier: null externalSource: null externalSourceProductId: null hasSerialNumber: false createdAt: null updatedAt: null - productId: 86307 description: GKJ-S56/6 pictureUrl: '' productCode: '41687' ean: '' externalId: 45229 price: '0.00' VATPercentage: 0 WEEETax: '0.00' weight: 0 productType: Normal expirationType: '0' expirationTypeDescription: Normal useDefaultExpiryOnReception: false generalType: null condition: GOOD invoiceExternalIdentifier: null externalSource: null externalSourceProductId: null hasSerialNumber: false createdAt: null updatedAt: null - productId: 86308 description: GKJ-S63/4 pictureUrl: '' productCode: '41688' ean: '640106' externalId: 45230 price: '0.00' VATPercentage: 0 WEEETax: '0.00' weight: 0 productType: Normal expirationType: '0' expirationTypeDescription: Normal useDefaultExpiryOnReception: false generalType: null condition: GOOD invoiceExternalIdentifier: null externalSource: null externalSourceProductId: null hasSerialNumber: false createdAt: null updatedAt: null - productId: 86309 description: GKJ-B54/6 pictureUrl: '' productCode: '41689' ean: '' externalId: 45231 price: '0.00' VATPercentage: 0 WEEETax: '0.00' weight: 0 productType: Normal expirationType: '0' expirationTypeDescription: Normal useDefaultExpiryOnReception: false generalType: null condition: GOOD invoiceExternalIdentifier: null externalSource: null externalSourceProductId: null hasSerialNumber: false createdAt: null updatedAt: null - productId: 86310 description: NJB-65/3SP pictureUrl: '' productCode: '41701' ean: '640110' externalId: 45235 price: '0.00' VATPercentage: 0 WEEETax: '0.00' weight: 0 productType: Normal expirationType: '0' expirationTypeDescription: Normal useDefaultExpiryOnReception: false generalType: null condition: GOOD invoiceExternalIdentifier: null externalSource: null externalSourceProductId: null hasSerialNumber: false createdAt: null updatedAt: null - productId: 86311 description: NJB-65/4SP pictureUrl: '' productCode: '41702' ean: '640109' externalId: 45236 price: '0.00' VATPercentage: 0 WEEETax: '0.00' weight: 0 productType: Normal expirationType: '0' expirationTypeDescription: Normal useDefaultExpiryOnReception: false generalType: null condition: GOOD invoiceExternalIdentifier: null externalSource: null externalSourceProductId: null hasSerialNumber: false createdAt: null updatedAt: null - productId: 86312 description: 'NJB-65/5 SP' pictureUrl: '' productCode: '41703' ean: '640142' externalId: 45240 price: '0.00' VATPercentage: 0 WEEETax: '0.00' weight: 0 productType: Normal expirationType: '0' expirationTypeDescription: Normal useDefaultExpiryOnReception: false generalType: null condition: GOOD invoiceExternalIdentifier: null externalSource: null externalSourceProductId: null hasSerialNumber: false createdAt: null updatedAt: null - productId: 86313 description: 68ML/TR pictureUrl: '' productCode: '41704' ean: '640147' externalId: 45241 price: '0.00' VATPercentage: 0 WEEETax: '0.00' weight: 0 productType: Normal expirationType: '0' expirationTypeDescription: Normal useDefaultExpiryOnReception: false generalType: null condition: GOOD invoiceExternalIdentifier: null externalSource: null externalSourceProductId: null hasSerialNumber: false createdAt: null updatedAt: null - productId: 86314 description: NJS-63/3 pictureUrl: '' productCode: '41705' ean: '640101' externalId: 45245 price: '0.00' VATPercentage: 0 WEEETax: '0.00' weight: 0 productType: Normal expirationType: '0' expirationTypeDescription: Normal useDefaultExpiryOnReception: false generalType: null condition: GOOD invoiceExternalIdentifier: null externalSource: null externalSourceProductId: null hasSerialNumber: false createdAt: null updatedAt: null - productId: 86315 description: 62/4 pictureUrl: 'https://clients.mercoria.com/uploads/images/products/16/47955-g-624.jpg' productCode: '41775' ean: '' externalId: 47955 price: '0.00' VATPercentage: 0 WEEETax: '0.00' weight: 188 productType: Normal expirationType: '0' expirationTypeDescription: Normal useDefaultExpiryOnReception: false generalType: null condition: GOOD invoiceExternalIdentifier: null externalSource: null externalSourceProductId: null hasSerialNumber: false createdAt: null updatedAt: null - productId: 86316 description: 'Garmin GHS 11i VHF слушалка' pictureUrl: 'https://clients.mercoria.com/uploads/images/products/16/47956-garmin-ghs-11i-vhf.jpg' productCode: '47505' ean: '' externalId: 47956 price: '0.00' VATPercentage: 0 WEEETax: '0.00' weight: 0 productType: Normal expirationType: '0' expirationTypeDescription: Normal useDefaultExpiryOnReception: false generalType: null condition: GOOD invoiceExternalIdentifier: null externalSource: null externalSourceProductId: null hasSerialNumber: false createdAt: null updatedAt: null - productId: 86317 description: 'Garmin радVHF 315i Морско радио' pictureUrl: 'https://clients.mercoria.com/uploads/images/products/16/47962-315i.jpg' productCode: '47517' ean: '' externalId: 47962 price: '0.00' VATPercentage: 0 WEEETax: '0.00' weight: 0 productType: Normal expirationType: '0' expirationTypeDescription: Normal useDefaultExpiryOnReception: false generalType: null condition: GOOD invoiceExternalIdentifier: null externalSource: null externalSourceProductId: null hasSerialNumber: false createdAt: null updatedAt: null - productId: 86318 description: 'Maria FLA-PEN Shallow 85 Воблер' pictureUrl: 'https://clients.mercoria.com/uploads/images/products/16/45219-maria-fla-pen-shallow-85-vobler-2.jpg' productCode: '7524' ean: '' externalId: 45219 price: '0.00' VATPercentage: 0 WEEETax: '0.00' weight: 12 productType: Normal expirationType: '0' expirationTypeDescription: Normal useDefaultExpiryOnReception: false generalType: null condition: GOOD invoiceExternalIdentifier: null externalSource: null externalSourceProductId: null hasSerialNumber: false createdAt: null updatedAt: null - productId: 86319 description: 'Maria ANGEL KISS EKF 140 Воблер' pictureUrl: 'https://clients.mercoria.com/uploads/images/products/16/45220-maria-angel-kiss-ekf-140-vobler-1.jpg' productCode: '7537' ean: '' externalId: 45220 price: '0.00' VATPercentage: 0 WEEETax: '0.00' weight: 27 productType: Normal expirationType: '0' expirationTypeDescription: Normal useDefaultExpiryOnReception: false generalType: null condition: GOOD invoiceExternalIdentifier: null externalSource: null externalSourceProductId: null hasSerialNumber: false createdAt: null updatedAt: null - productId: 86320 description: 'Maria SQUASH S95 Воблер' pictureUrl: 'https://clients.mercoria.com/uploads/images/products/16/45222-maria-squash-s95-vobler-1.jpg' productCode: '7562' ean: '' externalId: 45222 price: '0.00' VATPercentage: 0 WEEETax: '0.00' weight: 12 productType: Normal expirationType: '0' expirationTypeDescription: Normal useDefaultExpiryOnReception: false generalType: null condition: GOOD invoiceExternalIdentifier: null externalSource: null externalSourceProductId: null hasSerialNumber: false createdAt: null updatedAt: null - productId: 86321 description: 'Maria SQUASH S125 Воблер' pictureUrl: 'https://clients.mercoria.com/uploads/images/products/16/45223-maria-squash-s125-vobler-1.jpg' productCode: '7573' ean: '' externalId: 45223 price: '0.00' VATPercentage: 0 WEEETax: '0.00' weight: 22 productType: Normal expirationType: '0' expirationTypeDescription: Normal useDefaultExpiryOnReception: false generalType: null condition: GOOD invoiceExternalIdentifier: null externalSource: null externalSourceProductId: null hasSerialNumber: false createdAt: null updatedAt: null - productId: 86322 description: 'Maria FAKE BAITS F50 Воблер' pictureUrl: 'https://clients.mercoria.com/uploads/images/products/16/45232-maria-fake-baits-f50-vobler-1.jpg' productCode: '7587' ean: '' externalId: 45232 price: '0.00' VATPercentage: 0 WEEETax: '0.00' weight: 2 productType: Normal expirationType: '0' expirationTypeDescription: Normal useDefaultExpiryOnReception: false generalType: null condition: GOOD invoiceExternalIdentifier: null externalSource: null externalSourceProductId: null hasSerialNumber: false createdAt: null updatedAt: null - productId: 86323 description: 'Maria FAKE BAITS F90 Воблер' pictureUrl: 'https://clients.mercoria.com/uploads/images/products/16/45233-maria-fake-baits-f90-vobler-1.jpg' productCode: '7589' ean: '' externalId: 45233 price: '0.00' VATPercentage: 0 WEEETax: '0.00' weight: 5 productType: Normal expirationType: '0' expirationTypeDescription: Normal useDefaultExpiryOnReception: false generalType: null condition: GOOD invoiceExternalIdentifier: null externalSource: null externalSourceProductId: null hasSerialNumber: false createdAt: null updatedAt: null - productId: 86324 description: 'Salmo Minnow Floating Воблер' pictureUrl: 'https://clients.mercoria.com/uploads/images/products/16/45234-180810172643salmo-minnow-floating-vobler-2.jpg' productCode: '7762' ean: '' externalId: 45234 price: '0.00' VATPercentage: 0 WEEETax: '0.00' weight: 3 productType: Normal expirationType: '0' expirationTypeDescription: Normal useDefaultExpiryOnReception: false generalType: null condition: GOOD invoiceExternalIdentifier: null externalSource: null externalSourceProductId: null hasSerialNumber: false createdAt: null updatedAt: null - productId: 86325 description: 'Rapala Jointed Shad Rap 7см Воблер' pictureUrl: 'https://clients.mercoria.com/uploads/images/products/16/45237-rapala-jointed-shad-rap-7sm-vobler-2.jpg' productCode: '7780' ean: '' externalId: 45237 price: '0.00' VATPercentage: 0 WEEETax: '0.00' weight: 13 productType: Normal expirationType: '0' expirationTypeDescription: Normal useDefaultExpiryOnReception: false generalType: null condition: GOOD invoiceExternalIdentifier: null externalSource: null externalSourceProductId: null hasSerialNumber: false createdAt: null updatedAt: null - productId: 86326 description: 'Salmo Butcher Super Deep Runner Floating Воблер' pictureUrl: 'https://clients.mercoria.com/uploads/images/products/16/45238-salmo-butcher-super-deep-runner-floating-vobler-1.jpg' productCode: '7819' ean: '' externalId: 45238 price: '0.00' VATPercentage: 0 WEEETax: '0.00' weight: 6 productType: Normal expirationType: '0' expirationTypeDescription: Normal useDefaultExpiryOnReception: false generalType: null condition: GOOD invoiceExternalIdentifier: null externalSource: null externalSourceProductId: null hasSerialNumber: false createdAt: null updatedAt: null - productId: 86327 description: 'Rapala Scatter Rap Deep Husky Jerk 10см. Воблер' pictureUrl: 'https://clients.mercoria.com/uploads/images/products/16/45239-rapala-scatter-rap-deep-husky-jerk-10sm-vobler-2.jpg' productCode: '7973' ean: '' externalId: 45239 price: '0.00' VATPercentage: 0 WEEETax: '0.00' weight: 10 productType: Normal expirationType: '0' expirationTypeDescription: Normal useDefaultExpiryOnReception: false generalType: null condition: GOOD invoiceExternalIdentifier: null externalSource: null externalSourceProductId: null hasSerialNumber: false createdAt: null updatedAt: null - productId: 86328 description: 'Rapala Risto Rap 8см Воблер' pictureUrl: 'https://clients.mercoria.com/uploads/images/products/16/45242-rapala-risto-rap-8sm-vobler-2.jpg' productCode: '7988' ean: '' externalId: 45242 price: '0.00' VATPercentage: 0 WEEETax: '0.00' weight: 21 productType: Normal expirationType: '0' expirationTypeDescription: Normal useDefaultExpiryOnReception: false generalType: null condition: GOOD invoiceExternalIdentifier: null externalSource: null externalSourceProductId: null hasSerialNumber: false createdAt: null updatedAt: null - productId: 86329 description: 'DAIWA CREEK SPINNER 3.0g Блесна' pictureUrl: 'https://clients.mercoria.com/uploads/images/products/16/47952-210714151912screenshot_8.jpg' productCode: '80313' ean: '' externalId: 47952 price: '0.00' VATPercentage: 0 WEEETax: '0.00' weight: 3 productType: Normal expirationType: '0' expirationTypeDescription: Normal useDefaultExpiryOnReception: false generalType: null condition: GOOD invoiceExternalIdentifier: null externalSource: null externalSourceProductId: null hasSerialNumber: false createdAt: null updatedAt: null - productId: 86330 description: 'DAIWA CREEK SPINNER 6.0g Блесна' pictureUrl: 'https://clients.mercoria.com/uploads/images/products/16/47953-21071415430720120910451919192124345.jpg' productCode: '80314' ean: '' externalId: 47953 price: '0.00' VATPercentage: 0 WEEETax: '0.00' weight: 6 productType: Normal expirationType: '0' expirationTypeDescription: Normal useDefaultExpiryOnReception: false generalType: null condition: GOOD invoiceExternalIdentifier: null externalSource: null externalSourceProductId: null hasSerialNumber: false createdAt: null updatedAt: null - productId: 86331 description: 'DAIWA CREEK SPINNER 4.0g Блесна' pictureUrl: 'https://clients.mercoria.com/uploads/images/products/16/47954-210714154556screenshot_9.jpg' productCode: '80315' ean: '' externalId: 47954 price: '0.00' VATPercentage: 0 WEEETax: '0.00' weight: 4 productType: Normal expirationType: '0' expirationTypeDescription: Normal useDefaultExpiryOnReception: false generalType: null condition: GOOD invoiceExternalIdentifier: null externalSource: null externalSourceProductId: null hasSerialNumber: false createdAt: null updatedAt: null - productId: 86332 description: 'Rapala Ultra Light Shad Воблер' pictureUrl: 'https://clients.mercoria.com/uploads/images/products/16/45243-rapala-ultra-light-shad-vobler-2.jpg' productCode: '8074' ean: '' externalId: 45243 price: '0.00' VATPercentage: 0 WEEETax: '0.00' weight: 3 productType: Normal expirationType: '0' expirationTypeDescription: Normal useDefaultExpiryOnReception: false generalType: null condition: GOOD invoiceExternalIdentifier: null externalSource: null externalSourceProductId: null hasSerialNumber: false createdAt: null updatedAt: null - productId: 86333 description: 'Rapala Shad Rap 9см Воблер' pictureUrl: 'https://clients.mercoria.com/uploads/images/products/16/45244-rapala-shad-rap-9sm-vobler-2.jpg' productCode: '8238' ean: '' externalId: 45244 price: '0.00' VATPercentage: 0 WEEETax: '0.00' weight: 15 productType: Normal expirationType: '0' expirationTypeDescription: Normal useDefaultExpiryOnReception: false generalType: null condition: GOOD invoiceExternalIdentifier: null externalSource: null externalSourceProductId: null hasSerialNumber: false createdAt: null updatedAt: null - productId: 86334 description: 'Rapala Shadow Rap Shad Deep Воблер' pictureUrl: 'https://clients.mercoria.com/uploads/images/products/16/45246-rapala-shadow-rap-shad-deep-vobler-2.jpg' productCode: '8389' ean: '' externalId: 45246 price: '0.00' VATPercentage: 0 WEEETax: '0.00' weight: 12 productType: Normal expirationType: '0' expirationTypeDescription: Normal useDefaultExpiryOnReception: false generalType: null condition: GOOD invoiceExternalIdentifier: null externalSource: null externalSourceProductId: null hasSerialNumber: false createdAt: null updatedAt: null - productId: 86335 description: 'Salmo Freediver Saltwater Super Deep Runner Floating Воблер' pictureUrl: 'https://clients.mercoria.com/uploads/images/products/16/45249-salmo-freediver-saltwater-super-deep-runner-floating-vobler-2.jpg' productCode: '8409' ean: '5902730314066' externalId: 45249 price: '0.00' VATPercentage: 0 WEEETax: '0.00' weight: 24 productType: Normal expirationType: '0' expirationTypeDescription: Normal useDefaultExpiryOnReception: false generalType: null condition: GOOD invoiceExternalIdentifier: null externalSource: null externalSourceProductId: null hasSerialNumber: false createdAt: null updatedAt: null - productId: 86336 description: 'Rapala Husky Magnum Воблер' pictureUrl: 'https://clients.mercoria.com/uploads/images/products/16/45247-rapala-husky-magnum-vobler-2.jpg' productCode: '8453' ean: '' externalId: 45247 price: '0.00' VATPercentage: 0 WEEETax: '0.00' weight: 36 productType: Normal expirationType: '0' expirationTypeDescription: Normal useDefaultExpiryOnReception: false generalType: null condition: GOOD invoiceExternalIdentifier: null externalSource: null externalSourceProductId: null hasSerialNumber: false createdAt: null updatedAt: null - productId: 86337 description: 'Rapala Scatter Rap Tail Dancer Воблер' pictureUrl: 'https://clients.mercoria.com/uploads/images/products/16/45252-rapala-scatter-rap-tail-dancer-vobler-2.jpg' productCode: '8481' ean: '' externalId: 45252 price: '0.00' VATPercentage: 0 WEEETax: '0.00' weight: 13 productType: Normal expirationType: '0' expirationTypeDescription: Normal useDefaultExpiryOnReception: false generalType: null condition: GOOD invoiceExternalIdentifier: null externalSource: null externalSourceProductId: null hasSerialNumber: false createdAt: null updatedAt: null - productId: 86338 description: 'Scatter Rap Shad Deep Воблер' pictureUrl: 'https://clients.mercoria.com/uploads/images/products/16/45253-scatter-rap-shad-deep-vobler-2.jpg' productCode: '8659' ean: '' externalId: 45253 price: '0.00' VATPercentage: 0 WEEETax: '0.00' weight: 7 productType: Normal expirationType: '0' expirationTypeDescription: Normal useDefaultExpiryOnReception: false generalType: null condition: GOOD invoiceExternalIdentifier: null externalSource: null externalSourceProductId: null hasSerialNumber: false createdAt: null updatedAt: null - productId: 86339 description: 'Rapala Floating Magnum Воблер' pictureUrl: 'https://clients.mercoria.com/uploads/images/products/16/45254-rapala-floating-magnum-vobler-2.jpg' productCode: '8745' ean: '' externalId: 45254 price: '0.00' VATPercentage: 0 WEEETax: '0.00' weight: 15 productType: Normal expirationType: '0' expirationTypeDescription: Normal useDefaultExpiryOnReception: false generalType: null condition: GOOD invoiceExternalIdentifier: null externalSource: null externalSourceProductId: null hasSerialNumber: false createdAt: null updatedAt: null - productId: 86340 description: 'Геймърска мишка Logitech G903 Lightspeed, Черна | 910-005672' pictureUrl: '' productCode: '88056' ean: '' externalId: 47924 price: '0.00' VATPercentage: 0 WEEETax: '0.00' weight: 0 productType: Normal expirationType: '0' expirationTypeDescription: Normal useDefaultExpiryOnReception: false generalType: null condition: GOOD invoiceExternalIdentifier: null externalSource: null externalSourceProductId: null hasSerialNumber: false createdAt: null updatedAt: null - productId: 86341 description: 'Rapala Down Deep Husky Jerk 12см Воблер' pictureUrl: 'https://clients.mercoria.com/uploads/images/products/16/45256-rapala-down-deep-husky-jerk-12sm-vobler-3.jpg' productCode: '8817' ean: '' externalId: 45256 price: '0.00' VATPercentage: 0 WEEETax: '0.00' weight: 11 productType: Normal expirationType: '0' expirationTypeDescription: Normal useDefaultExpiryOnReception: false generalType: null condition: GOOD invoiceExternalIdentifier: null externalSource: null externalSourceProductId: null hasSerialNumber: false createdAt: null updatedAt: null - productId: 86342 description: 'Rapala Ultra Light Crank Воблер' pictureUrl: 'https://clients.mercoria.com/uploads/images/products/16/45257-rapala-u-l-crank.jpg' productCode: '8901' ean: '' externalId: 45257 price: '0.00' VATPercentage: 0 WEEETax: '0.00' weight: 4 productType: Normal expirationType: '0' expirationTypeDescription: Normal useDefaultExpiryOnReception: false generalType: null condition: GOOD invoiceExternalIdentifier: null externalSource: null externalSourceProductId: null hasSerialNumber: false createdAt: null updatedAt: null - productId: 86343 description: 'Rapala X-Rap Magnum XRMAG40 Воблер' pictureUrl: 'https://clients.mercoria.com/uploads/images/products/16/45258-rapala-x-rap-magnum-xrmag40-vobler-5.jpg' productCode: '8939' ean: '' externalId: 45258 price: '0.00' VATPercentage: 0 WEEETax: '0.00' weight: 77 productType: Normal expirationType: '0' expirationTypeDescription: Normal useDefaultExpiryOnReception: false generalType: null condition: GOOD invoiceExternalIdentifier: null externalSource: null externalSourceProductId: null hasSerialNumber: false createdAt: null updatedAt: null - productId: 86344 description: 'Rapala CountDown CD11 Воблер' pictureUrl: 'https://clients.mercoria.com/uploads/images/products/16/45259-rapala-countdown-cd11-vobler-3.jpg' productCode: '9160' ean: '' externalId: 45259 price: '0.00' VATPercentage: 0 WEEETax: '0.00' weight: 16 productType: Normal expirationType: '0' expirationTypeDescription: Normal useDefaultExpiryOnReception: false generalType: null condition: GOOD invoiceExternalIdentifier: null externalSource: null externalSourceProductId: null hasSerialNumber: false createdAt: null updatedAt: null - productId: 86345 description: 'Rapala Weedless Shad Воблер' pictureUrl: 'https://clients.mercoria.com/uploads/images/products/16/45260-rapala-weedless-shad-vobler-3.jpg' productCode: '9284' ean: '' externalId: 45260 price: '0.00' VATPercentage: 0 WEEETax: '0.00' weight: 16 productType: Normal expirationType: '0' expirationTypeDescription: Normal useDefaultExpiryOnReception: false generalType: null condition: GOOD invoiceExternalIdentifier: null externalSource: null externalSourceProductId: null hasSerialNumber: false createdAt: null updatedAt: null - productId: 86346 description: 'Salmo Hornet Deep Runner 9F Воблер' pictureUrl: 'https://clients.mercoria.com/uploads/images/products/16/45261-180810173050salmo-hornet-deep-runner-9f-vobler-1.jpg' productCode: '9331' ean: '' externalId: 45261 price: '0.00' VATPercentage: 0 WEEETax: '0.00' weight: 36 productType: Normal expirationType: '0' expirationTypeDescription: Normal useDefaultExpiryOnReception: false generalType: null condition: GOOD invoiceExternalIdentifier: null externalSource: null externalSourceProductId: null hasSerialNumber: false createdAt: null updatedAt: null - productId: 86347 description: 'Salmo Hornet Deep Runner H6S Воблер' pictureUrl: 'https://clients.mercoria.com/uploads/images/products/16/45262-salmo-hornet-deep-runner-h6s-vobler-1.jpg' productCode: '9384' ean: '' externalId: 45262 price: '0.00' VATPercentage: 0 WEEETax: '0.00' weight: 14 productType: Normal expirationType: '0' expirationTypeDescription: Normal useDefaultExpiryOnReception: false generalType: null condition: GOOD invoiceExternalIdentifier: null externalSource: null externalSourceProductId: null hasSerialNumber: false createdAt: null updatedAt: null - productId: 86348 description: 'Rapala Ultra Light Pop Воблер' pictureUrl: 'https://clients.mercoria.com/uploads/images/products/16/45263-rapala-ultra-light-pop-vobler-2.jpg' productCode: '9474' ean: '' externalId: 45263 price: '0.00' VATPercentage: 0 WEEETax: '0.00' weight: 3 productType: Normal expirationType: '0' expirationTypeDescription: Normal useDefaultExpiryOnReception: false generalType: null condition: GOOD invoiceExternalIdentifier: null externalSource: null externalSourceProductId: null hasSerialNumber: false createdAt: null updatedAt: null - productId: 86349 description: 'Rapala Max Rap Fat Minnow Воблер' pictureUrl: 'https://clients.mercoria.com/uploads/images/products/16/45264-rapala-max-rap-fat-minnow-vobler-2.jpg' productCode: '9607' ean: '' externalId: 45264 price: '0.00' VATPercentage: 0 WEEETax: '0.00' weight: 13 productType: Normal expirationType: '0' expirationTypeDescription: Normal useDefaultExpiryOnReception: false generalType: null condition: GOOD invoiceExternalIdentifier: null externalSource: null externalSourceProductId: null hasSerialNumber: false createdAt: null updatedAt: null - productId: 86350 description: 'Rapala Shallow Shad Rap 9см Воблер' pictureUrl: 'https://clients.mercoria.com/uploads/images/products/16/45266-rapala-shallow-shad-rap-9.jpg' productCode: '9733' ean: '' externalId: 45266 price: '0.00' VATPercentage: 0 WEEETax: '0.00' weight: 12 productType: Normal expirationType: '0' expirationTypeDescription: Normal useDefaultExpiryOnReception: false generalType: null condition: GOOD invoiceExternalIdentifier: null externalSource: null externalSourceProductId: null hasSerialNumber: false createdAt: null updatedAt: null - productId: 86351 description: 'Тест на наличност' pictureUrl: '' productCode: '97477' ean: '' externalId: 45248 price: '0.00' VATPercentage: 0 WEEETax: '0.00' weight: 0 productType: Normal expirationType: '0' expirationTypeDescription: Normal useDefaultExpiryOnReception: false generalType: null condition: GOOD invoiceExternalIdentifier: null externalSource: null externalSourceProductId: null hasSerialNumber: false createdAt: null updatedAt: null - productId: 86352 description: 'BAGSO 2' pictureUrl: 'https://clients.mercoria.com/uploads/images/products/16/45250-1-20221122_113025698_ios_webp.webp' productCode: '97554' ean: 12377AS externalId: 45250 price: '0.00' VATPercentage: 0 WEEETax: '0.00' weight: 0 productType: Normal expirationType: '0' expirationTypeDescription: Normal useDefaultExpiryOnReception: false generalType: null condition: GOOD invoiceExternalIdentifier: null externalSource: null externalSourceProductId: null hasSerialNumber: false createdAt: null updatedAt: null - productId: 86353 description: 'тест атрубътуи' pictureUrl: '' productCode: '97612' ean: '' externalId: 45265 price: '0.00' VATPercentage: 0 WEEETax: '0.00' weight: 0 productType: Normal expirationType: '0' expirationTypeDescription: Normal useDefaultExpiryOnReception: false generalType: null condition: GOOD invoiceExternalIdentifier: null externalSource: null externalSourceProductId: null hasSerialNumber: false createdAt: null updatedAt: null - productId: 86354 description: 'Персонализация - селект' pictureUrl: '' productCode: '97631' ean: '' externalId: 45269 price: '0.00' VATPercentage: 0 WEEETax: '0.00' weight: 0 productType: Normal expirationType: '0' expirationTypeDescription: Normal useDefaultExpiryOnReception: false generalType: null condition: GOOD invoiceExternalIdentifier: null externalSource: null externalSourceProductId: null hasSerialNumber: false createdAt: null updatedAt: null - productId: 86355 description: 'Тест на продукти без цени' pictureUrl: '' productCode: '97632' ean: '' externalId: 45270 price: '0.00' VATPercentage: 0 WEEETax: '0.00' weight: 0 productType: Normal expirationType: '0' expirationTypeDescription: Normal useDefaultExpiryOnReception: false generalType: null condition: GOOD invoiceExternalIdentifier: null externalSource: null externalSourceProductId: null hasSerialNumber: false createdAt: null updatedAt: null - productId: 86356 description: 'Серво мотор 200W-750W' pictureUrl: '' productCode: '97665' ean: '' externalId: 47961 price: '0.00' VATPercentage: 0 WEEETax: '0.00' weight: 0 productType: Normal expirationType: '0' expirationTypeDescription: Normal useDefaultExpiryOnReception: false generalType: null condition: GOOD invoiceExternalIdentifier: null externalSource: null externalSourceProductId: null hasSerialNumber: false createdAt: null updatedAt: null - productId: 108249 description: 'Produs evidenta palet sus' pictureUrl: '' productCode: paletproduct_35499_tisho ean: paletproduct_35499_tisho externalId: 0 price: '0.00' VATPercentage: 0 WEEETax: '0.00' weight: 0 productType: Normal expirationType: '0' expirationTypeDescription: Normal useDefaultExpiryOnReception: false generalType: null condition: GOOD invoiceExternalIdentifier: null externalSource: null externalSourceProductId: null hasSerialNumber: false createdAt: null updatedAt: null - productId: 130224 description: 'iPhone 16 256GB' pictureUrl: '' productCode: '10001' ean: '10001' externalId: 10001 price: '0.00' VATPercentage: 0 WEEETax: '0.00' weight: 0 productType: Normal expirationType: '0' expirationTypeDescription: Normal useDefaultExpiryOnReception: false generalType: null condition: GOOD invoiceExternalIdentifier: null externalSource: Metrica externalSourceProductId: null hasSerialNumber: false createdAt: '2025-06-06T10:57:35.000000Z' updatedAt: '2025-06-06T10:58:32.000000Z' - productId: 130225 description: 'USB-C Cabel 3m' pictureUrl: '' productCode: '10007' ean: '10007' externalId: 10007 price: '0.00' VATPercentage: 0 WEEETax: '0.00' weight: 0 productType: Normal expirationType: '0' expirationTypeDescription: Normal useDefaultExpiryOnReception: false generalType: null condition: GOOD invoiceExternalIdentifier: null externalSource: Metrica externalSourceProductId: null hasSerialNumber: false createdAt: '2025-06-06T10:57:52.000000Z' updatedAt: '2025-06-06T10:57:52.000000Z' - productId: 130226 description: 'iPhone 15 Pro 128GB' pictureUrl: '' productCode: '10003' ean: '10003' externalId: 10003 price: '0.00' VATPercentage: 0 WEEETax: '0.00' weight: 0 productType: Normal expirationType: '0' expirationTypeDescription: Normal useDefaultExpiryOnReception: false generalType: null condition: GOOD invoiceExternalIdentifier: null externalSource: Metrica externalSourceProductId: null hasSerialNumber: false createdAt: '2025-06-06T10:58:06.000000Z' updatedAt: '2025-06-06T10:58:06.000000Z' links: first: 'https://clients.metrica.bg/api/v1/connectors/client/products?page=1' last: null prev: null next: null meta: current_page: 1 from: 1 path: 'https://clients.metrica.bg/api/v1/connectors/client/products' per_page: 1000 to: 114 success: true properties: data: type: array example: - productId: 1 description: 'Produs neregasit in BD - Comanda incompleta' pictureUrl: '' productCode: '' ean: '' externalId: -1 price: '0.00' VATPercentage: 0 WEEETax: '0.00' weight: null productType: Normal expirationType: '0' expirationTypeDescription: Normal useDefaultExpiryOnReception: false generalType: null condition: GOOD invoiceExternalIdentifier: null externalSource: null externalSourceProductId: null hasSerialNumber: false createdAt: null updatedAt: null - productId: 2 description: '"Produs TestClient 1' pictureUrl: 'https://www.youtube.com/test/123/' productCode: prodtestclient1 ean: zang1 externalId: 10001 price: '0.00' VATPercentage: 0 WEEETax: '0.00' weight: 25000 productType: Normal expirationType: '0' expirationTypeDescription: Normal useDefaultExpiryOnReception: false generalType: null condition: GOOD invoiceExternalIdentifier: null externalSource: null externalSourceProductId: null hasSerialNumber: false createdAt: null updatedAt: null - productId: 3 description: 'Produs TestClient 2' pictureUrl: '' productCode: prodtestclient2 ean: zang2 externalId: 10002 price: '0.00' VATPercentage: 0 WEEETax: '0.00' weight: 1000 productType: Normal expirationType: '0' expirationTypeDescription: Normal useDefaultExpiryOnReception: false generalType: null condition: GOOD invoiceExternalIdentifier: null externalSource: null externalSourceProductId: null hasSerialNumber: false createdAt: null updatedAt: null - productId: 4 description: 'Produs TestClient 3' pictureUrl: '' productCode: prodtestclient3 ean: zang3 externalId: 10003 price: '0.00' VATPercentage: 0 WEEETax: '0.00' weight: null productType: Normal expirationType: '0' expirationTypeDescription: Normal useDefaultExpiryOnReception: false generalType: null condition: GOOD invoiceExternalIdentifier: null externalSource: null externalSourceProductId: null hasSerialNumber: false createdAt: null updatedAt: null - productId: 5 description: 'Produs TestClient 4' pictureUrl: '' productCode: prodtestclient4 ean: zang4 externalId: 10004 price: '0.00' VATPercentage: 0 WEEETax: '0.00' weight: null productType: Normal expirationType: '0' expirationTypeDescription: Normal useDefaultExpiryOnReception: false generalType: null condition: GOOD invoiceExternalIdentifier: null externalSource: null externalSourceProductId: null hasSerialNumber: true createdAt: null updatedAt: null - productId: 6 description: 'Produs TestClient 5' pictureUrl: '' productCode: prodtestclient5 ean: zang5 externalId: 10005 price: '0.00' VATPercentage: 0 WEEETax: '0.00' weight: null productType: Normal expirationType: '0' expirationTypeDescription: Normal useDefaultExpiryOnReception: false generalType: null condition: GOOD invoiceExternalIdentifier: null externalSource: null externalSourceProductId: null hasSerialNumber: false createdAt: null updatedAt: null - productId: 7 description: 'Produs TestClient 6' pictureUrl: '' productCode: prodtestclient6 ean: zang6 externalId: 10006 price: '0.00' VATPercentage: 0 WEEETax: '0.00' weight: null productType: Normal expirationType: '0' expirationTypeDescription: Normal useDefaultExpiryOnReception: false generalType: null condition: GOOD invoiceExternalIdentifier: null externalSource: null externalSourceProductId: null hasSerialNumber: false createdAt: null updatedAt: null - productId: 8 description: 'Produs TestClient 7' pictureUrl: '' productCode: prodtestclient7 ean: zang7 externalId: 10007 price: '0.00' VATPercentage: 0 WEEETax: '0.00' weight: null productType: Normal expirationType: '0' expirationTypeDescription: Normal useDefaultExpiryOnReception: false generalType: null condition: GOOD invoiceExternalIdentifier: null externalSource: null externalSourceProductId: null hasSerialNumber: false createdAt: null updatedAt: null - productId: 9 description: 'Produs TestClient 8Produs TestClient 8Produs TestClient 8' pictureUrl: '' productCode: prodtestclient8 ean: zang8 externalId: 10008 price: '0.00' VATPercentage: 0 WEEETax: '0.00' weight: null productType: Normal expirationType: '0' expirationTypeDescription: Normal useDefaultExpiryOnReception: false generalType: null condition: GOOD invoiceExternalIdentifier: null externalSource: null externalSourceProductId: null hasSerialNumber: false createdAt: null updatedAt: null - productId: 10 description: 'Produs TestClient 9' pictureUrl: '' productCode: prodtestclient9 ean: zang9 externalId: 10009 price: '0.00' VATPercentage: 0 WEEETax: '0.00' weight: null productType: Normal expirationType: '0' expirationTypeDescription: Normal useDefaultExpiryOnReception: false generalType: null condition: GOOD invoiceExternalIdentifier: null externalSource: null externalSourceProductId: null hasSerialNumber: false createdAt: null updatedAt: null - productId: 11 description: 'Produs TestClient 10' pictureUrl: '' productCode: prodtestclient10 ean: zang10 externalId: 10010 price: '0.00' VATPercentage: 0 WEEETax: '0.00' weight: null productType: Normal expirationType: '0' expirationTypeDescription: Normal useDefaultExpiryOnReception: false generalType: null condition: GOOD invoiceExternalIdentifier: null externalSource: null externalSourceProductId: null hasSerialNumber: false createdAt: null updatedAt: null - productId: 12 description: 'Produs TestClient 11' pictureUrl: '' productCode: prodtestclient11 ean: zang11 externalId: 10011 price: '0.00' VATPercentage: 0 WEEETax: '0.00' weight: null productType: Normal expirationType: '0' expirationTypeDescription: Normal useDefaultExpiryOnReception: false generalType: null condition: GOOD invoiceExternalIdentifier: null externalSource: null externalSourceProductId: null hasSerialNumber: false createdAt: null updatedAt: null - productId: 13 description: 'Produs TestClient 12Produs TestClient 12Produs TestClient 12Produs TestClient 12Produs TestClient 12' pictureUrl: '' productCode: prodtestclient12 ean: zang12 externalId: 10012 price: '0.00' VATPercentage: 0 WEEETax: '0.00' weight: null productType: 'With Expiration Date' expirationType: '1' expirationTypeDescription: 'With Expiration Date' useDefaultExpiryOnReception: false generalType: null condition: GOOD invoiceExternalIdentifier: null externalSource: null externalSourceProductId: null hasSerialNumber: false createdAt: null updatedAt: null - productId: 14 description: 'Produs TestClient 13' pictureUrl: '' productCode: prodtestclient13 ean: zang13 externalId: 10013 price: '0.00' VATPercentage: 0 WEEETax: '0.00' weight: null productType: 'With Expiration Date & Production Batch' expirationType: '2' expirationTypeDescription: 'With Expiration Date & Production Batch' useDefaultExpiryOnReception: false generalType: null condition: GOOD invoiceExternalIdentifier: null externalSource: null externalSourceProductId: null hasSerialNumber: false createdAt: null updatedAt: null - productId: 15 description: 'Produs TestClient 14' pictureUrl: '' productCode: prodtestclient14 ean: zang14 externalId: 10014 price: '0.00' VATPercentage: 0 WEEETax: '0.00' weight: null productType: Normal expirationType: '0' expirationTypeDescription: Normal useDefaultExpiryOnReception: false generalType: null condition: GOOD invoiceExternalIdentifier: null externalSource: null externalSourceProductId: null hasSerialNumber: false createdAt: null updatedAt: null - productId: 16 description: 'Produs TestClient 15' pictureUrl: '' productCode: prodtestclient15 ean: zang15 externalId: 10015 price: '0.00' VATPercentage: 0 WEEETax: '0.00' weight: null productType: 'With Expiration Date & Production Batch' expirationType: '2' expirationTypeDescription: 'With Expiration Date & Production Batch' useDefaultExpiryOnReception: false generalType: null condition: GOOD invoiceExternalIdentifier: null externalSource: null externalSourceProductId: null hasSerialNumber: false createdAt: null updatedAt: null - productId: 17 description: 'Produs TestClient 16' pictureUrl: '' productCode: prodtestclient16 ean: zang16 externalId: 10016 price: '0.00' VATPercentage: 0 WEEETax: '0.00' weight: null productType: Normal expirationType: '0' expirationTypeDescription: Normal useDefaultExpiryOnReception: false generalType: null condition: GOOD invoiceExternalIdentifier: null externalSource: null externalSourceProductId: null hasSerialNumber: false createdAt: null updatedAt: null - productId: 18 description: 'Produs TestClient 17' pictureUrl: '' productCode: prodtestclient17 ean: zang17 externalId: 10017 price: '0.00' VATPercentage: 0 WEEETax: '0.00' weight: null productType: Normal expirationType: '0' expirationTypeDescription: Normal useDefaultExpiryOnReception: false generalType: null condition: GOOD invoiceExternalIdentifier: null externalSource: null externalSourceProductId: null hasSerialNumber: false createdAt: null updatedAt: null - productId: 19 description: 'Produs TestClient 18' pictureUrl: '' productCode: prodtestclient18 ean: zang18 externalId: 10018 price: '0.00' VATPercentage: 0 WEEETax: '0.00' weight: null productType: Normal expirationType: '0' expirationTypeDescription: Normal useDefaultExpiryOnReception: false generalType: null condition: GOOD invoiceExternalIdentifier: null externalSource: null externalSourceProductId: null hasSerialNumber: false createdAt: null updatedAt: null - productId: 20 description: 'Produs TestClient 19' pictureUrl: '' productCode: prodtestclient19 ean: zang19 externalId: 10019 price: '0.00' VATPercentage: 0 WEEETax: '0.00' weight: null productType: Normal expirationType: '0' expirationTypeDescription: Normal useDefaultExpiryOnReception: false generalType: null condition: GOOD invoiceExternalIdentifier: null externalSource: null externalSourceProductId: null hasSerialNumber: false createdAt: null updatedAt: null - productId: 21 description: 'Produs TestClient 20' pictureUrl: '' productCode: prodtestclient20 ean: zang20 externalId: 10020 price: '0.00' VATPercentage: 0 WEEETax: '0.00' weight: 100 productType: Normal expirationType: '0' expirationTypeDescription: Normal useDefaultExpiryOnReception: false generalType: null condition: GOOD invoiceExternalIdentifier: null externalSource: null externalSourceProductId: null hasSerialNumber: false createdAt: null updatedAt: null - productId: 22 description: 'Produs evidenta palet sus' pictureUrl: '' productCode: paletproduct_22 ean: paletproduct_22 externalId: 0 price: '0.00' VATPercentage: 0 WEEETax: '0.00' weight: 0 productType: Normal expirationType: '0' expirationTypeDescription: Normal useDefaultExpiryOnReception: false generalType: null condition: GOOD invoiceExternalIdentifier: null externalSource: null externalSourceProductId: null hasSerialNumber: false createdAt: null updatedAt: null - productId: 12212 description: 'Produs TestClient 99992' pictureUrl: '' productCode: 8033524170111-DEC ean: meh1_a_A-a.a..a.az externalId: 0 price: '0.00' VATPercentage: 0 WEEETax: '0.00' weight: 0 productType: Normal expirationType: '0' expirationTypeDescription: Normal useDefaultExpiryOnReception: false generalType: null condition: GOOD invoiceExternalIdentifier: null externalSource: null externalSourceProductId: null hasSerialNumber: true createdAt: '2023-07-13T12:46:41.000000Z' updatedAt: '2023-11-01T09:32:08.000000Z' - productId: 28160 description: 'Test Fast print orders' pictureUrl: '' productCode: NewTest ean: '5896545632104' externalId: 0 price: '0.00' VATPercentage: 0 WEEETax: '0.00' weight: 0 productType: Normal expirationType: '0' expirationTypeDescription: Normal useDefaultExpiryOnReception: false generalType: null condition: GOOD invoiceExternalIdentifier: null externalSource: null externalSourceProductId: null hasSerialNumber: false createdAt: '2023-11-01T09:37:35.000000Z' updatedAt: '2023-11-01T09:37:35.000000Z' - productId: 86271 description: 'Rapala Sliver Воблер' pictureUrl: 'https://clients.mercoria.com/uploads/images/products/16/45268-rapala-sliver-vobler-2.jpg' productCode: '10329' ean: '' externalId: 45268 price: '0.00' VATPercentage: 0 WEEETax: '0.00' weight: 16 productType: Normal expirationType: '0' expirationTypeDescription: Normal useDefaultExpiryOnReception: false generalType: null condition: GOOD invoiceExternalIdentifier: null externalSource: null externalSourceProductId: null hasSerialNumber: false createdAt: null updatedAt: null - productId: 86272 description: 'Rapala Shadow Rap Воблер' pictureUrl: 'https://clients.mercoria.com/uploads/images/products/16/45271-rapala-shadow-rap-vobler-2.jpg' productCode: '10426' ean: '' externalId: 45271 price: '0.00' VATPercentage: 0 WEEETax: '0.00' weight: 12 productType: Normal expirationType: '0' expirationTypeDescription: Normal useDefaultExpiryOnReception: false generalType: null condition: GOOD invoiceExternalIdentifier: null externalSource: null externalSourceProductId: null hasSerialNumber: false createdAt: null updatedAt: null - productId: 86273 description: 'Salmo Image Tiny Sinking Воблер' pictureUrl: 'https://clients.mercoria.com/uploads/images/products/16/45272-salmo-image-tiny-sinking-vobler-1.jpg' productCode: '10539' ean: '' externalId: 45272 price: '0.00' VATPercentage: 0 WEEETax: '0.00' weight: 2 productType: Normal expirationType: '0' expirationTypeDescription: Normal useDefaultExpiryOnReception: false generalType: null condition: GOOD invoiceExternalIdentifier: null externalSource: null externalSourceProductId: null hasSerialNumber: false createdAt: null updatedAt: null - productId: 86274 description: 'Salmo Freediver Super Deep Runner Floating 12 cm Воблер плуващ' pictureUrl: 'https://clients.mercoria.com/uploads/images/products/16/45273-salmo-freediver-super-deep-runner-floating-vobler-3.jpg' productCode: '10633' ean: '' externalId: 45273 price: '0.00' VATPercentage: 0 WEEETax: '0.00' weight: 24 productType: Normal expirationType: '0' expirationTypeDescription: Normal useDefaultExpiryOnReception: false generalType: null condition: GOOD invoiceExternalIdentifier: null externalSource: null externalSourceProductId: null hasSerialNumber: false createdAt: null updatedAt: null - productId: 86275 description: 'Simrad NSS7 Evo2 Touch Сонар' pictureUrl: 'https://clients.mercoria.com/uploads/images/products/16/47969-180903101803simrad-nss7-evo2-touch-sonar-4.jpg' productCode: '20162' ean: '' externalId: 47969 price: '0.00' VATPercentage: 0 WEEETax: '0.00' weight: 0 productType: Normal expirationType: '0' expirationTypeDescription: Normal useDefaultExpiryOnReception: false generalType: null condition: GOOD invoiceExternalIdentifier: null externalSource: null externalSourceProductId: null hasSerialNumber: false createdAt: null updatedAt: null - productId: 86276 description: 'Humminbird Onyx 8cxi SI Combo Сонар' pictureUrl: 'https://clients.mercoria.com/uploads/images/products/16/47966-180903101708humminbird-onyx-8cxi-si-combo-sonar-1.jpg' productCode: '20163' ean: '' externalId: 47966 price: '0.00' VATPercentage: 0 WEEETax: '0.00' weight: 0 productType: Normal expirationType: '0' expirationTypeDescription: Normal useDefaultExpiryOnReception: false generalType: null condition: GOOD invoiceExternalIdentifier: null externalSource: null externalSourceProductId: null hasSerialNumber: false createdAt: null updatedAt: null - productId: 86277 description: 'Humminbird 1199cxi HD SI Combo Сонар' pictureUrl: 'https://clients.mercoria.com/uploads/images/products/16/47970-180831172407humminbird-1199cxi-hd-si-combo-sonar-2.jpg' productCode: '20164' ean: '' externalId: 47970 price: '0.00' VATPercentage: 0 WEEETax: '0.00' weight: 0 productType: Normal expirationType: '0' expirationTypeDescription: Normal useDefaultExpiryOnReception: false generalType: null condition: GOOD invoiceExternalIdentifier: null externalSource: null externalSourceProductId: null hasSerialNumber: false createdAt: null updatedAt: null - productId: 86278 description: 'Humminbird 999cxi HD SI COMBO Сонар' pictureUrl: 'https://clients.mercoria.com/uploads/images/products/16/47971-180903101618humminbird-999cxi-hd-si-combo-sonar-1.png' productCode: '20165' ean: '' externalId: 47971 price: '0.00' VATPercentage: 0 WEEETax: '0.00' weight: 0 productType: Normal expirationType: '0' expirationTypeDescription: Normal useDefaultExpiryOnReception: false generalType: null condition: GOOD invoiceExternalIdentifier: null externalSource: null externalSourceProductId: null hasSerialNumber: false createdAt: null updatedAt: null - productId: 86279 description: 'Humminbird 899cxi HD SI Combo Сонар' pictureUrl: 'https://clients.mercoria.com/uploads/images/products/16/47972-180903101526humminbird-899cxi-hd-si-combo-sonar-2.png' productCode: '20166' ean: '' externalId: 47972 price: '0.00' VATPercentage: 0 WEEETax: '0.00' weight: 0 productType: Normal expirationType: '0' expirationTypeDescription: Normal useDefaultExpiryOnReception: false generalType: null condition: GOOD invoiceExternalIdentifier: null externalSource: null externalSourceProductId: null hasSerialNumber: false createdAt: null updatedAt: null - productId: 86280 description: 'Strike Pro Cyber Vibe JG-005A 3.5см 4.5г Цикада' pictureUrl: 'https://clients.mercoria.com/uploads/images/products/16/47943-strike-pro-cyber-vibe-jg-005a-35sm-45g-cikada-1.png' productCode: '20277' ean: '' externalId: 47943 price: '0.00' VATPercentage: 0 WEEETax: '0.00' weight: 4 productType: Normal expirationType: '0' expirationTypeDescription: Normal useDefaultExpiryOnReception: false generalType: null condition: GOOD invoiceExternalIdentifier: null externalSource: null externalSourceProductId: null hasSerialNumber: false createdAt: null updatedAt: null - productId: 86281 description: 'Simrad NSS 9 Evo3 Сонар' pictureUrl: 'https://clients.mercoria.com/uploads/images/products/16/47973-simrad-nss-9-evo3-sonar-1.jpg' productCode: '26190' ean: '' externalId: 47973 price: '0.00' VATPercentage: 0 WEEETax: '0.00' weight: 0 productType: Normal expirationType: '0' expirationTypeDescription: Normal useDefaultExpiryOnReception: false generalType: null condition: GOOD invoiceExternalIdentifier: null externalSource: null externalSourceProductId: null hasSerialNumber: false createdAt: null updatedAt: null - productId: 86282 description: 'Simrad NSS 7 Evo3 Сонар' pictureUrl: 'https://clients.mercoria.com/uploads/images/products/16/47974-simrad-nss-7-evo3-sonar-1.jpg' productCode: '26192' ean: '' externalId: 47974 price: '0.00' VATPercentage: 0 WEEETax: '0.00' weight: 0 productType: Normal expirationType: '0' expirationTypeDescription: Normal useDefaultExpiryOnReception: false generalType: null condition: GOOD invoiceExternalIdentifier: null externalSource: null externalSourceProductId: null hasSerialNumber: false createdAt: null updatedAt: null - productId: 86283 description: 'Humminbird Helix 12 Chirp SI GPS Сонар' pictureUrl: 'https://clients.mercoria.com/uploads/images/products/16/47975-humminbird-helix-12-chirp-si-gps-sonar-1.jpg' productCode: '26208' ean: '' externalId: 47975 price: '0.00' VATPercentage: 0 WEEETax: '0.00' weight: 0 productType: Normal expirationType: '0' expirationTypeDescription: Normal useDefaultExpiryOnReception: false generalType: null condition: GOOD invoiceExternalIdentifier: null externalSource: null externalSourceProductId: null hasSerialNumber: false createdAt: null updatedAt: null - productId: 86284 description: 'Humminbird HELIX 12 CHIRP MEGA SI GPS G2N Сонар' pictureUrl: 'https://clients.mercoria.com/uploads/images/products/16/47963-humminbird-helix-12-chirp-mega-si-gps-g2n-sonar-1.jpg' productCode: '263' ean: '' externalId: 47963 price: '0.00' VATPercentage: 0 WEEETax: '0.00' weight: 0 productType: Normal expirationType: '0' expirationTypeDescription: Normal useDefaultExpiryOnReception: false generalType: null condition: GOOD invoiceExternalIdentifier: null externalSource: null externalSourceProductId: null hasSerialNumber: false createdAt: null updatedAt: null - productId: 86285 description: 'Humminbird HELIX 10 CHIRP MEGA SI GPS G2N Сонар' pictureUrl: 'https://clients.mercoria.com/uploads/images/products/16/47964-humminbird-helix-10-chirp-mega-si-gps-g2n-sonar-1.jpg' productCode: '265' ean: '' externalId: 47964 price: '0.00' VATPercentage: 0 WEEETax: '0.00' weight: 0 productType: Normal expirationType: '0' expirationTypeDescription: Normal useDefaultExpiryOnReception: false generalType: null condition: GOOD invoiceExternalIdentifier: null externalSource: null externalSourceProductId: null hasSerialNumber: false createdAt: null updatedAt: null - productId: 86286 description: 'Humminbird HELIX 10 SI GPS Сонар' pictureUrl: 'https://clients.mercoria.com/uploads/images/products/16/47967-humminbird-helix-10-si-gps-sonar-1.png' productCode: '266' ean: '' externalId: 47967 price: '0.00' VATPercentage: 0 WEEETax: '0.00' weight: 0 productType: Normal expirationType: '0' expirationTypeDescription: Normal useDefaultExpiryOnReception: false generalType: null condition: GOOD invoiceExternalIdentifier: null externalSource: null externalSourceProductId: null hasSerialNumber: false createdAt: null updatedAt: null - productId: 86287 description: 'Humminbird HELIX 9 CHIRP MEGA SI GPS G2N Сонар' pictureUrl: 'https://clients.mercoria.com/uploads/images/products/16/47965-humminbird-helix-9-chirp-mega-si-gps-g2n-sonar-1.jpg' productCode: '267' ean: '' externalId: 47965 price: '0.00' VATPercentage: 0 WEEETax: '0.00' weight: 0 productType: Normal expirationType: '0' expirationTypeDescription: Normal useDefaultExpiryOnReception: false generalType: null condition: GOOD invoiceExternalIdentifier: null externalSource: null externalSourceProductId: null hasSerialNumber: false createdAt: null updatedAt: null - productId: 86288 description: 'Humminbird HELIX 9 SI GPS Сонар' pictureUrl: 'https://clients.mercoria.com/uploads/images/products/16/47968-humminbird-helix-9-si-gps-sonar-1.png' productCode: '268' ean: '' externalId: 47968 price: '0.00' VATPercentage: 0 WEEETax: '0.00' weight: 0 productType: Normal expirationType: '0' expirationTypeDescription: Normal useDefaultExpiryOnReception: false generalType: null condition: GOOD invoiceExternalIdentifier: null externalSource: null externalSourceProductId: null hasSerialNumber: false createdAt: null updatedAt: null - productId: 86289 description: "Pontoon 21 Jilt 2.5'' Силиконова примамка" pictureUrl: 'https://clients.mercoria.com/uploads/images/products/16/47944-0038358.jpeg' productCode: '32018' ean: '' externalId: 47944 price: '0.00' VATPercentage: 0 WEEETax: '0.00' weight: 0 productType: Normal expirationType: '0' expirationTypeDescription: Normal useDefaultExpiryOnReception: false generalType: null condition: GOOD invoiceExternalIdentifier: null externalSource: null externalSourceProductId: null hasSerialNumber: false createdAt: null updatedAt: null - productId: 86290 description: "Pontoon 21 Jilt 3'' Силиконова примамка" pictureUrl: 'https://clients.mercoria.com/uploads/images/products/16/47945-0038358.jpeg' productCode: '32039' ean: '' externalId: 47945 price: '0.00' VATPercentage: 0 WEEETax: '0.00' weight: 0 productType: Normal expirationType: '0' expirationTypeDescription: Normal useDefaultExpiryOnReception: false generalType: null condition: GOOD invoiceExternalIdentifier: null externalSource: null externalSourceProductId: null hasSerialNumber: false createdAt: null updatedAt: null - productId: 86291 description: 'Garmin VIRB® Ultra 30 Eкшън камера' pictureUrl: 'https://clients.mercoria.com/uploads/images/products/16/47958-virb_ultra30-image-00.jpg' productCode: '37791' ean: '' externalId: 47958 price: '0.00' VATPercentage: 0 WEEETax: '0.00' weight: 0 productType: Normal expirationType: '0' expirationTypeDescription: Normal useDefaultExpiryOnReception: false generalType: null condition: GOOD invoiceExternalIdentifier: null externalSource: null externalSourceProductId: null hasSerialNumber: false createdAt: null updatedAt: null - productId: 86292 description: 'Garmin VIRB® XE Водоустойчивa HD екшън камера' pictureUrl: 'https://clients.mercoria.com/uploads/images/products/16/47960-virb_xe_hr_34391-1000x750.jpg' productCode: '37832' ean: '' externalId: 47960 price: '0.00' VATPercentage: 0 WEEETax: '0.00' weight: 0 productType: Normal expirationType: '0' expirationTypeDescription: Normal useDefaultExpiryOnReception: false generalType: null condition: GOOD invoiceExternalIdentifier: null externalSource: null externalSourceProductId: null hasSerialNumber: false createdAt: null updatedAt: null - productId: 86293 description: 'Garmin Dash Cam™ 45 Видеорегистратор' pictureUrl: 'https://clients.mercoria.com/uploads/images/products/16/45224-27-pic_9728_480.jpg' productCode: '37839' ean: '' externalId: 45224 price: '0.00' VATPercentage: 0 WEEETax: '0.00' weight: 0 productType: Normal expirationType: '0' expirationTypeDescription: Normal useDefaultExpiryOnReception: false generalType: null condition: GOOD invoiceExternalIdentifier: null externalSource: null externalSourceProductId: null hasSerialNumber: false createdAt: null updatedAt: null - productId: 86294 description: 'Garmin Garmin Dash Cam™ 55 Видеорегистратор' pictureUrl: 'https://clients.mercoria.com/uploads/images/products/16/45225-27-pic_9734_480.jpg' productCode: '37848' ean: '' externalId: 45225 price: '0.00' VATPercentage: 0 WEEETax: '0.00' weight: 0 productType: Normal expirationType: '0' expirationTypeDescription: Normal useDefaultExpiryOnReception: false generalType: null condition: GOOD invoiceExternalIdentifier: null externalSource: null externalSourceProductId: null hasSerialNumber: false createdAt: null updatedAt: null - productId: 86295 description: 'Garmin echoMAP™ CHIRP 52cv Сонар' pictureUrl: 'https://clients.mercoria.com/uploads/images/products/16/45226-27-pic_8390_480.jpg' productCode: '37879' ean: '' externalId: 45226 price: '0.00' VATPercentage: 0 WEEETax: '0.00' weight: 0 productType: Normal expirationType: '0' expirationTypeDescription: Normal useDefaultExpiryOnReception: false generalType: null condition: GOOD invoiceExternalIdentifier: null externalSource: null externalSourceProductId: null hasSerialNumber: false createdAt: null updatedAt: null - productId: 86296 description: 'Garmin Garmin Dash Cam™ 65W Камера' pictureUrl: 'https://clients.mercoria.com/uploads/images/products/16/45227-27-pic_9909_480.jpg' productCode: '37883' ean: '' externalId: 45227 price: '0.00' VATPercentage: 0 WEEETax: '0.00' weight: 0 productType: Normal expirationType: '0' expirationTypeDescription: Normal useDefaultExpiryOnReception: false generalType: null condition: GOOD invoiceExternalIdentifier: null externalSource: null externalSourceProductId: null hasSerialNumber: false createdAt: null updatedAt: null - productId: 86297 description: 'Garmin GFL™ 10, NMEA 2000 адаптор за ниво на горивото в резервоара' pictureUrl: 'https://clients.mercoria.com/uploads/images/products/16/45228-27-pic_3168_480.jpg' productCode: '37970' ean: '' externalId: 45228 price: '0.00' VATPercentage: 0 WEEETax: '0.00' weight: 0 productType: Normal expirationType: '0' expirationTypeDescription: Normal useDefaultExpiryOnReception: false generalType: null condition: GOOD invoiceExternalIdentifier: null externalSource: null externalSourceProductId: null hasSerialNumber: false createdAt: null updatedAt: null - productId: 86298 description: 'Garmin GPS 19x HVS Антена/приемник' pictureUrl: 'https://clients.mercoria.com/uploads/images/products/16/47957-0-24447cc0-800.jpg' productCode: '38112' ean: '' externalId: 47957 price: '0.00' VATPercentage: 0 WEEETax: '0.00' weight: 0 productType: Normal expirationType: '0' expirationTypeDescription: Normal useDefaultExpiryOnReception: false generalType: null condition: GOOD invoiceExternalIdentifier: null externalSource: null externalSourceProductId: null hasSerialNumber: false createdAt: null updatedAt: null - productId: 86299 description: 'Garmin GPS 19x NMEA 2000 Антена/приемник' pictureUrl: 'https://clients.mercoria.com/uploads/images/products/16/47959-0-c35ce9ab-800.jpg' productCode: '38114' ean: '' externalId: 47959 price: '0.00' VATPercentage: 0 WEEETax: '0.00' weight: 0 productType: Normal expirationType: '0' expirationTypeDescription: Normal useDefaultExpiryOnReception: false generalType: null condition: GOOD invoiceExternalIdentifier: null externalSource: null externalSourceProductId: null hasSerialNumber: false createdAt: null updatedAt: null - productId: 86300 description: 'Pontoon 21 Awaruna 102 Силиконова примамка' pictureUrl: 'https://clients.mercoria.com/uploads/images/products/16/47946-e_26b2be831b9b07fb26d398c2c590116a.jpg' productCode: '41051' ean: '' externalId: 47946 price: '0.00' VATPercentage: 0 WEEETax: '0.00' weight: 0 productType: Normal expirationType: '0' expirationTypeDescription: Normal useDefaultExpiryOnReception: false generalType: null condition: GOOD invoiceExternalIdentifier: null externalSource: null externalSourceProductId: null hasSerialNumber: false createdAt: null updatedAt: null - productId: 86301 description: 'Pontoon 21 Awaruna 4.5 Силиконова примамка' pictureUrl: 'https://clients.mercoria.com/uploads/images/products/16/47947-f_e8fe517a55184106ecce88438c87c22e.jpg' productCode: '41454' ean: '' externalId: 47947 price: '0.00' VATPercentage: 0 WEEETax: '0.00' weight: 0 productType: Normal expirationType: '0' expirationTypeDescription: Normal useDefaultExpiryOnReception: false generalType: null condition: GOOD invoiceExternalIdentifier: null externalSource: null externalSourceProductId: null hasSerialNumber: false createdAt: null updatedAt: null - productId: 86302 description: 'Pontoon 21 Awaruna 1.5 Силиконова примамка' pictureUrl: 'https://clients.mercoria.com/uploads/images/products/16/47948-awaruna_45-logo.jpg' productCode: '41456' ean: '' externalId: 47948 price: '0.00' VATPercentage: 0 WEEETax: '0.00' weight: 0 productType: Normal expirationType: '0' expirationTypeDescription: Normal useDefaultExpiryOnReception: false generalType: null condition: GOOD invoiceExternalIdentifier: null externalSource: null externalSourceProductId: null hasSerialNumber: false createdAt: null updatedAt: null - productId: 86303 description: 'Pontoon 21 Awaruna 2.5 Силиконова примамка' pictureUrl: 'https://clients.mercoria.com/uploads/images/products/16/47949-181123112138awaruna_45-logo.jpg' productCode: '41457' ean: '' externalId: 47949 price: '0.00' VATPercentage: 0 WEEETax: '0.00' weight: 0 productType: Normal expirationType: '0' expirationTypeDescription: Normal useDefaultExpiryOnReception: false generalType: null condition: GOOD invoiceExternalIdentifier: null externalSource: null externalSourceProductId: null hasSerialNumber: false createdAt: null updatedAt: null - productId: 86304 description: 'Pontoon 21 Awaruna 3.5 Силиконова примамка' pictureUrl: 'https://clients.mercoria.com/uploads/images/products/16/47950-pontoon21-awaruna-440-1508249302-2.jpg' productCode: '41458' ean: '' externalId: 47950 price: '0.00' VATPercentage: 0 WEEETax: '0.00' weight: 0 productType: Normal expirationType: '0' expirationTypeDescription: Normal useDefaultExpiryOnReception: false generalType: null condition: GOOD invoiceExternalIdentifier: null externalSource: null externalSourceProductId: null hasSerialNumber: false createdAt: null updatedAt: null - productId: 86305 description: 'Pontoon 21 Awaruna 2.0 Силиконова примамка' pictureUrl: 'https://clients.mercoria.com/uploads/images/products/16/47951-awaruna4.jpg' productCode: '41468' ean: '' externalId: 47951 price: '0.00' VATPercentage: 0 WEEETax: '0.00' weight: 0 productType: Normal expirationType: '0' expirationTypeDescription: Normal useDefaultExpiryOnReception: false generalType: null condition: GOOD invoiceExternalIdentifier: null externalSource: null externalSourceProductId: null hasSerialNumber: false createdAt: null updatedAt: null - productId: 86306 description: GKJ-S63/2 pictureUrl: '' productCode: '41686' ean: '' externalId: 45221 price: '0.00' VATPercentage: 0 WEEETax: '0.00' weight: 0 productType: Normal expirationType: '0' expirationTypeDescription: Normal useDefaultExpiryOnReception: false generalType: null condition: GOOD invoiceExternalIdentifier: null externalSource: null externalSourceProductId: null hasSerialNumber: false createdAt: null updatedAt: null - productId: 86307 description: GKJ-S56/6 pictureUrl: '' productCode: '41687' ean: '' externalId: 45229 price: '0.00' VATPercentage: 0 WEEETax: '0.00' weight: 0 productType: Normal expirationType: '0' expirationTypeDescription: Normal useDefaultExpiryOnReception: false generalType: null condition: GOOD invoiceExternalIdentifier: null externalSource: null externalSourceProductId: null hasSerialNumber: false createdAt: null updatedAt: null - productId: 86308 description: GKJ-S63/4 pictureUrl: '' productCode: '41688' ean: '640106' externalId: 45230 price: '0.00' VATPercentage: 0 WEEETax: '0.00' weight: 0 productType: Normal expirationType: '0' expirationTypeDescription: Normal useDefaultExpiryOnReception: false generalType: null condition: GOOD invoiceExternalIdentifier: null externalSource: null externalSourceProductId: null hasSerialNumber: false createdAt: null updatedAt: null - productId: 86309 description: GKJ-B54/6 pictureUrl: '' productCode: '41689' ean: '' externalId: 45231 price: '0.00' VATPercentage: 0 WEEETax: '0.00' weight: 0 productType: Normal expirationType: '0' expirationTypeDescription: Normal useDefaultExpiryOnReception: false generalType: null condition: GOOD invoiceExternalIdentifier: null externalSource: null externalSourceProductId: null hasSerialNumber: false createdAt: null updatedAt: null - productId: 86310 description: NJB-65/3SP pictureUrl: '' productCode: '41701' ean: '640110' externalId: 45235 price: '0.00' VATPercentage: 0 WEEETax: '0.00' weight: 0 productType: Normal expirationType: '0' expirationTypeDescription: Normal useDefaultExpiryOnReception: false generalType: null condition: GOOD invoiceExternalIdentifier: null externalSource: null externalSourceProductId: null hasSerialNumber: false createdAt: null updatedAt: null - productId: 86311 description: NJB-65/4SP pictureUrl: '' productCode: '41702' ean: '640109' externalId: 45236 price: '0.00' VATPercentage: 0 WEEETax: '0.00' weight: 0 productType: Normal expirationType: '0' expirationTypeDescription: Normal useDefaultExpiryOnReception: false generalType: null condition: GOOD invoiceExternalIdentifier: null externalSource: null externalSourceProductId: null hasSerialNumber: false createdAt: null updatedAt: null - productId: 86312 description: 'NJB-65/5 SP' pictureUrl: '' productCode: '41703' ean: '640142' externalId: 45240 price: '0.00' VATPercentage: 0 WEEETax: '0.00' weight: 0 productType: Normal expirationType: '0' expirationTypeDescription: Normal useDefaultExpiryOnReception: false generalType: null condition: GOOD invoiceExternalIdentifier: null externalSource: null externalSourceProductId: null hasSerialNumber: false createdAt: null updatedAt: null - productId: 86313 description: 68ML/TR pictureUrl: '' productCode: '41704' ean: '640147' externalId: 45241 price: '0.00' VATPercentage: 0 WEEETax: '0.00' weight: 0 productType: Normal expirationType: '0' expirationTypeDescription: Normal useDefaultExpiryOnReception: false generalType: null condition: GOOD invoiceExternalIdentifier: null externalSource: null externalSourceProductId: null hasSerialNumber: false createdAt: null updatedAt: null - productId: 86314 description: NJS-63/3 pictureUrl: '' productCode: '41705' ean: '640101' externalId: 45245 price: '0.00' VATPercentage: 0 WEEETax: '0.00' weight: 0 productType: Normal expirationType: '0' expirationTypeDescription: Normal useDefaultExpiryOnReception: false generalType: null condition: GOOD invoiceExternalIdentifier: null externalSource: null externalSourceProductId: null hasSerialNumber: false createdAt: null updatedAt: null - productId: 86315 description: 62/4 pictureUrl: 'https://clients.mercoria.com/uploads/images/products/16/47955-g-624.jpg' productCode: '41775' ean: '' externalId: 47955 price: '0.00' VATPercentage: 0 WEEETax: '0.00' weight: 188 productType: Normal expirationType: '0' expirationTypeDescription: Normal useDefaultExpiryOnReception: false generalType: null condition: GOOD invoiceExternalIdentifier: null externalSource: null externalSourceProductId: null hasSerialNumber: false createdAt: null updatedAt: null - productId: 86316 description: 'Garmin GHS 11i VHF слушалка' pictureUrl: 'https://clients.mercoria.com/uploads/images/products/16/47956-garmin-ghs-11i-vhf.jpg' productCode: '47505' ean: '' externalId: 47956 price: '0.00' VATPercentage: 0 WEEETax: '0.00' weight: 0 productType: Normal expirationType: '0' expirationTypeDescription: Normal useDefaultExpiryOnReception: false generalType: null condition: GOOD invoiceExternalIdentifier: null externalSource: null externalSourceProductId: null hasSerialNumber: false createdAt: null updatedAt: null - productId: 86317 description: 'Garmin радVHF 315i Морско радио' pictureUrl: 'https://clients.mercoria.com/uploads/images/products/16/47962-315i.jpg' productCode: '47517' ean: '' externalId: 47962 price: '0.00' VATPercentage: 0 WEEETax: '0.00' weight: 0 productType: Normal expirationType: '0' expirationTypeDescription: Normal useDefaultExpiryOnReception: false generalType: null condition: GOOD invoiceExternalIdentifier: null externalSource: null externalSourceProductId: null hasSerialNumber: false createdAt: null updatedAt: null - productId: 86318 description: 'Maria FLA-PEN Shallow 85 Воблер' pictureUrl: 'https://clients.mercoria.com/uploads/images/products/16/45219-maria-fla-pen-shallow-85-vobler-2.jpg' productCode: '7524' ean: '' externalId: 45219 price: '0.00' VATPercentage: 0 WEEETax: '0.00' weight: 12 productType: Normal expirationType: '0' expirationTypeDescription: Normal useDefaultExpiryOnReception: false generalType: null condition: GOOD invoiceExternalIdentifier: null externalSource: null externalSourceProductId: null hasSerialNumber: false createdAt: null updatedAt: null - productId: 86319 description: 'Maria ANGEL KISS EKF 140 Воблер' pictureUrl: 'https://clients.mercoria.com/uploads/images/products/16/45220-maria-angel-kiss-ekf-140-vobler-1.jpg' productCode: '7537' ean: '' externalId: 45220 price: '0.00' VATPercentage: 0 WEEETax: '0.00' weight: 27 productType: Normal expirationType: '0' expirationTypeDescription: Normal useDefaultExpiryOnReception: false generalType: null condition: GOOD invoiceExternalIdentifier: null externalSource: null externalSourceProductId: null hasSerialNumber: false createdAt: null updatedAt: null - productId: 86320 description: 'Maria SQUASH S95 Воблер' pictureUrl: 'https://clients.mercoria.com/uploads/images/products/16/45222-maria-squash-s95-vobler-1.jpg' productCode: '7562' ean: '' externalId: 45222 price: '0.00' VATPercentage: 0 WEEETax: '0.00' weight: 12 productType: Normal expirationType: '0' expirationTypeDescription: Normal useDefaultExpiryOnReception: false generalType: null condition: GOOD invoiceExternalIdentifier: null externalSource: null externalSourceProductId: null hasSerialNumber: false createdAt: null updatedAt: null - productId: 86321 description: 'Maria SQUASH S125 Воблер' pictureUrl: 'https://clients.mercoria.com/uploads/images/products/16/45223-maria-squash-s125-vobler-1.jpg' productCode: '7573' ean: '' externalId: 45223 price: '0.00' VATPercentage: 0 WEEETax: '0.00' weight: 22 productType: Normal expirationType: '0' expirationTypeDescription: Normal useDefaultExpiryOnReception: false generalType: null condition: GOOD invoiceExternalIdentifier: null externalSource: null externalSourceProductId: null hasSerialNumber: false createdAt: null updatedAt: null - productId: 86322 description: 'Maria FAKE BAITS F50 Воблер' pictureUrl: 'https://clients.mercoria.com/uploads/images/products/16/45232-maria-fake-baits-f50-vobler-1.jpg' productCode: '7587' ean: '' externalId: 45232 price: '0.00' VATPercentage: 0 WEEETax: '0.00' weight: 2 productType: Normal expirationType: '0' expirationTypeDescription: Normal useDefaultExpiryOnReception: false generalType: null condition: GOOD invoiceExternalIdentifier: null externalSource: null externalSourceProductId: null hasSerialNumber: false createdAt: null updatedAt: null - productId: 86323 description: 'Maria FAKE BAITS F90 Воблер' pictureUrl: 'https://clients.mercoria.com/uploads/images/products/16/45233-maria-fake-baits-f90-vobler-1.jpg' productCode: '7589' ean: '' externalId: 45233 price: '0.00' VATPercentage: 0 WEEETax: '0.00' weight: 5 productType: Normal expirationType: '0' expirationTypeDescription: Normal useDefaultExpiryOnReception: false generalType: null condition: GOOD invoiceExternalIdentifier: null externalSource: null externalSourceProductId: null hasSerialNumber: false createdAt: null updatedAt: null - productId: 86324 description: 'Salmo Minnow Floating Воблер' pictureUrl: 'https://clients.mercoria.com/uploads/images/products/16/45234-180810172643salmo-minnow-floating-vobler-2.jpg' productCode: '7762' ean: '' externalId: 45234 price: '0.00' VATPercentage: 0 WEEETax: '0.00' weight: 3 productType: Normal expirationType: '0' expirationTypeDescription: Normal useDefaultExpiryOnReception: false generalType: null condition: GOOD invoiceExternalIdentifier: null externalSource: null externalSourceProductId: null hasSerialNumber: false createdAt: null updatedAt: null - productId: 86325 description: 'Rapala Jointed Shad Rap 7см Воблер' pictureUrl: 'https://clients.mercoria.com/uploads/images/products/16/45237-rapala-jointed-shad-rap-7sm-vobler-2.jpg' productCode: '7780' ean: '' externalId: 45237 price: '0.00' VATPercentage: 0 WEEETax: '0.00' weight: 13 productType: Normal expirationType: '0' expirationTypeDescription: Normal useDefaultExpiryOnReception: false generalType: null condition: GOOD invoiceExternalIdentifier: null externalSource: null externalSourceProductId: null hasSerialNumber: false createdAt: null updatedAt: null - productId: 86326 description: 'Salmo Butcher Super Deep Runner Floating Воблер' pictureUrl: 'https://clients.mercoria.com/uploads/images/products/16/45238-salmo-butcher-super-deep-runner-floating-vobler-1.jpg' productCode: '7819' ean: '' externalId: 45238 price: '0.00' VATPercentage: 0 WEEETax: '0.00' weight: 6 productType: Normal expirationType: '0' expirationTypeDescription: Normal useDefaultExpiryOnReception: false generalType: null condition: GOOD invoiceExternalIdentifier: null externalSource: null externalSourceProductId: null hasSerialNumber: false createdAt: null updatedAt: null - productId: 86327 description: 'Rapala Scatter Rap Deep Husky Jerk 10см. Воблер' pictureUrl: 'https://clients.mercoria.com/uploads/images/products/16/45239-rapala-scatter-rap-deep-husky-jerk-10sm-vobler-2.jpg' productCode: '7973' ean: '' externalId: 45239 price: '0.00' VATPercentage: 0 WEEETax: '0.00' weight: 10 productType: Normal expirationType: '0' expirationTypeDescription: Normal useDefaultExpiryOnReception: false generalType: null condition: GOOD invoiceExternalIdentifier: null externalSource: null externalSourceProductId: null hasSerialNumber: false createdAt: null updatedAt: null - productId: 86328 description: 'Rapala Risto Rap 8см Воблер' pictureUrl: 'https://clients.mercoria.com/uploads/images/products/16/45242-rapala-risto-rap-8sm-vobler-2.jpg' productCode: '7988' ean: '' externalId: 45242 price: '0.00' VATPercentage: 0 WEEETax: '0.00' weight: 21 productType: Normal expirationType: '0' expirationTypeDescription: Normal useDefaultExpiryOnReception: false generalType: null condition: GOOD invoiceExternalIdentifier: null externalSource: null externalSourceProductId: null hasSerialNumber: false createdAt: null updatedAt: null - productId: 86329 description: 'DAIWA CREEK SPINNER 3.0g Блесна' pictureUrl: 'https://clients.mercoria.com/uploads/images/products/16/47952-210714151912screenshot_8.jpg' productCode: '80313' ean: '' externalId: 47952 price: '0.00' VATPercentage: 0 WEEETax: '0.00' weight: 3 productType: Normal expirationType: '0' expirationTypeDescription: Normal useDefaultExpiryOnReception: false generalType: null condition: GOOD invoiceExternalIdentifier: null externalSource: null externalSourceProductId: null hasSerialNumber: false createdAt: null updatedAt: null - productId: 86330 description: 'DAIWA CREEK SPINNER 6.0g Блесна' pictureUrl: 'https://clients.mercoria.com/uploads/images/products/16/47953-21071415430720120910451919192124345.jpg' productCode: '80314' ean: '' externalId: 47953 price: '0.00' VATPercentage: 0 WEEETax: '0.00' weight: 6 productType: Normal expirationType: '0' expirationTypeDescription: Normal useDefaultExpiryOnReception: false generalType: null condition: GOOD invoiceExternalIdentifier: null externalSource: null externalSourceProductId: null hasSerialNumber: false createdAt: null updatedAt: null - productId: 86331 description: 'DAIWA CREEK SPINNER 4.0g Блесна' pictureUrl: 'https://clients.mercoria.com/uploads/images/products/16/47954-210714154556screenshot_9.jpg' productCode: '80315' ean: '' externalId: 47954 price: '0.00' VATPercentage: 0 WEEETax: '0.00' weight: 4 productType: Normal expirationType: '0' expirationTypeDescription: Normal useDefaultExpiryOnReception: false generalType: null condition: GOOD invoiceExternalIdentifier: null externalSource: null externalSourceProductId: null hasSerialNumber: false createdAt: null updatedAt: null - productId: 86332 description: 'Rapala Ultra Light Shad Воблер' pictureUrl: 'https://clients.mercoria.com/uploads/images/products/16/45243-rapala-ultra-light-shad-vobler-2.jpg' productCode: '8074' ean: '' externalId: 45243 price: '0.00' VATPercentage: 0 WEEETax: '0.00' weight: 3 productType: Normal expirationType: '0' expirationTypeDescription: Normal useDefaultExpiryOnReception: false generalType: null condition: GOOD invoiceExternalIdentifier: null externalSource: null externalSourceProductId: null hasSerialNumber: false createdAt: null updatedAt: null - productId: 86333 description: 'Rapala Shad Rap 9см Воблер' pictureUrl: 'https://clients.mercoria.com/uploads/images/products/16/45244-rapala-shad-rap-9sm-vobler-2.jpg' productCode: '8238' ean: '' externalId: 45244 price: '0.00' VATPercentage: 0 WEEETax: '0.00' weight: 15 productType: Normal expirationType: '0' expirationTypeDescription: Normal useDefaultExpiryOnReception: false generalType: null condition: GOOD invoiceExternalIdentifier: null externalSource: null externalSourceProductId: null hasSerialNumber: false createdAt: null updatedAt: null - productId: 86334 description: 'Rapala Shadow Rap Shad Deep Воблер' pictureUrl: 'https://clients.mercoria.com/uploads/images/products/16/45246-rapala-shadow-rap-shad-deep-vobler-2.jpg' productCode: '8389' ean: '' externalId: 45246 price: '0.00' VATPercentage: 0 WEEETax: '0.00' weight: 12 productType: Normal expirationType: '0' expirationTypeDescription: Normal useDefaultExpiryOnReception: false generalType: null condition: GOOD invoiceExternalIdentifier: null externalSource: null externalSourceProductId: null hasSerialNumber: false createdAt: null updatedAt: null - productId: 86335 description: 'Salmo Freediver Saltwater Super Deep Runner Floating Воблер' pictureUrl: 'https://clients.mercoria.com/uploads/images/products/16/45249-salmo-freediver-saltwater-super-deep-runner-floating-vobler-2.jpg' productCode: '8409' ean: '5902730314066' externalId: 45249 price: '0.00' VATPercentage: 0 WEEETax: '0.00' weight: 24 productType: Normal expirationType: '0' expirationTypeDescription: Normal useDefaultExpiryOnReception: false generalType: null condition: GOOD invoiceExternalIdentifier: null externalSource: null externalSourceProductId: null hasSerialNumber: false createdAt: null updatedAt: null - productId: 86336 description: 'Rapala Husky Magnum Воблер' pictureUrl: 'https://clients.mercoria.com/uploads/images/products/16/45247-rapala-husky-magnum-vobler-2.jpg' productCode: '8453' ean: '' externalId: 45247 price: '0.00' VATPercentage: 0 WEEETax: '0.00' weight: 36 productType: Normal expirationType: '0' expirationTypeDescription: Normal useDefaultExpiryOnReception: false generalType: null condition: GOOD invoiceExternalIdentifier: null externalSource: null externalSourceProductId: null hasSerialNumber: false createdAt: null updatedAt: null - productId: 86337 description: 'Rapala Scatter Rap Tail Dancer Воблер' pictureUrl: 'https://clients.mercoria.com/uploads/images/products/16/45252-rapala-scatter-rap-tail-dancer-vobler-2.jpg' productCode: '8481' ean: '' externalId: 45252 price: '0.00' VATPercentage: 0 WEEETax: '0.00' weight: 13 productType: Normal expirationType: '0' expirationTypeDescription: Normal useDefaultExpiryOnReception: false generalType: null condition: GOOD invoiceExternalIdentifier: null externalSource: null externalSourceProductId: null hasSerialNumber: false createdAt: null updatedAt: null - productId: 86338 description: 'Scatter Rap Shad Deep Воблер' pictureUrl: 'https://clients.mercoria.com/uploads/images/products/16/45253-scatter-rap-shad-deep-vobler-2.jpg' productCode: '8659' ean: '' externalId: 45253 price: '0.00' VATPercentage: 0 WEEETax: '0.00' weight: 7 productType: Normal expirationType: '0' expirationTypeDescription: Normal useDefaultExpiryOnReception: false generalType: null condition: GOOD invoiceExternalIdentifier: null externalSource: null externalSourceProductId: null hasSerialNumber: false createdAt: null updatedAt: null - productId: 86339 description: 'Rapala Floating Magnum Воблер' pictureUrl: 'https://clients.mercoria.com/uploads/images/products/16/45254-rapala-floating-magnum-vobler-2.jpg' productCode: '8745' ean: '' externalId: 45254 price: '0.00' VATPercentage: 0 WEEETax: '0.00' weight: 15 productType: Normal expirationType: '0' expirationTypeDescription: Normal useDefaultExpiryOnReception: false generalType: null condition: GOOD invoiceExternalIdentifier: null externalSource: null externalSourceProductId: null hasSerialNumber: false createdAt: null updatedAt: null - productId: 86340 description: 'Геймърска мишка Logitech G903 Lightspeed, Черна | 910-005672' pictureUrl: '' productCode: '88056' ean: '' externalId: 47924 price: '0.00' VATPercentage: 0 WEEETax: '0.00' weight: 0 productType: Normal expirationType: '0' expirationTypeDescription: Normal useDefaultExpiryOnReception: false generalType: null condition: GOOD invoiceExternalIdentifier: null externalSource: null externalSourceProductId: null hasSerialNumber: false createdAt: null updatedAt: null - productId: 86341 description: 'Rapala Down Deep Husky Jerk 12см Воблер' pictureUrl: 'https://clients.mercoria.com/uploads/images/products/16/45256-rapala-down-deep-husky-jerk-12sm-vobler-3.jpg' productCode: '8817' ean: '' externalId: 45256 price: '0.00' VATPercentage: 0 WEEETax: '0.00' weight: 11 productType: Normal expirationType: '0' expirationTypeDescription: Normal useDefaultExpiryOnReception: false generalType: null condition: GOOD invoiceExternalIdentifier: null externalSource: null externalSourceProductId: null hasSerialNumber: false createdAt: null updatedAt: null - productId: 86342 description: 'Rapala Ultra Light Crank Воблер' pictureUrl: 'https://clients.mercoria.com/uploads/images/products/16/45257-rapala-u-l-crank.jpg' productCode: '8901' ean: '' externalId: 45257 price: '0.00' VATPercentage: 0 WEEETax: '0.00' weight: 4 productType: Normal expirationType: '0' expirationTypeDescription: Normal useDefaultExpiryOnReception: false generalType: null condition: GOOD invoiceExternalIdentifier: null externalSource: null externalSourceProductId: null hasSerialNumber: false createdAt: null updatedAt: null - productId: 86343 description: 'Rapala X-Rap Magnum XRMAG40 Воблер' pictureUrl: 'https://clients.mercoria.com/uploads/images/products/16/45258-rapala-x-rap-magnum-xrmag40-vobler-5.jpg' productCode: '8939' ean: '' externalId: 45258 price: '0.00' VATPercentage: 0 WEEETax: '0.00' weight: 77 productType: Normal expirationType: '0' expirationTypeDescription: Normal useDefaultExpiryOnReception: false generalType: null condition: GOOD invoiceExternalIdentifier: null externalSource: null externalSourceProductId: null hasSerialNumber: false createdAt: null updatedAt: null - productId: 86344 description: 'Rapala CountDown CD11 Воблер' pictureUrl: 'https://clients.mercoria.com/uploads/images/products/16/45259-rapala-countdown-cd11-vobler-3.jpg' productCode: '9160' ean: '' externalId: 45259 price: '0.00' VATPercentage: 0 WEEETax: '0.00' weight: 16 productType: Normal expirationType: '0' expirationTypeDescription: Normal useDefaultExpiryOnReception: false generalType: null condition: GOOD invoiceExternalIdentifier: null externalSource: null externalSourceProductId: null hasSerialNumber: false createdAt: null updatedAt: null - productId: 86345 description: 'Rapala Weedless Shad Воблер' pictureUrl: 'https://clients.mercoria.com/uploads/images/products/16/45260-rapala-weedless-shad-vobler-3.jpg' productCode: '9284' ean: '' externalId: 45260 price: '0.00' VATPercentage: 0 WEEETax: '0.00' weight: 16 productType: Normal expirationType: '0' expirationTypeDescription: Normal useDefaultExpiryOnReception: false generalType: null condition: GOOD invoiceExternalIdentifier: null externalSource: null externalSourceProductId: null hasSerialNumber: false createdAt: null updatedAt: null - productId: 86346 description: 'Salmo Hornet Deep Runner 9F Воблер' pictureUrl: 'https://clients.mercoria.com/uploads/images/products/16/45261-180810173050salmo-hornet-deep-runner-9f-vobler-1.jpg' productCode: '9331' ean: '' externalId: 45261 price: '0.00' VATPercentage: 0 WEEETax: '0.00' weight: 36 productType: Normal expirationType: '0' expirationTypeDescription: Normal useDefaultExpiryOnReception: false generalType: null condition: GOOD invoiceExternalIdentifier: null externalSource: null externalSourceProductId: null hasSerialNumber: false createdAt: null updatedAt: null - productId: 86347 description: 'Salmo Hornet Deep Runner H6S Воблер' pictureUrl: 'https://clients.mercoria.com/uploads/images/products/16/45262-salmo-hornet-deep-runner-h6s-vobler-1.jpg' productCode: '9384' ean: '' externalId: 45262 price: '0.00' VATPercentage: 0 WEEETax: '0.00' weight: 14 productType: Normal expirationType: '0' expirationTypeDescription: Normal useDefaultExpiryOnReception: false generalType: null condition: GOOD invoiceExternalIdentifier: null externalSource: null externalSourceProductId: null hasSerialNumber: false createdAt: null updatedAt: null - productId: 86348 description: 'Rapala Ultra Light Pop Воблер' pictureUrl: 'https://clients.mercoria.com/uploads/images/products/16/45263-rapala-ultra-light-pop-vobler-2.jpg' productCode: '9474' ean: '' externalId: 45263 price: '0.00' VATPercentage: 0 WEEETax: '0.00' weight: 3 productType: Normal expirationType: '0' expirationTypeDescription: Normal useDefaultExpiryOnReception: false generalType: null condition: GOOD invoiceExternalIdentifier: null externalSource: null externalSourceProductId: null hasSerialNumber: false createdAt: null updatedAt: null - productId: 86349 description: 'Rapala Max Rap Fat Minnow Воблер' pictureUrl: 'https://clients.mercoria.com/uploads/images/products/16/45264-rapala-max-rap-fat-minnow-vobler-2.jpg' productCode: '9607' ean: '' externalId: 45264 price: '0.00' VATPercentage: 0 WEEETax: '0.00' weight: 13 productType: Normal expirationType: '0' expirationTypeDescription: Normal useDefaultExpiryOnReception: false generalType: null condition: GOOD invoiceExternalIdentifier: null externalSource: null externalSourceProductId: null hasSerialNumber: false createdAt: null updatedAt: null - productId: 86350 description: 'Rapala Shallow Shad Rap 9см Воблер' pictureUrl: 'https://clients.mercoria.com/uploads/images/products/16/45266-rapala-shallow-shad-rap-9.jpg' productCode: '9733' ean: '' externalId: 45266 price: '0.00' VATPercentage: 0 WEEETax: '0.00' weight: 12 productType: Normal expirationType: '0' expirationTypeDescription: Normal useDefaultExpiryOnReception: false generalType: null condition: GOOD invoiceExternalIdentifier: null externalSource: null externalSourceProductId: null hasSerialNumber: false createdAt: null updatedAt: null - productId: 86351 description: 'Тест на наличност' pictureUrl: '' productCode: '97477' ean: '' externalId: 45248 price: '0.00' VATPercentage: 0 WEEETax: '0.00' weight: 0 productType: Normal expirationType: '0' expirationTypeDescription: Normal useDefaultExpiryOnReception: false generalType: null condition: GOOD invoiceExternalIdentifier: null externalSource: null externalSourceProductId: null hasSerialNumber: false createdAt: null updatedAt: null - productId: 86352 description: 'BAGSO 2' pictureUrl: 'https://clients.mercoria.com/uploads/images/products/16/45250-1-20221122_113025698_ios_webp.webp' productCode: '97554' ean: 12377AS externalId: 45250 price: '0.00' VATPercentage: 0 WEEETax: '0.00' weight: 0 productType: Normal expirationType: '0' expirationTypeDescription: Normal useDefaultExpiryOnReception: false generalType: null condition: GOOD invoiceExternalIdentifier: null externalSource: null externalSourceProductId: null hasSerialNumber: false createdAt: null updatedAt: null - productId: 86353 description: 'тест атрубътуи' pictureUrl: '' productCode: '97612' ean: '' externalId: 45265 price: '0.00' VATPercentage: 0 WEEETax: '0.00' weight: 0 productType: Normal expirationType: '0' expirationTypeDescription: Normal useDefaultExpiryOnReception: false generalType: null condition: GOOD invoiceExternalIdentifier: null externalSource: null externalSourceProductId: null hasSerialNumber: false createdAt: null updatedAt: null - productId: 86354 description: 'Персонализация - селект' pictureUrl: '' productCode: '97631' ean: '' externalId: 45269 price: '0.00' VATPercentage: 0 WEEETax: '0.00' weight: 0 productType: Normal expirationType: '0' expirationTypeDescription: Normal useDefaultExpiryOnReception: false generalType: null condition: GOOD invoiceExternalIdentifier: null externalSource: null externalSourceProductId: null hasSerialNumber: false createdAt: null updatedAt: null - productId: 86355 description: 'Тест на продукти без цени' pictureUrl: '' productCode: '97632' ean: '' externalId: 45270 price: '0.00' VATPercentage: 0 WEEETax: '0.00' weight: 0 productType: Normal expirationType: '0' expirationTypeDescription: Normal useDefaultExpiryOnReception: false generalType: null condition: GOOD invoiceExternalIdentifier: null externalSource: null externalSourceProductId: null hasSerialNumber: false createdAt: null updatedAt: null - productId: 86356 description: 'Серво мотор 200W-750W' pictureUrl: '' productCode: '97665' ean: '' externalId: 47961 price: '0.00' VATPercentage: 0 WEEETax: '0.00' weight: 0 productType: Normal expirationType: '0' expirationTypeDescription: Normal useDefaultExpiryOnReception: false generalType: null condition: GOOD invoiceExternalIdentifier: null externalSource: null externalSourceProductId: null hasSerialNumber: false createdAt: null updatedAt: null - productId: 108249 description: 'Produs evidenta palet sus' pictureUrl: '' productCode: paletproduct_35499_tisho ean: paletproduct_35499_tisho externalId: 0 price: '0.00' VATPercentage: 0 WEEETax: '0.00' weight: 0 productType: Normal expirationType: '0' expirationTypeDescription: Normal useDefaultExpiryOnReception: false generalType: null condition: GOOD invoiceExternalIdentifier: null externalSource: null externalSourceProductId: null hasSerialNumber: false createdAt: null updatedAt: null - productId: 130224 description: 'iPhone 16 256GB' pictureUrl: '' productCode: '10001' ean: '10001' externalId: 10001 price: '0.00' VATPercentage: 0 WEEETax: '0.00' weight: 0 productType: Normal expirationType: '0' expirationTypeDescription: Normal useDefaultExpiryOnReception: false generalType: null condition: GOOD invoiceExternalIdentifier: null externalSource: Metrica externalSourceProductId: null hasSerialNumber: false createdAt: '2025-06-06T10:57:35.000000Z' updatedAt: '2025-06-06T10:58:32.000000Z' - productId: 130225 description: 'USB-C Cabel 3m' pictureUrl: '' productCode: '10007' ean: '10007' externalId: 10007 price: '0.00' VATPercentage: 0 WEEETax: '0.00' weight: 0 productType: Normal expirationType: '0' expirationTypeDescription: Normal useDefaultExpiryOnReception: false generalType: null condition: GOOD invoiceExternalIdentifier: null externalSource: Metrica externalSourceProductId: null hasSerialNumber: false createdAt: '2025-06-06T10:57:52.000000Z' updatedAt: '2025-06-06T10:57:52.000000Z' - productId: 130226 description: 'iPhone 15 Pro 128GB' pictureUrl: '' productCode: '10003' ean: '10003' externalId: 10003 price: '0.00' VATPercentage: 0 WEEETax: '0.00' weight: 0 productType: Normal expirationType: '0' expirationTypeDescription: Normal useDefaultExpiryOnReception: false generalType: null condition: GOOD invoiceExternalIdentifier: null externalSource: Metrica externalSourceProductId: null hasSerialNumber: false createdAt: '2025-06-06T10:58:06.000000Z' updatedAt: '2025-06-06T10:58:06.000000Z' items: type: object properties: productId: type: integer example: 1 description: type: string example: 'Produs neregasit in BD - Comanda incompleta' pictureUrl: type: string example: '' productCode: type: string example: '' ean: type: string example: '' externalId: type: integer example: -1 price: type: string example: '0.00' VATPercentage: type: integer example: 0 WEEETax: type: string example: '0.00' weight: type: string example: null productType: type: string example: Normal expirationType: type: string example: '0' expirationTypeDescription: type: string example: Normal useDefaultExpiryOnReception: type: boolean example: false generalType: type: string example: null condition: type: string example: GOOD invoiceExternalIdentifier: type: string example: null externalSource: type: string example: null externalSourceProductId: type: string example: null hasSerialNumber: type: boolean example: false createdAt: type: string example: null updatedAt: type: string example: null links: type: object properties: first: type: string example: 'https://clients.metrica.bg/api/v1/connectors/client/products?page=1' last: type: string example: null prev: type: string example: null next: type: string example: null meta: type: object properties: current_page: type: integer example: 1 from: type: integer example: 1 path: type: string example: 'https://clients.metrica.bg/api/v1/connectors/client/products' per_page: type: integer example: 1000 to: type: integer example: 114 success: type: boolean example: true tags: - 'API V1 - Products' /api/v1/connectors/client/products/filter: get: summary: 'GET Filtered Products' operationId: gETFilteredProducts description: "List all products that match filters.\n\nPresents the result with page size and simple pagination (without showing the total number of records and last page).\n\nThrottling: Max 20 requests per minute. (20/1) Max 100 requests per hour. (100/60)\n\nDefault page size : 250 records per page. (Maximum 1000 records per page)" parameters: - in: query name: page description: 'Which page to show.' example: 1 required: false schema: type: integer description: 'Which page to show.' example: 1 nullable: false responses: 200: description: '' content: application/json: schema: type: object example: data: [] links: first: 'https://clients.metrica.bg/api/v1/connectors/client/products/filter?page=1' last: null prev: null next: null meta: current_page: 1 from: null path: 'https://clients.metrica.bg/api/v1/connectors/client/products/filter' per_page: 250 to: null success: true properties: data: type: array example: [] links: type: object properties: first: type: string example: 'https://clients.metrica.bg/api/v1/connectors/client/products/filter?page=1' last: type: string example: null prev: type: string example: null next: type: string example: null meta: type: object properties: current_page: type: integer example: 1 from: type: string example: null path: type: string example: 'https://clients.metrica.bg/api/v1/connectors/client/products/filter' per_page: type: integer example: 250 to: type: string example: null success: type: boolean example: true tags: - 'API V1 - Products' requestBody: required: false content: application/json: schema: type: object properties: ids: type: string description: 'List of comma-separated Product IDs.' example: '184735,184736,3049927' nullable: false productCode: type: string description: 'The product code.' example: MHM223259 nullable: false barcode: type: string description: 'The product barcode/ean.' example: '4971850911119' nullable: false externalId: type: string description: 'The product external id.' example: '109' nullable: false startDate: type: date description: 'A date between past and today. The format must be in: Y-m-d H:i:s.' example: '2025-01-01 12:59:59' nullable: false endDate: type: date description: 'A date between past and today. If there is a startDate, endDate must be later than startDate. The format must be in: Y-m-d H:i:s.' example: '2025-02-07 13:10:00' nullable: false dateFilterBy: type: 'enum(CREATED_AT,UPDATED_AT)' description: 'The column to which startDate and endDate are compared. - Default: CREATED_AT.' example: CREATED_AT nullable: false sortDate: type: 'enum(DESC,ASC)' description: 'Order in which to retrieve results. - Default : ASC.' example: ASC nullable: false perPage: type: integer description: 'Number of entries per page. The allowed values are between 10 and 1000. If not provided, the default is 250.' example: 250 nullable: false /api/v1/connectors/client/products/filter/createdToday: get: summary: 'GET Products created today' operationId: gETProductsCreatedToday description: "List all products that were created today\n\nPresents the result with page size and pagination.\n\nThrottling: Max 20 requests per hour. (20/60)\n\nDefault page size : 1000 records per page." parameters: - in: query name: page description: 'Which page to show.' example: 1 required: false schema: type: integer description: 'Which page to show.' example: 1 nullable: false responses: 200: description: '' content: application/json: schema: type: object example: data: [] links: first: 'https://clients.metrica.bg/api/v1/connectors/client/products/filter/createdToday?page=1' last: 'https://clients.metrica.bg/api/v1/connectors/client/products/filter/createdToday?page=1' prev: null next: null meta: current_page: 1 from: null last_page: 1 links: - url: null label: '« Previous' active: false - url: 'https://clients.metrica.bg/api/v1/connectors/client/products/filter/createdToday?page=1' label: '1' active: true - url: null label: 'Next »' active: false path: 'https://clients.metrica.bg/api/v1/connectors/client/products/filter/createdToday' per_page: 1000 to: null total: 0 success: true properties: data: type: array example: [] links: type: object properties: first: type: string example: 'https://clients.metrica.bg/api/v1/connectors/client/products/filter/createdToday?page=1' last: type: string example: 'https://clients.metrica.bg/api/v1/connectors/client/products/filter/createdToday?page=1' prev: type: string example: null next: type: string example: null meta: type: object properties: current_page: type: integer example: 1 from: type: string example: null last_page: type: integer example: 1 links: type: array example: - url: null label: '« Previous' active: false - url: 'https://clients.metrica.bg/api/v1/connectors/client/products/filter/createdToday?page=1' label: '1' active: true - url: null label: 'Next »' active: false items: type: object properties: url: type: string example: null label: type: string example: '« Previous' active: type: boolean example: false path: type: string example: 'https://clients.metrica.bg/api/v1/connectors/client/products/filter/createdToday' per_page: type: integer example: 1000 to: type: string example: null total: type: integer example: 0 success: type: boolean example: true tags: - 'API V1 - Products' /api/v1/connectors/client/products/filter/updatedToday: get: summary: 'GET Products updated today' operationId: gETProductsUpdatedToday description: "List all products that were updated today\n\nPresents the result with page size and pagination.\nChanges on product stock does not reflect as a product update.\n\nThrottling: Max 20 requests per hour. (20/60)\n\nDefault page size : 1000 records per page." parameters: - in: query name: page description: 'Which page to show.' example: 1 required: false schema: type: integer description: 'Which page to show.' example: 1 nullable: false responses: 200: description: '' content: application/json: schema: type: object example: data: [] links: first: 'https://clients.metrica.bg/api/v1/connectors/client/products/filter/updatedToday?page=1' last: 'https://clients.metrica.bg/api/v1/connectors/client/products/filter/updatedToday?page=1' prev: null next: null meta: current_page: 1 from: null last_page: 1 links: - url: null label: '« Previous' active: false - url: 'https://clients.metrica.bg/api/v1/connectors/client/products/filter/updatedToday?page=1' label: '1' active: true - url: null label: 'Next »' active: false path: 'https://clients.metrica.bg/api/v1/connectors/client/products/filter/updatedToday' per_page: 1000 to: null total: 0 success: true properties: data: type: array example: [] links: type: object properties: first: type: string example: 'https://clients.metrica.bg/api/v1/connectors/client/products/filter/updatedToday?page=1' last: type: string example: 'https://clients.metrica.bg/api/v1/connectors/client/products/filter/updatedToday?page=1' prev: type: string example: null next: type: string example: null meta: type: object properties: current_page: type: integer example: 1 from: type: string example: null last_page: type: integer example: 1 links: type: array example: - url: null label: '« Previous' active: false - url: 'https://clients.metrica.bg/api/v1/connectors/client/products/filter/updatedToday?page=1' label: '1' active: true - url: null label: 'Next »' active: false items: type: object properties: url: type: string example: null label: type: string example: '« Previous' active: type: boolean example: false path: type: string example: 'https://clients.metrica.bg/api/v1/connectors/client/products/filter/updatedToday' per_page: type: integer example: 1000 to: type: string example: null total: type: integer example: 0 success: type: boolean example: true tags: - 'API V1 - Products' '/api/v1/connectors/client/products/byId/{id}': get: summary: 'GET Product By ID' operationId: gETProductByID description: "Get Product information by internal ID\n\nThrottling: Max 60 requests per minute. (60/1)" parameters: [] responses: 404: description: '' content: application/json: schema: oneOf: - description: '' type: object example: success: false error: message: 'Entry for Product not found' code: 404 properties: success: type: boolean example: false error: type: object properties: message: type: string example: 'Entry for Product not found' code: type: integer example: 404 - description: '' type: object example: success: false error: message: 'Entry for Product not found' code: 404 properties: success: type: boolean example: false error: type: object properties: message: type: string example: 'Entry for Product not found' code: type: integer example: 404 tags: - 'API V1 - Products' parameters: - in: path name: id description: 'The product ID.' example: 184742 required: true schema: type: integer '/api/v1/connectors/client/products/byEan/{ean}': get: summary: 'GET Product By EAN' operationId: gETProductByEAN description: "Get Product information by its EAN (barcode)\n\nThis endpoint will return the first product found with the given param value!\n\nThrottling: Max 60 requests per minute. (60/1)" parameters: [] responses: 404: description: '' content: application/json: schema: oneOf: - description: '' type: object example: success: false error: message: 'Entry for Product not found' code: 404 properties: success: type: boolean example: false error: type: object properties: message: type: string example: 'Entry for Product not found' code: type: integer example: 404 - description: '' type: object example: success: false error: message: 'Entry for Product not found' code: 404 properties: success: type: boolean example: false error: type: object properties: message: type: string example: 'Entry for Product not found' code: type: integer example: 404 tags: - 'API V1 - Products' parameters: - in: path name: ean description: 'The product EAN.' example: '4971850911118' required: true schema: type: string '/api/v1/connectors/client/products/byProductCode/{productCode}': get: summary: 'GET Product By Product Code' operationId: gETProductByProductCode description: "Get Product information by its Product Code\n\nThis endpoint will return the first product found with the given param value!\n\nThrottling: Max 60 requests per minute. (60/1)" parameters: [] responses: 404: description: '' content: application/json: schema: oneOf: - description: '' type: object example: success: false error: message: 'Entry for Product not found' code: 404 properties: success: type: boolean example: false error: type: object properties: message: type: string example: 'Entry for Product not found' code: type: integer example: 404 - description: '' type: object example: success: false error: message: 'Entry for Product not found' code: 404 properties: success: type: boolean example: false error: type: object properties: message: type: string example: 'Entry for Product not found' code: type: integer example: 404 tags: - 'API V1 - Products' parameters: - in: path name: productCode description: 'The product code.' example: MHM223256 required: true schema: type: string '/api/v1/connectors/client/products/byExternalId/{externalId}': get: summary: 'GET Product By External ID' operationId: gETProductByExternalID description: "Get Product information by its External ID\n\nThis endpoint will return the first product found with the given param value!\n\nThrottling: Max 60 requests per minute. (60/1)" parameters: [] responses: 404: description: '' content: application/json: schema: oneOf: - description: '' type: object example: success: false error: message: 'Entry for Product not found' code: 404 properties: success: type: boolean example: false error: type: object properties: message: type: string example: 'Entry for Product not found' code: type: integer example: 404 - description: '' type: object example: success: false error: message: 'Entry for Product not found' code: 404 properties: success: type: boolean example: false error: type: object properties: message: type: string example: 'Entry for Product not found' code: type: integer example: 404 tags: - 'API V1 - Products' parameters: - in: path name: externalId description: 'The product External ID.' example: '105' required: true schema: type: string '/api/v1/connectors/client/products/stock/byId/{id}': get: summary: 'GET Product Stock By ID' operationId: gETProductStockByID description: "Get Product stock information by internal ID\n\nThrottling: Max 60 requests per minute. (60/1)" parameters: [] responses: 404: description: '' content: application/json: schema: oneOf: - description: '' type: object example: success: false error: message: 'Entry for Product not found' code: 404 properties: success: type: boolean example: false error: type: object properties: message: type: string example: 'Entry for Product not found' code: type: integer example: 404 - description: '' type: object example: success: false error: message: 'Entry for Product not found' code: 404 properties: success: type: boolean example: false error: type: object properties: message: type: string example: 'Entry for Product not found' code: type: integer example: 404 tags: - 'API V1 - Products' parameters: - in: path name: id description: 'The product ID.' example: 184742 required: true schema: type: integer /api/v1/connectors/client/products/create: post: summary: 'CREATE Product' operationId: cREATEProduct description: "Create a new Product\n\nThrottling: Max 100 requests per minute. (100/1)" parameters: [] responses: { } tags: - 'API V1 - Products' requestBody: required: true content: application/json: schema: type: object properties: description: type: string description: 'The product name. Between 3 and 100 characters allowed.' example: TestProduct nullable: false productCode: type: string description: 'The product code. The field may have alpha-numeric characters, as well as dash, dot, forward slash, plus sign and underscore. Between 3 and 100 characters allowed. The non alpha-numeric characters are not allowed at the beginning of the string. The underscore, dot and forward slash are not allowed at the end of the string. Example: ABQ.123+' example: ABQ.123+ nullable: false ean: type: string description: 'The product barcode. The field may have alpha-numeric characters, as well as dashes, dots and underscores. Between 4 and 20 characters allowed. The non alpha-numeric characters are not allowed at the beginning/end of the string.' example: 8009000123A-2.A nullable: false externalId: type: integer description: 'The product external id. The value must be a positive integer.' example: 10999 nullable: false price: type: decimal description: 'The product price. The value must be a positive number and can support up 2 decimal places.' example: '10.55' nullable: false weight_grams: type: integer description: 'The product weight in grams. The value must be a positive integer.' example: 1500 nullable: false pictureUrl: type: url description: 'The product image url. Between 10 and 200 characters allowed.' example: 'https://www.pathtomyimage.com' nullable: false productType: type: 'enum(0,1,2)' description: 'The product type must be one of next possible values: **`0`** - Normal; **`1`** - With Expiration Date; **`2`** - With Expiration Date & Production Lot.' example: '1' nullable: false useDefaultExpiryOnReception: type: 'enum(no,yes)' description: 'if productType is not 0. If the field is set to yes, a far future expiry date will be used as the default upon product reception.' example: 'no' nullable: false useProdIdAsEan: type: 'enum(no,yes)' description: 'If the field is set to yes, the product EAN will be updated with the ProductId after the product is created.' example: 'no' nullable: false productSpecialType: type: alphaNumeric description: 'If the product is a special type (e.g. each received piece has a SerialNumber) the value needs to be mentioned here from a possible list of values given by developers. This field can be set only if the productType value is set to 0.' example: quaerat nullable: false externalSource: type: string description: 'The name of the external source of the product. The value must start with a value from in External Source List endpoint result.' example: 'Shopify MyWebSite' nullable: false externalSourceProductId: type: string description: 'The product internal website id or any other id that can help identify the product in our system.' example: PRD00001 nullable: false useOverriddenValidationRules: type: boolean description: 'If there are custom validation rules added by developers this field must be passed as true in order to be taken into account.' example: false nullable: false required: - description - productCode - ean - weight_grams - productType - useDefaultExpiryOnReception - useProdIdAsEan '/api/v1/connectors/client/products/update/{product_idp}': put: summary: 'UPDATE Product' operationId: uPDATEProduct description: "Updates product by ID\n\nThrottling: Max 100 requests per minute. (100/1)\n\n" parameters: [] responses: { } tags: - 'API V1 - Products' requestBody: required: true content: application/json: schema: type: object properties: description: type: string description: 'The product name. Between 3 and 100 characters allowed.' example: TestProduct nullable: false productCode: type: string description: 'The product code. The field may have alpha-numeric characters, as well as dash, dot, forward slash, plus sign and underscore. Between 3 and 100 characters allowed. The non alpha-numeric characters are not allowed at the beginning of the string. The underscore, dot and forward slash are not allowed at the end of the string. Example: ABQ.123+' example: ABQ.123+ nullable: false ean: type: string description: 'The product barcode. The field may have alpha-numeric characters, as well as dashes, dots and underscores. Between 4 and 20 characters allowed. The non alpha-numeric characters are not allowed at the beginning/end of the string. Example: 8009000123A-2.A' example: 8009000123A-2.A nullable: false externalId: type: integer description: 'The product external id. The value must be a positive integer.' example: 10999 nullable: false price: type: decimal description: 'The product price. The value must be a positive number and can have up to 2 decimal places.' example: '10.55' nullable: false weight_grams: type: integer description: 'The product weight in grams. The value must be a positive integer.' example: 1500 nullable: false pictureUrl: type: url description: 'The product image url. Between 10 and 200 characters allowed.' example: 'https://www.pathtomyimage.com' nullable: false productType: type: 'enum(0,1,2)' description: 'The product type must be one of next possible values: **`0`** - Normal; **`1`** - With Expiration Date; **`2`** - With Expiration Date & Production Lot' example: '1' nullable: false useDefaultExpiryOnReception: type: 'enum(no,yes)' description: 'if productType is not 0. If the field is set to yes, a far future expiry date will be used as the default upon product reception.' example: 'no' nullable: false externalSource: type: string description: 'The name of the external source of the product. The value must start with a value from in External Source List endpoint result.' example: 'Shopify MyWebSite' nullable: false externalSourceProductId: type: string description: 'The product internal website id or any other id that can help identify the product in our system.' example: PRD00001 nullable: false required: - description - productCode - ean - weight_grams - productType - useDefaultExpiryOnReception parameters: - in: path name: product_idp description: '' example: 1 required: true schema: type: integer /api/v1/connectors/client/products/externalSourceList: get: summary: 'GET External Source List' operationId: gETExternalSourceList description: "Retrieve a list with the allowed external sources.\n\nThrottling: Max 100 requests per minute. (100/1)\n\nPlease inform us if your source is not on this list, so we can add it." parameters: [] responses: 200: description: '' content: application/json: schema: type: object example: data: - Fulfill - Gomag - EasySales - Teamshare - ContentSpeed - BaseLinker - VTEX - Shopify - Magento - PrestaShop - OpenCart - WooCommerce - MerchantPro - 'EMAG RO' - 'EMAG HU' - 'EMAG BG' - CEL - Elefant - Vivre - OLX - Okazii - Wordpress - Mentor - Metrica - 'Fashion Days' - Trendyol - SeniorSoftware success: true properties: data: type: array example: - Fulfill - Gomag - EasySales - Teamshare - ContentSpeed - BaseLinker - VTEX - Shopify - Magento - PrestaShop - OpenCart - WooCommerce - MerchantPro - 'EMAG RO' - 'EMAG HU' - 'EMAG BG' - CEL - Elefant - Vivre - OLX - Okazii - Wordpress - Mentor - Metrica - 'Fashion Days' - Trendyol - SeniorSoftware items: type: string success: type: boolean example: true tags: - 'API V1 - Products' /api/v1/connectors/client/receptions: get: summary: 'GET All Receptions' operationId: gETAllReceptions description: "List all receptions.\n\nThrottling: Max 30 requests per minute. (30/1)\n\nPresents the result with page size and pagination.\n\nDefault page size : 200 records per page." parameters: - in: query name: page description: 'Which page to show.' example: 1 required: false schema: type: integer description: 'Which page to show.' example: 1 nullable: false responses: 403: description: '' content: application/json: schema: type: object example: success: false error: message: 'Not allowed to access this endpoint.' code: 403 properties: success: type: boolean example: false error: type: object properties: message: type: string example: 'Not allowed to access this endpoint.' code: type: integer example: 403 tags: - 'API V1 - Receptions' /api/v1/connectors/client/receptions/filter: get: summary: 'GET Filtered Receptions with Reception Plans' operationId: gETFilteredReceptionsWithReceptionPlans description: "List filtered receptions with reception plans.\n\nThrottling: Max 15 requests per minute. (15/1)\n\nPresents the result with page size and pagination.\n\nDefault page size : 200 records per page. (Maximum 300)" parameters: - in: query name: page description: 'Which page to show.' example: 1 required: false schema: type: integer description: 'Which page to show.' example: 1 nullable: false responses: 403: description: '' content: application/json: schema: type: object example: success: false error: message: 'Not allowed to access this endpoint.' code: 403 properties: success: type: boolean example: false error: type: object properties: message: type: string example: 'Not allowed to access this endpoint.' code: type: integer example: 403 tags: - 'API V1 - Receptions' requestBody: required: false content: application/json: schema: type: object properties: ids: type: string description: 'List of comma-separated Order IDs.' example: '31084,31072' nullable: false startDate: type: date description: 'A date between past and today. The format must be in: Y-m-d H:i:s.' example: '2020-01-01 12:59:59' nullable: false endDate: type: date description: 'A date between past and today. If there is a startDate, endDate must be later than startDate. The format must be in: Y-m-d H:i:s.' example: '2020-12-30 19:30:00' nullable: false dateFilterBy: type: 'enum(CREATED_AT,UPDATED_AT,PROCESSED_AT)' description: 'The column to which startDate and endDate are compared. - Default: CREATED_AT.' example: CREATED_AT nullable: false sortDate: type: 'enum(DESC,ASC)' description: 'Order in which to retrieve results. - Default : ASC.' example: ASC nullable: false isProcessed: type: boolean description: 'A filter that will only select receptions that are processed or not processed.' example: false nullable: false shippingAWB: type: string description: 'The AWB number.' example: null nullable: false withReceptionPlans: type: boolean description: 'A filter that when true the response will show additional info regarding the reception plans. - Default: false' example: false nullable: false perPage: type: integer description: 'Number of entries per page. The allowed values are between 10 and 300. If not provided, the default is 200.' example: 200 nullable: false '/api/v1/connectors/client/receptions/byId/{receptionId}': get: summary: 'GET Reception By ID' operationId: gETReceptionByID description: "Get Reception information by internal ID.\n\nThrottling: Max 60 requests per minute. (60/1)" parameters: [] responses: 403: description: '' content: application/json: schema: type: object example: success: false error: message: 'Not allowed to access this endpoint.' code: 403 properties: success: type: boolean example: false error: type: object properties: message: type: string example: 'Not allowed to access this endpoint.' code: type: integer example: 403 404: description: '' content: application/json: schema: type: object example: success: false error: message: 'Entry for Reception not found' code: 404 properties: success: type: boolean example: false error: type: object properties: message: type: string example: 'Entry for Reception not found' code: type: integer example: 404 tags: - 'API V1 - Receptions' parameters: - in: path name: receptionId description: 'The reception ID.' example: 31072 required: true schema: type: integer '/api/v1/connectors/client/receptions/byId/{reception_id}/contents': get: summary: 'GET Reception Contents By ID' operationId: gETReceptionContentsByID description: "Get Reception contents ( received products ana quantity ) by internal ID.\n\nThrottling: Max 20 requests per minute. (20/1)" parameters: [] responses: 403: description: '' content: application/json: schema: type: object example: success: false error: message: 'Not allowed to access this endpoint.' code: 403 properties: success: type: boolean example: false error: type: object properties: message: type: string example: 'Not allowed to access this endpoint.' code: type: integer example: 403 404: description: '' content: application/json: schema: type: object example: success: false error: message: 'Entry for Reception not found' code: 404 properties: success: type: boolean example: false error: type: object properties: message: type: string example: 'Entry for Reception not found' code: type: integer example: 404 tags: - 'API V1 - Receptions' parameters: - in: path name: reception_id description: 'The ID of the reception.' example: 13 required: true schema: type: integer - in: path name: reception description: 'The reception ID.' example: 31072 required: true schema: type: integer /api/v1/connectors/client/receptionPlans: get: summary: 'GET All Reception Plans' operationId: gETAllReceptionPlans description: "List all reception plans.\n\nThrottling: Max 30 requests per minute. (30/1)\n\nPresents the result with page size and pagination.\n\nDefault page size : 200 records per page.\n\n" parameters: - in: query name: page description: 'Which page to show.' example: 1 required: false schema: type: integer description: 'Which page to show.' example: 1 nullable: false responses: 403: description: '' content: application/json: schema: type: object example: success: false error: message: 'Not allowed to access this endpoint.' code: 403 properties: success: type: boolean example: false error: type: object properties: message: type: string example: 'Not allowed to access this endpoint.' code: type: integer example: 403 tags: - 'API V1 - Reception Plans' '/api/v1/connectors/client/receptionPlans/byId/{receptionPlan_id}': get: summary: 'GET Reception Plan By ID' operationId: gETReceptionPlanByID description: "Get Reception Plan by internal ID.\n\nThrottling: Max 60 requests per minute. (60/1)\n\n" parameters: [] responses: 403: description: '' content: application/json: schema: type: object example: success: false error: message: 'Not allowed to access this endpoint.' code: 403 properties: success: type: boolean example: false error: type: object properties: message: type: string example: 'Not allowed to access this endpoint.' code: type: integer example: 403 404: description: '' content: application/json: schema: type: object example: success: false error: message: 'Entry for ReceptionPlan not found' code: 404 properties: success: type: boolean example: false error: type: object properties: message: type: string example: 'Entry for ReceptionPlan not found' code: type: integer example: 404 tags: - 'API V1 - Reception Plans' parameters: - in: path name: receptionPlan_id description: 'The reception plan ID.' example: 101 required: true schema: type: integer /api/v1/connectors/client/receptionPlans/create: post: summary: 'CREATE Reception Plan' operationId: cREATEReceptionPlan description: "Create a new Reception Plan\n\nThrottling: Max 10 requests per minute. (10/1)" parameters: [] responses: { } tags: - 'API V1 - Reception Plans' requestBody: required: true content: application/json: schema: type: object properties: name: type: string description: 'The reception plan name. Between 5 and 50 characters allowed.' example: TestPlan nullable: false externalId: type: alphaNumeric description: 'The reception plan external id. Between 2 and 50 characters allowed.' example: '10999' nullable: false supplierName: type: string description: 'The reception plan supplier. Between 3 and 50 characters allowed.' example: 'My Supplier' nullable: false awbNumber: type: string description: 'The reception plan shipping AWB Number. Between 3 and 50 characters allowed.' example: AWB001 nullable: false estimatedArrivalDate: type: date description: 'The reception plan estimated arrival date. The date must later or equal to today. The format must be in: yyyy-mm-dd.' example: '2035-01-01' nullable: false hasStrictMaxQuantity: type: boolean description: 'When is enabled cannot be received more pcs of a product than the given quantity in the reception plan.' example: false nullable: false hasUniqueProducts: type: boolean description: "When is enabled the reception plan contents can't have the same product more than once. The product needs to be unique even if multiple imports are added in the current plan." example: false nullable: false required: - name - externalId '/api/v1/connectors/client/receptionPlans/update/{receptionPlan_id}': put: summary: 'UPDATE Reception Plan' operationId: uPDATEReceptionPlan description: "Updates reception plan by ID\n\nThrottling: Max 10 requests per minute. (10/1)" parameters: [] responses: { } tags: - 'API V1 - Reception Plans' requestBody: required: false content: application/json: schema: type: object properties: supplierName: type: string description: 'The reception plan supplier. Between 3 and 50 characters allowed.' example: 'My Supplier' nullable: false awbNumber: type: string description: 'The reception plan shipping AWB Number. Between 3 and 50 characters allowed.' example: AWB001 nullable: false estimatedArrivalDate: type: date description: 'The reception plan estimated arrival date. The date must later or equal to today. The format must be in: yyyy-mm-dd.' example: '2035-01-01' nullable: false parameters: - in: path name: receptionPlan_id description: 'The ID of the receptionPlan.' example: 3 required: true schema: type: integer '/api/v1/connectors/client/receptionPlans/byId/{receptionPlan_id}/imports': get: summary: 'GET Reception Plan Imports' operationId: gETReceptionPlanImports description: "Get Reception Plan Imports by internal ID.\n\nThrottling: Max 30 requests per minute. (30/1)" parameters: [] responses: 403: description: '' content: application/json: schema: type: object example: success: false error: message: 'Not allowed to access this endpoint.' code: 403 properties: success: type: boolean example: false error: type: object properties: message: type: string example: 'Not allowed to access this endpoint.' code: type: integer example: 403 tags: - 'API V1 - Reception Plans' parameters: - in: path name: receptionPlan_id description: 'The reception plan ID.' example: 126 required: true schema: type: integer '/api/v1/connectors/client/receptionPlans/byId/{receptionPlan_id}/details': get: summary: 'GET Reception Plan Details' operationId: gETReceptionPlanDetails description: "Get Reception Plan Details by internal ID.\n\nThrottling: Max 15 requests per minute. (15/1)" parameters: [] responses: 403: description: '' content: application/json: schema: type: object example: success: false error: message: 'Not allowed to access this endpoint.' code: 403 properties: success: type: boolean example: false error: type: object properties: message: type: string example: 'Not allowed to access this endpoint.' code: type: integer example: 403 tags: - 'API V1 - Reception Plans' parameters: - in: path name: receptionPlan_id description: 'The reception plan ID.' example: 126 required: true schema: type: integer '/api/v1/connectors/client/receptionPlans/byId/{receptionPlan_id}/report': get: summary: 'GET Reception Plan Report By ID' operationId: gETReceptionPlanReportByID description: "Get Reception Plan report by internal ID.\n\nThrottling: Max 15 requests per minute. (15/1)\n\n" parameters: [] responses: 403: description: '' content: application/json: schema: oneOf: - description: '' type: object example: message: 'This action is unauthorized.' properties: message: type: string example: 'This action is unauthorized.' - description: '' type: object example: success: false error: message: 'Not allowed to access this endpoint.' code: 403 properties: success: type: boolean example: false error: type: object properties: message: type: string example: 'Not allowed to access this endpoint.' code: type: integer example: 403 404: description: '' content: application/json: schema: type: object example: success: false error: message: 'Entry for ReceptionPlan not found' code: 404 properties: success: type: boolean example: false error: type: object properties: message: type: string example: 'Entry for ReceptionPlan not found' code: type: integer example: 404 tags: - 'API V1 - Reception Plans' parameters: - in: path name: receptionPlan_id description: 'The reception plan ID.' example: 126 required: true schema: type: integer '/api/v1/connectors/client/receptionPlans/byId/{receptionPlan_id}/finish': get: summary: 'FINISH Reception Plan' operationId: fINISHReceptionPlan description: "Finish Reception Plan\n\nThrottling: Max 10 requests per minute. (10/1)" parameters: [] responses: 404: description: '' content: application/json: schema: type: object example: success: false error: message: 'Requested Endpoint not found' code: 404 properties: success: type: boolean example: false error: type: object properties: message: type: string example: 'Requested Endpoint not found' code: type: integer example: 404 tags: - 'API V1 - Reception Plans' parameters: - in: path name: receptionPlan_id description: 'The reception plan ID.' example: null required: true schema: type: integer '/api/v1/connectors/client/receptionPlans/byId/{receptionPlan_id}/delete': delete: summary: 'DELETE Reception Plan' operationId: dELETEReceptionPlan description: "Delete Reception Plan by internal id\n\nThrottling: Max 10 requests per minute. (10/1)" parameters: [] responses: 404: description: '' content: application/json: schema: type: object example: success: false error: message: 'Entry for ReceptionPlan not found' code: 404 properties: success: type: boolean example: false error: type: object properties: message: type: string example: 'Entry for ReceptionPlan not found' code: type: integer example: 404 tags: - 'API V1 - Reception Plans' parameters: - in: path name: receptionPlan_id description: 'The Reception Plan ID.' example: null required: true schema: type: integer '/api/v1/connectors/client/receptionPlanImports/{receptionPlanImport_id}/details': get: summary: 'GET Reception Plan Details' operationId: gETReceptionPlanDetails description: "Get Reception Plan Details by import ID.\n\nThrottling: Max 15 requests per minute. (15/1)" parameters: [] responses: 403: description: '' content: application/json: schema: type: object example: success: false error: message: 'Not allowed to access this endpoint.' code: 403 properties: success: type: boolean example: false error: type: object properties: message: type: string example: 'Not allowed to access this endpoint.' code: type: integer example: 403 tags: - 'API V1 - Reception Plan Imports' parameters: - in: path name: receptionPlanImport_id description: 'The reception plan import ID.' example: 395 required: true schema: type: integer '/api/v1/connectors/client/receptionPlanImports/create/{receptionPlan_id}': post: summary: 'CREATE Reception Plan Import' operationId: cREATEReceptionPlanImport description: "Create a new Reception Plan Import\n\nThrottling: Max 10 requests per minute. (10/1)" parameters: [] responses: { } tags: - 'API V1 - Reception Plan Imports' requestBody: required: true content: application/json: schema: type: object properties: name: type: string description: 'The reception plan import name. Between 5 and 50 characters allowed.' example: TestImportPlan nullable: false productIdentifierType: type: required description: 'enum(productCode,barcode,externalId) The product identifier type necessary for correctly identifying the product when the reception plan detail is created.' example: barcode nullable: false required: - name parameters: - in: path name: receptionPlan_id description: 'The reception plan ID.' example: 101 required: true schema: type: integer '/api/v1/connectors/client/receptionPlanImports/{receptionPlanImport_id}/finish': get: summary: 'FINISH Reception Plan Import' operationId: fINISHReceptionPlanImport description: "Finish Reception Plan Import\n\nThrottling: Max 10 requests per minute. (10/1)" parameters: [] responses: 404: description: '' content: application/json: schema: type: object example: success: false error: message: 'Requested Endpoint not found' code: 404 properties: success: type: boolean example: false error: type: object properties: message: type: string example: 'Requested Endpoint not found' code: type: integer example: 404 tags: - 'API V1 - Reception Plan Imports' parameters: - in: path name: receptionPlanImport_id description: 'The reception plan import ID.' example: null required: true schema: type: integer '/api/v1/connectors/client/receptionPlanImports/{receptionPlanImport_id}/delete': delete: summary: 'DELETE Reception Plan Import' operationId: dELETEReceptionPlanImport description: "Delete Reception Plan Import by internal id\n\nThrottling: Max 10 requests per minute. (10/1)\n\n" parameters: [] responses: 404: description: '' content: application/json: schema: type: object example: success: false error: message: 'Entry for ReceptionPlanImport not found' code: 404 properties: success: type: boolean example: false error: type: object properties: message: type: string example: 'Entry for ReceptionPlanImport not found' code: type: integer example: 404 tags: - 'API V1 - Reception Plan Imports' parameters: - in: path name: receptionPlanImport_id description: 'The Reception Plan Import ID.' example: 1 required: true schema: type: integer '/api/v1/connectors/client/receptionPlanDetails/create/{receptionPlanImport_id}': post: summary: 'CREATE Reception Plan Detail' operationId: cREATEReceptionPlanDetail description: "Create a new Reception Plan Detail\n\nThrottling: Max 60 requests per minute. (60/1)" parameters: [] responses: { } tags: - 'API V1 - Reception Plan Details' requestBody: required: true content: application/json: schema: type: object properties: productIdentifier: type: string description: 'The product identifier necessary for correctly identifying the product.' example: BARCODE999 nullable: false externalId: type: string description: 'The external id of the reception plan line.' example: '1' nullable: false expiryDate: type: date description: 'requiredIf The batch is present and filled. Prohibited for Normal products. Date format: Y-m-d.' example: '2050-01-01' nullable: false batch: type: integer description: 'requiredIf Only if identified product is a food product and the expiryDate is present and filled. Prohibited for Normal products.' example: 0 nullable: false quantity: type: integer description: 'The product quantity.' example: 15 nullable: false required: - productIdentifier - quantity parameters: - in: path name: receptionPlanImport_id description: 'The ID of the receptionPlanImport.' example: 1 required: true schema: type: integer - in: path name: receptionPlanImportId description: 'The reception plan import ID.' example: 395 required: true schema: type: integer '/api/v1/connectors/client/receptionPlanDetails/{receptionPlanDetail_id}/delete': delete: summary: 'DELETE Reception Plan Detail' operationId: dELETEReceptionPlanDetail description: "Delete Reception Plan Detail by internal id\n\nThrottling: Max 60 requests per minute. (60/1)" parameters: [] responses: 404: description: '' content: application/json: schema: type: object example: success: false error: message: 'Entry for ReceptionPlanDetail not found' code: 404 properties: success: type: boolean example: false error: type: object properties: message: type: string example: 'Entry for ReceptionPlanDetail not found' code: type: integer example: 404 tags: - 'API V1 - Reception Plan Details' parameters: - in: path name: receptionPlanDetail_id description: 'The Reception Plan Detail ID.' example: 1 required: true schema: type: integer /api/v1/connectors/client/stock/allProducts/byProductId: get: summary: 'GET All Products Stock By ID' operationId: gETAllProductsStockByID description: "List all products stock by ID.\n\nThrottling: Max 1 request in 5 minutes. (1/5)\n\nPresents all the results (NonPaginated).\n\nThis endpoint is recommended to use when there are more than 1000 products to display, because the paginated endpoint can show up to 1000 products per page." parameters: [] responses: 429: description: '' content: application/json: schema: type: object example: success: false error: message: 'Too Many Attempts.' code: 429 properties: success: type: boolean example: false error: type: object properties: message: type: string example: 'Too Many Attempts.' code: type: integer example: 429 tags: - 'API V1 - Stock' requestBody: required: false content: application/json: schema: type: object properties: untilDate: type: date description: 'If a date is provided the stock will be calculated until the given date (included). The allowed date format is dd/mm/yyyy.' example: 31/12/2020 nullable: false showNoStock: type: string description: 'If this field is set to "no" then only the products that have "stock" > 0 will be returned. This field accepts only 2 values : yes,no.' example: 'yes' nullable: false showOnlyGoodProducts: type: string description: 'If this field is set to "yes" then only the products with "damageType" equal to "GOOD" will be returned. This field accepts only 2 values : yes,no.' example: 'yes' nullable: false /api/v1/connectors/client/stock/allProductsPaginated/byProductId: get: summary: 'GET All Products Stock Paginated By ID' operationId: gETAllProductsStockPaginatedByID description: "List all products stock by ID.\n\nThrottling: Max 5 requests per minute. (5/1)\n\nPresents the result with page size and pagination.\n\nDefault page size : 1000 records per page.\n\nThis endpoint is recommended to use when there are less than 1000 products to display, because the first page can show up to 1000 products." parameters: - in: query name: page description: 'Which page to show.' example: 1 required: false schema: type: integer description: 'Which page to show.' example: 1 nullable: false responses: 200: description: '' content: application/json: schema: type: object example: data: [] links: first: 'https://clients.metrica.bg/api/v1/connectors/client/stock/allProductsPaginated/byProductId?page=1' last: 'https://clients.metrica.bg/api/v1/connectors/client/stock/allProductsPaginated/byProductId?page=1' prev: null next: null meta: current_page: 1 from: null last_page: 1 links: - url: null label: '« Previous' active: false - url: 'https://clients.metrica.bg/api/v1/connectors/client/stock/allProductsPaginated/byProductId?page=1' label: '1' active: true - url: null label: 'Next »' active: false path: 'https://clients.metrica.bg/api/v1/connectors/client/stock/allProductsPaginated/byProductId' per_page: 1000 to: null total: 0 success: true properties: data: type: array example: [] links: type: object properties: first: type: string example: 'https://clients.metrica.bg/api/v1/connectors/client/stock/allProductsPaginated/byProductId?page=1' last: type: string example: 'https://clients.metrica.bg/api/v1/connectors/client/stock/allProductsPaginated/byProductId?page=1' prev: type: string example: null next: type: string example: null meta: type: object properties: current_page: type: integer example: 1 from: type: string example: null last_page: type: integer example: 1 links: type: array example: - url: null label: '« Previous' active: false - url: 'https://clients.metrica.bg/api/v1/connectors/client/stock/allProductsPaginated/byProductId?page=1' label: '1' active: true - url: null label: 'Next »' active: false items: type: object properties: url: type: string example: null label: type: string example: '« Previous' active: type: boolean example: false path: type: string example: 'https://clients.metrica.bg/api/v1/connectors/client/stock/allProductsPaginated/byProductId' per_page: type: integer example: 1000 to: type: string example: null total: type: integer example: 0 success: type: boolean example: true tags: - 'API V1 - Stock' requestBody: required: false content: application/json: schema: type: object properties: untilDate: type: date description: 'If a date is provided the stock will be calculated until the given date (included). The allowed date format is dd/mm/yyyy.' example: 31/12/2020 nullable: false /api/v1/connectors/client/bundlers: get: summary: 'GET All Bundlers' operationId: gETAllBundlers description: "List all product bundlers.\n\nPresents the result with page size and pagination.\n\nThrottling: Max 10 requests per minute. (10/1)\n\nDefault page size : 50 records per page." parameters: - in: query name: page description: 'Which page to show.' example: 1 required: false schema: type: integer description: 'Which page to show.' example: 1 nullable: false responses: 403: description: '' content: application/json: schema: type: object example: success: false error: message: 'Not allowed to access this endpoint.' code: 403 properties: success: type: boolean example: false error: type: object properties: message: type: string example: 'Not allowed to access this endpoint.' code: type: integer example: 403 tags: - 'API V1 - Bundlers' post: summary: 'CREATE Bundler' operationId: cREATEBundler description: "Create a new Bundler\n\nThrottling: Max 10 requests per minute. (10/1)" parameters: [] responses: { } tags: - 'API V1 - Bundlers' requestBody: required: true content: application/json: schema: type: object properties: bundlerType: type: "enum('bundle','stock-parent')" description: 'The bundler type must be one of next possible values: bundle,stock-parent.' example: bundle nullable: false bundlerProductId: type: integer description: 'The product (internal) ID. This product will be upgraded to a bundler. The value must be a positive integer.' example: 10999 nullable: false bundlerProducts: type: array description: 'array of children products for the bundler' example: - [] items: type: object products: type: object description: '' example: id: 184736 nullable: false properties: id: type: integer description: 'The product (internal) ID. The id must be unique(distinct) in the products object.' example: 184736 nullable: false quantity: type: integer description: 'requiredIf The product quantity. This field is required only if bundlerType is bundle. The value must be at least 1.' example: 3 nullable: false priority: type: integer description: 'requiredIf The product priority. This field is required only if bundlerType is stock-parent. The value must be at least 1.' example: 3 nullable: false required: - bundlerType - bundlerProducts '/api/v1/connectors/client/bundlers/{idp}': get: summary: 'GET Bundler By ID' operationId: gETBundlerByID description: "Get Bundler information by internal ID\n\nThrottling: Max 40 requests per minute. (40/1)" parameters: [] responses: 403: description: '' content: application/json: schema: type: object example: success: false error: message: 'Not allowed to access this endpoint.' code: 403 properties: success: type: boolean example: false error: type: object properties: message: type: string example: 'Not allowed to access this endpoint.' code: type: integer example: 403 404: description: '' content: application/json: schema: type: object example: success: false error: message: 'Entry for Product not found' code: 404 properties: success: type: boolean example: false error: type: object properties: message: type: string example: 'Entry for Product not found' code: type: integer example: 404 tags: - 'API V1 - Bundlers' delete: summary: 'DELETE Bundler By ID' operationId: dELETEBundlerByID description: "Delete Bundler by internal id\n\n\n\nThrottling: Max 40 requests per minute. (40/1)" parameters: [] responses: 404: description: '' content: application/json: schema: type: object example: success: false error: message: 'Entry for Product not found' code: 404 properties: success: type: boolean example: false error: type: object properties: message: type: string example: 'Entry for Product not found' code: type: integer example: 404 tags: - 'API V1 - Bundlers' parameters: - in: path name: idp description: '' example: 1 required: true schema: type: integer - in: path name: id description: 'The bundler ID.' example: 184742 required: true schema: type: integer '/api/v1/connectors/client/bundlers/byEan/{ean}': get: summary: 'GET Bundler By EAN' operationId: gETBundlerByEAN description: "Get Bundler information by its EAN (barcode)\n\nThis endpoint will return the first product found with the given param value!\n\nThrottling: Max 40 requests per minute. (40/1)" parameters: [] responses: 403: description: '' content: application/json: schema: type: object example: success: false error: message: 'Not allowed to access this endpoint.' code: 403 properties: success: type: boolean example: false error: type: object properties: message: type: string example: 'Not allowed to access this endpoint.' code: type: integer example: 403 404: description: '' content: application/json: schema: type: object example: success: false error: message: 'Entry for Product not found' code: 404 properties: success: type: boolean example: false error: type: object properties: message: type: string example: 'Entry for Product not found' code: type: integer example: 404 tags: - 'API V1 - Bundlers' parameters: - in: path name: ean description: 'The bundler EAN.' example: '4971850911118' required: true schema: type: string '/api/v1/connectors/client/bundlers/byExternalId/{externalId}': get: summary: 'GET Bundler By External ID' operationId: gETBundlerByExternalID description: "Get Bundler information by its External ID\n\nThis endpoint will return the first product found with the given param value!\n\nThrottling: Max 40 requests per minute. (40/1)" parameters: [] responses: 403: description: '' content: application/json: schema: type: object example: success: false error: message: 'Not allowed to access this endpoint.' code: 403 properties: success: type: boolean example: false error: type: object properties: message: type: string example: 'Not allowed to access this endpoint.' code: type: integer example: 403 404: description: '' content: application/json: schema: type: object example: success: false error: message: 'Entry for Product not found' code: 404 properties: success: type: boolean example: false error: type: object properties: message: type: string example: 'Entry for Product not found' code: type: integer example: 404 tags: - 'API V1 - Bundlers' parameters: - in: path name: externalId description: 'The bundler External ID.' example: '105' required: true schema: type: string '/api/v1/connectors/client/bundlers/{bundler_idp}/addProduct': post: summary: 'ADD Product to bundler' operationId: aDDProductToBundler description: "ADD a child product using the product internal ID to a bundler\n\n\nThrottling: Max 10 requests per minute. (10/1)" parameters: [] responses: 404: description: '' content: application/json: schema: type: object example: success: false error: message: 'Entry for Product not found' code: 404 properties: success: type: boolean example: false error: type: object properties: message: type: string example: 'Entry for Product not found' code: type: integer example: 404 tags: - 'API V1 - Bundlers' requestBody: required: true content: application/json: schema: type: object properties: productId: type: string description: 'The child product (internal) ID.' example: '184736' nullable: false productQuantity: type: integer description: 'requiredIf The child product quantity. This field is required only if the bundler type is bundle. The value must be at least 1.' example: 3 nullable: false productPriority: type: integer description: 'requiredIf The child product priority. This field is required only if the bundler type is stock-parent. The value must be at least 1.' example: 3 nullable: false required: - productId parameters: - in: path name: bundler_idp description: '' example: 1 required: true schema: type: integer '/api/v1/connectors/client/bundlers/{bundler_idp}/removeProduct': post: summary: 'REMOVE Product from bundler' operationId: rEMOVEProductFromBundler description: "REMOVE a child product using the product internal ID from a bundler\n\n\nThrottling: Max 10 requests per minute. (10/1)" parameters: [] responses: 404: description: '' content: application/json: schema: type: object example: success: false error: message: 'Entry for Product not found' code: 404 properties: success: type: boolean example: false error: type: object properties: message: type: string example: 'Entry for Product not found' code: type: integer example: 404 tags: - 'API V1 - Bundlers' requestBody: required: true content: application/json: schema: type: object properties: productId: type: string description: 'The child product (internal) ID.' example: '184736' nullable: false required: - productId parameters: - in: path name: bundler_idp description: '' example: 1 required: true schema: type: integer /api/v1/connectors/client/couriers/statusList: get: summary: 'GET All Courier Statuses' operationId: gETAllCourierStatuses description: "List all internal courier statuses records.\n\nThrottling: Max 1 request per hour. (1/60)\n\n\n\nInformation found on fields courierStatusId, status and statusLong come from couriers and might not be up-to-date.\n\nisFinal has only two values: YES,NO. The AWB number/order that have a courier status id with isFinal = YES is considered final and will probably not be changed anymore.\n\nWe have knowledge on situations when couriers changed the status of a shipment even after they provided a final status!" parameters: [] responses: 429: description: '' content: application/json: schema: type: object example: success: false error: message: 'Too Many Attempts.' code: 429 properties: success: type: boolean example: false error: type: object properties: message: type: string example: 'Too Many Attempts.' code: type: integer example: 429 tags: - 'API V1 - Courier Status List' /api/v1/connectors/client/deleteEvents/createdAtDate: post: summary: 'GET Deleted Events by CreatedAt Date' operationId: gETDeletedEventsByCreatedAtDate description: "Returns a list with all deleted events filtered by the source and the provided date of creation.\n\nThrottling: Max 20 requests per hour. (20/60)\n\nDefault page size : 250 records per page.\n\nPresents the result with page size and pagination." parameters: - in: query name: page description: 'Which page to show.' example: 1 required: false schema: type: integer description: 'Which page to show.' example: 1 nullable: false responses: { } tags: - 'API V1 - Delete Event' requestBody: required: true content: application/json: schema: type: object properties: source: type: string description: 'The source field accepts only the following values: product, entry, order.' example: product nullable: false date: type: date description: 'The date must be today or older than today and not older than 2024-05-23. If not provided, the default is today. The format must be in: yyyy-mm-dd.' example: '2024-05-23' nullable: false perPage: type: integer description: 'Number of records to show per page. The allowed values are between 10 and 1000. If not provided, the default is 250.' example: 100 nullable: false required: - source tags: - name: 'API V1 - Couriers' description: "\nCouriers Endpoints" - name: 'API V1 - Entries' description: "\nEntries Endpoints\n\n\n\n- The GET All Entries endpoint usage is not recommended even if is still provided. As the number of entries can increase, the number of pages will grow constantly. On long term parsing all the results will become a cumbersome and a resource-consuming process.\n- Information about latest entries should always be requested with the help of GET Entries created today endpoint." - name: 'API V1 - Orders' description: "\nOrders Endpoints\n\n\n\n- The GET All Orders endpoint usage is not recommended even if is still provided. As the number of orders increases the number of pages will grow constantly. On long term parsing all the results will become a cumbersome and a resource-consuming process.\n- Information about orders should always be requested with the help of GET Filtered Orders endpoint.\n- The GET Today latest updated orders endpoint can provide the list of orders updated recently.\n- Usage of GET Order By endpoints is not recommended in a list/array larger than 10-20 orders.\n- The information found on courierStatus and courierStatusId does not seek to provide an undoubted clarification when an order is TRULY delivered, returned, lost, or paid. Those are just courier statuses and their interpretation remains at the discretion of the reader." - name: 'API V1 - Order Invoices' description: "\nOrder Invoice Endpoints" - name: 'API V1 - Products' description: "\nProducts Endpoints\n\n\n\n- The GET All Products endpoint usage is not recommended even if is still provided. Information about products is rarely changed on our system. As the number of products can increase, the number of pages will grow constantly. On long term parsing all the results will become a cumbersome and a resource-consuming process.\n- Information about latest products should always be requested with the help of GET Filtered Products or Created/Updated today filtering endpoints.\n- Usage of GET Product By endpoints is not recommended in a list/array larger than 10-20 products." - name: 'API V1 - Receptions' description: "\nReception Endpoints" - name: 'API V1 - Reception Plans' description: "\n\n\nReception Plan Endpoints" - name: 'API V1 - Reception Plan Imports' description: "\nReception Plan Import Endpoints" - name: 'API V1 - Reception Plan Details' description: "\nReception Plan Details Endpoints" - name: 'API V1 - Stock' description: "\n\n\n\nStock Endpoints" - name: 'API V1 - Bundlers' description: "\nA bundler is only a product with 'abilities'. Usually a bundler contains children and their children are also products.\n\n\n\nThe bundle bundler\n- this type of bundler cannot have warehouse activity (reception, entries or shipments)\n- its children products must have a quantity\n- this type of bundler will expand into its children when detected in the order products\n\n\nThe stock-parent bundler\n- this type of bundler can have warehouse activity\n- its children products must have a priority\n- can have maximum 5 children\n- this bundler stock will be checked before the order creation and if the requested quantity is lower than the current stock its children will be added to the order with the remaining requested quantity (if they have stock), following their priority.\n- the stock is calculated from total entries - total exits from all orders\n\nProduct Bundlers Endpoints" - name: 'API V1 - Courier Status List' description: "\nCourier Status List Endpoints\n\n\n\n- The information extracted from here is not 100% reliable and is susceptible to change!\n- The information found on courierStatusId, status and statusLong comes from what couriers provided to us at the time of integration development.\n- It is possible that the courier would change its internal status description, its internal code without any prior information!\n- For the orders that we try to retrieve the status of the AWBs from the courier, we will set the courierStatusId order field with the primary id from the GET All Courier Statuses Endpoint." - name: 'API V1 - Delete Event' description: "\nDelete Event Endpoints\n\n\n\nThere are no delete event records BEFORE 23.05.2024!\n
\nThe order delete event records are different from the other sources.\n- A fully deleted order with 2 products will generate 2 delete event records and the internal product id will be found on sourceProductId with its corresponding quantity.\n- An order with 5 products from which two products were removed, will still exist (and can be shipped) with the 3 remaining products. The other two removed products will each create a delete event for that order.\n- The existence of an order delete event does not mean that the order has been fully removed.\n- The existence of an order/product delete event with your sourceExternalId value does not mean that the order/product was not recreated by an automatic behaviour under another sourceInternalId value." components: securitySchemes: default: type: http scheme: bearer description: 'You can retrieve your token by visiting your dashboard and clicking Tokens in API menu.' security: - default: []