{
	"info": {
		"_postman_id": "ad2efebd-efc2-47fb-a63a-6c74ca98d8f3",
		"name": "Pickware ERP API documentation",
		"description": "# 🔖 Important Information\n\nThis API is currently a work in progress and can break with every release to adjust for new features.\n\n# 📄 Getting Started\n\n## Authentication\n\nFor the authentication with the API, Shopware uses OAuth 2.0. This is mostly preconfigured in this documentation and only requires the change of 3 environment variables for this collection to function.\n\nThe following 3 variables need to be set.\n\n- `baseUrl` — The URL to the shop\n- `username` — Username of an administration user\n- `password` — Password of an administration user\n    \n\n## Other Variables\n\nFor some requests, it is expected to pass the ID for an entity that is about to be created. One such example is `https://example.com/api/_action/pickware-erp/stock/move` which requires an ID for the `StockMovement` that is created in the process. This collection contains a pre-request script that creates a new `idempotencyUUID` for each request which is then used for the example request.\n\n## Stocking strategy\n\nWhen stocking a product, the default stocking strategy is to move the stock into the default bin location of a selected warehouse or, if no warehouse is selected, the default warehouse.\n\n## Picking strategy\n\nWhen removing stock from a product, an alphanumerical picking strategy is used, where the warehouse and bin locations get cleared of their stock in alphanumerical order until the amount that should be reduced is reached.",
		"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json",
		"_exporter_id": "21522940"
	},
	"item": [
		{
			"name": "Ship order completly",
			"event": [
				{
					"listen": "test",
					"script": {
						"exec": [
							""
						],
						"type": "text/javascript"
					}
				}
			],
			"request": {
				"method": "POST",
				"header": [
					{
						"key": "Content-Type",
						"value": "application/json"
					}
				],
				"body": {
					"mode": "raw",
					"raw": "{\n    \"orderId\": \"<order-id>\", // Order to be shipped\n    \"warehouseId\": \"<warehouse-id>\" // Warehouse the order is shipped from\n}"
				},
				"url": {
					"raw": "{{baseUrl}}/api/_action/pickware-erp/ship-order-completely",
					"host": [
						"{{baseUrl}}"
					],
					"path": [
						"api",
						"_action",
						"pickware-erp",
						"ship-order-completely"
					]
				},
				"description": "Completely ships an order and moves stock from the selected warehouse. Include the following required properties:\n\n- `orderId` — A **string** value that contains the ID of the order to be shipped.\n- `warehouseId` — A **string** value that contains the ID of the warehouse from which the stock should be taken."
			},
			"response": [
				{
					"name": "Ship order completly",
					"originalRequest": {
						"method": "POST",
						"header": [
							{
								"key": "Content-Type",
								"value": "application/json"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\n    \"orderId\": \"018cb5d8de8d73f9b0184c7d8c81fcd0\", // Order to be shipped\n    \"warehouseId\": \"018cb5d9819a717694ecd5bffd4c7e78\" // Warehouse the order is shipped from\n}"
						},
						"url": {
							"raw": "https://example.com/api/_action/pickware-erp/ship-order-completely",
							"protocol": "https",
							"host": [
								"example",
								"com"
							],
							"path": [
								"api",
								"_action",
								"pickware-erp",
								"ship-order-completely"
							]
						}
					},
					"status": "OK",
					"code": 200,
					"_postman_previewlanguage": "json",
					"header": [
						{
							"key": "Date",
							"value": "Wed, 03 Jan 2024 10:07:17 GMT"
						},
						{
							"key": "Server",
							"value": "Apache/2.4.58 (Unix) PHP/8.1.24"
						},
						{
							"key": "Vary",
							"value": "Authorization"
						},
						{
							"key": "X-Powered-By",
							"value": "PHP/8.1.24"
						},
						{
							"key": "Access-Control-Allow-Origin",
							"value": "*"
						},
						{
							"key": "Access-Control-Allow-Methods",
							"value": "GET,POST,PUT,PATCH,DELETE"
						},
						{
							"key": "Access-Control-Allow-Headers",
							"value": "Content-Type,Authorization,sw-context-token,sw-access-key,sw-language-id,sw-version-id,sw-inheritance,indexing-behavior,sw-include-seo-urls"
						},
						{
							"key": "Access-Control-Expose-Headers",
							"value": "Content-Type,Authorization,sw-context-token,sw-access-key,sw-language-id,sw-version-id,sw-inheritance,indexing-behavior,sw-include-seo-urls"
						},
						{
							"key": "X-Frame-Options",
							"value": "deny"
						},
						{
							"key": "X-Content-Type-Options",
							"value": "nosniff"
						},
						{
							"key": "Referrer-Policy",
							"value": "strict-origin-when-cross-origin"
						},
						{
							"key": "Content-Security-Policy",
							"value": "object-src 'none'; script-src 'none' 'unsafe-inline' 'nonce-582c859f2855537d77b8d34fc4f79c82'; base-uri 'self';"
						},
						{
							"key": "X-Robots-Tag",
							"value": "noindex"
						},
						{
							"key": "X-Symfony-Cache",
							"value": "POST /api/_action/pickware-erp/ship-order-completely: pass, invalidate"
						},
						{
							"key": "Cache-Control",
							"value": "no-cache, private"
						},
						{
							"key": "Keep-Alive",
							"value": "timeout=5, max=100"
						},
						{
							"key": "Connection",
							"value": "Keep-Alive"
						},
						{
							"key": "Transfer-Encoding",
							"value": "chunked"
						},
						{
							"key": "Content-Type",
							"value": "application/json"
						}
					],
					"cookie": [],
					"body": "[\n    {\n        \"productId\": \"018cb5d8caa672d59182653b699d8bc3\",\n        \"quantity\": 3,\n        \"stockLocation\": {\n            \"binLocation\": {\n                \"id\": \"018cb5da337672949fc898fee22102b2\"\n            }\n        }\n    },\n    {\n        \"productId\": \"018cb5d8ce63725b82be182dd58de936\",\n        \"quantity\": 8,\n        \"stockLocation\": {\n            \"binLocation\": {\n                \"id\": \"018cb5da337672949fc898fee22102b2\"\n            }\n        }\n    },\n    {\n        \"productId\": \"018cb5d8caaf71f6aef8135ab39aafbf\",\n        \"quantity\": 1,\n        \"stockLocation\": {\n            \"binLocation\": {\n                \"id\": \"018cb5da337770ecbbd35440dc5ecc18\"\n            }\n        }\n    },\n    {\n        \"productId\": \"018cb5d8d2e2712e8aabab99356cf4d1\",\n        \"quantity\": 2,\n        \"stockLocation\": {\n            \"binLocation\": {\n                \"id\": \"018cb5da337770ecbbd35440dc5ecc18\"\n            }\n        }\n    }\n]"
				}
			]
		},
		{
			"name": "Move stock to and from stock locations",
			"event": [
				{
					"listen": "test",
					"script": {
						"exec": [
							""
						],
						"type": "text/javascript"
					}
				}
			],
			"request": {
				"method": "POST",
				"header": [
					{
						"key": "Content-Type",
						"value": "application/json"
					}
				],
				"body": {
					"mode": "raw",
					"raw": "[\n    {\n        \"id\": \"{{idempotencyUUID}}\",\n        \"productId\": \"<product-id>\",\n        \"quantity\": 100,\n        \"comment\": \"some comment\", // optional\n        \"source\": {\n            \"warehouse\": {\n                \"id\": \"<warehouse-id>\"\n            }\n        },\n        \"destination\": {\n            \"warehouse\": {\n                \"id\": \"<warehouse-id>\"\n            }\n        }\n    }\n]"
				},
				"url": {
					"raw": "{{baseUrl}}/api/_action/pickware-erp/stock/move",
					"host": [
						"{{baseUrl}}"
					],
					"path": [
						"api",
						"_action",
						"pickware-erp",
						"stock",
						"move"
					]
				},
				"description": "Moves stock between two stock locations.\n\nInclude the following required properties:\n\n- `source` — An **object** or **string** that contains **one** of the following properties:\n    \n    - A **string** value that contains the following value:\n        - `unknown` — This is used for booking stock from and to external locations\n    - `warehouse` — An **object** that contains the ID of a warehouse. This should be used when it is desired to book stock into a warehouse's default bin location.\n        \n    - `binLocation` — An **object** that contains the ID of a bin location. This should be used when it is desired to book stock directly into a specific bin location.\n        \n- `destination` — An **object** or **string** that contains one of the following properties:\n    \n    - A **string** value that contains the following value:\n        - `unknown` — This is used for booking stock from and to external locations\n    - `warehouse` — An **object** that contains the ID of a warehouse. This should be used when it is desired to book stock into a warehouse's default bin location.\n        \n    - `binLocation` — An **object** that contains the ID of a bin location. This should be used when it is desired to book stock directly into a specific bin location.\n        \n- `quantity` — An **integer** which is the amount of stock that should be moved from source to destination\n- `productId` — A **string** that contains the ID of the product for which stock should be moved\n    \n\nOptional properties:\n\n- `comment` — A **string** that is used to add additional information to stock movements"
			},
			"response": [
				{
					"name": "Move stock from Warehouse to Warehouse",
					"originalRequest": {
						"method": "POST",
						"header": [
							{
								"key": "Content-Type",
								"name": "Content-Type",
								"value": "application/json",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "[\n    {\n        \"id\": \"0d3af75af0a6462eb0b7dd529f4eb301\",\n        \"productId\": \"018c63226c85738cb191d955d4a03083\",\n        \"quantity\": 2,\n        \"comment\": \"Move stock from warehouse A to warehouse B\",\n        \"source\": {\n            \"warehouse\": {\n                \"id\": \"018c6323161871cb960b4a9978c4f005\"\n            }\n        },\n        \"destination\": {\n            \"warehouse\": {\n                \"id\": \"018c6323edf570f1b485f598b5f4dd4a\"\n            }\n        }\n    }\n]",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "https://example.com/api/_action/pickware-erp/stock/move",
							"protocol": "https",
							"host": [
								"example",
								"com"
							],
							"path": [
								"api",
								"_action",
								"pickware-erp",
								"stock",
								"move"
							]
						}
					},
					"_postman_previewlanguage": "Text",
					"header": [],
					"cookie": [],
					"body": ""
				},
				{
					"name": "Move stock from Unknown to BinLocation",
					"originalRequest": {
						"method": "POST",
						"header": [
							{
								"key": "Content-Type",
								"name": "Content-Type",
								"value": "application/json",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "[\n    {\n        \"id\": \"0d3af75af0a6462eb0b7dd529f4eb301\",\n        \"productId\": \"018c63226c85738cb191d955d4a03083\",\n        \"quantity\": 2,\n        \"comment\": \"Move stock from external to binLocation XY\",\n        \"source\": \"unknown\",\n        \"destination\": {\n            \"binLocation\": {\n                \"id\": \"018c63244efe73c69cec826e85412210\"\n            }\n        }\n    }\n]",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "https://example.com/api/_action/pickware-erp/stock/move",
							"protocol": "https",
							"host": [
								"example",
								"com"
							],
							"path": [
								"api",
								"_action",
								"pickware-erp",
								"stock",
								"move"
							]
						}
					},
					"_postman_previewlanguage": "Text",
					"header": [],
					"cookie": [],
					"body": ""
				}
			]
		},
		{
			"name": "Get all stocks by bin location id",
			"event": [
				{
					"listen": "test",
					"script": {
						"exec": [
							""
						],
						"type": "text/javascript"
					}
				}
			],
			"request": {
				"method": "POST",
				"header": [
					{
						"key": "Content-Type",
						"value": "application/json"
					}
				],
				"body": {
					"mode": "raw",
					"raw": "{\n  \"filter\": [\n    {\n      \"type\": \"equals\",\n      \"field\": \"product.pickwareErpPickwareProduct.isStockManagementDisabled\",\n      \"value\": false // Only show product stocks that are stock managed\n    },\n    {\n      \"type\": \"equals\",\n      \"field\": \"binLocation.id\",\n      \"value\": \"<binlocation-id>\" // binLocation id\n    }\n  ]\n}"
				},
				"url": {
					"raw": "{{baseUrl}}/api/search/pickware-erp-stock",
					"host": [
						"{{baseUrl}}"
					],
					"path": [
						"api",
						"search",
						"pickware-erp-stock"
					]
				},
				"description": "Fetches all product stocks on a specific bin location by a bin location ID.\n\nSet the filter `binLocation.id` to the desired bin location ID.\n\nThe filter can also be extended with the following block to also filter by products and only get the stock of a specific product on the bin location. For this also see the example `Get stock of a product on a bin location`.\n\n``` json\n{\n  \"type\": \"equals\",\n  \"field\": \"product.id\",\n  \"value\": \"018cb5d8ce7d704fb0e08b835f443370\" // product id\n}\n\n ```"
			},
			"response": [
				{
					"name": "Get all stocks on a bin location by id",
					"originalRequest": {
						"method": "POST",
						"header": [
							{
								"key": "Content-Type",
								"name": "Content-Type",
								"value": "application/json",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\n  \"filter\": [\n    {\n      \"type\": \"equals\",\n      \"field\": \"product.pickwareErpPickwareProduct.isStockManagementDisabled\",\n      \"value\": false // Only show product stocks that are stock managed\n    },\n    {\n      \"type\": \"equals\",\n      \"field\": \"binLocation.id\",\n      \"value\": \"018cb5da9cee738eb5165d1fbd4a14bb\" // binLocation id\n    }\n  ]\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "https://example.com/api/search/pickware-erp-stock",
							"protocol": "https",
							"host": [
								"example",
								"com"
							],
							"path": [
								"api",
								"search",
								"pickware-erp-stock"
							]
						}
					},
					"status": "OK",
					"code": 200,
					"_postman_previewlanguage": "json",
					"header": [
						{
							"key": "Date",
							"value": "Wed, 03 Jan 2024 10:11:28 GMT"
						},
						{
							"key": "Server",
							"value": "Apache/2.4.58 (Unix) PHP/8.1.24"
						},
						{
							"key": "Vary",
							"value": "Authorization"
						},
						{
							"key": "X-Powered-By",
							"value": "PHP/8.1.24"
						},
						{
							"key": "Access-Control-Allow-Origin",
							"value": "*"
						},
						{
							"key": "Access-Control-Allow-Methods",
							"value": "GET,POST,PUT,PATCH,DELETE"
						},
						{
							"key": "Access-Control-Allow-Headers",
							"value": "Content-Type,Authorization,sw-context-token,sw-access-key,sw-language-id,sw-version-id,sw-inheritance,indexing-behavior,sw-include-seo-urls"
						},
						{
							"key": "Access-Control-Expose-Headers",
							"value": "Content-Type,Authorization,sw-context-token,sw-access-key,sw-language-id,sw-version-id,sw-inheritance,indexing-behavior,sw-include-seo-urls"
						},
						{
							"key": "X-Frame-Options",
							"value": "deny"
						},
						{
							"key": "X-Content-Type-Options",
							"value": "nosniff"
						},
						{
							"key": "Referrer-Policy",
							"value": "strict-origin-when-cross-origin"
						},
						{
							"key": "Content-Security-Policy",
							"value": "object-src 'none'; script-src 'none' 'unsafe-inline' 'nonce-afa775b3872a0ee2311e774b1641af23'; base-uri 'self';"
						},
						{
							"key": "X-Robots-Tag",
							"value": "noindex"
						},
						{
							"key": "X-Symfony-Cache",
							"value": "POST /api/search/pickware-erp-stock: pass, invalidate"
						},
						{
							"key": "Cache-Control",
							"value": "no-cache, private"
						},
						{
							"key": "Set-Cookie",
							"value": "sf_redirect=deleted; expires=Tue, 03 Jan 2023 10:11:27 GMT; Max-Age=0; path=/; httponly"
						},
						{
							"key": "Keep-Alive",
							"value": "timeout=5, max=100"
						},
						{
							"key": "Connection",
							"value": "Keep-Alive"
						},
						{
							"key": "Transfer-Encoding",
							"value": "chunked"
						},
						{
							"key": "Content-Type",
							"value": "application/vnd.api+json"
						}
					],
					"cookie": [],
					"body": "{\n    \"data\": [\n        {\n            \"id\": \"018cb5dac4447345a5883ecda25d9b7f\",\n            \"type\": \"pickware_erp_stock\",\n            \"attributes\": {\n                \"quantity\": 135,\n                \"productId\": \"018cb5d8d13171ebb4595f93e61d1c9d\",\n                \"productVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"locationTypeTechnicalName\": \"bin_location\",\n                \"warehouseId\": null,\n                \"binLocationId\": \"018cb5da9cee738eb5165d1fbd4a14bb\",\n                \"orderId\": null,\n                \"orderVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"returnOrderId\": null,\n                \"returnOrderVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"stockContainerId\": null,\n                \"goodsReceiptId\": null,\n                \"specialStockLocationTechnicalName\": null,\n                \"createdAt\": \"2023-12-29T13:54:22.405+00:00\",\n                \"updatedAt\": null,\n                \"apiAlias\": \"pickware_erp_stock_foreign_keys_extension\"\n            },\n            \"links\": {\n                \"self\": \"https://example.com/api/pickware-erp-stock/018cb5dac4447345a5883ecda25d9b7f\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dac4447345a5883ecda25d9b7f/product\"\n                    }\n                },\n                \"locationType\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dac4447345a5883ecda25d9b7f/location-type\"\n                    }\n                },\n                \"warehouse\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dac4447345a5883ecda25d9b7f/warehouse\"\n                    }\n                },\n                \"binLocation\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dac4447345a5883ecda25d9b7f/bin-location\"\n                    }\n                },\n                \"order\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dac4447345a5883ecda25d9b7f/order\"\n                    }\n                },\n                \"returnOrder\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dac4447345a5883ecda25d9b7f/return-order\"\n                    }\n                },\n                \"stockContainer\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dac4447345a5883ecda25d9b7f/stock-container\"\n                    }\n                },\n                \"goodsReceipt\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dac4447345a5883ecda25d9b7f/goods-receipt\"\n                    }\n                },\n                \"specialStockLocation\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dac4447345a5883ecda25d9b7f/special-stock-location\"\n                    }\n                }\n            },\n            \"meta\": null\n        },\n        {\n            \"id\": \"018cb5dab1af70f4aa78be2b320fd06a\",\n            \"type\": \"pickware_erp_stock\",\n            \"attributes\": {\n                \"quantity\": 100,\n                \"productId\": \"018cb5d8ce63725b82be182dd63c31cb\",\n                \"productVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"locationTypeTechnicalName\": \"bin_location\",\n                \"warehouseId\": null,\n                \"binLocationId\": \"018cb5da9cee738eb5165d1fbd4a14bb\",\n                \"orderId\": null,\n                \"orderVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"returnOrderId\": null,\n                \"returnOrderVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"stockContainerId\": null,\n                \"goodsReceiptId\": null,\n                \"specialStockLocationTechnicalName\": null,\n                \"createdAt\": \"2023-12-29T13:54:17.647+00:00\",\n                \"updatedAt\": null,\n                \"apiAlias\": \"pickware_erp_stock_foreign_keys_extension\"\n            },\n            \"links\": {\n                \"self\": \"https://example.com/api/pickware-erp-stock/018cb5dab1af70f4aa78be2b320fd06a\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dab1af70f4aa78be2b320fd06a/product\"\n                    }\n                },\n                \"locationType\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dab1af70f4aa78be2b320fd06a/location-type\"\n                    }\n                },\n                \"warehouse\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dab1af70f4aa78be2b320fd06a/warehouse\"\n                    }\n                },\n                \"binLocation\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dab1af70f4aa78be2b320fd06a/bin-location\"\n                    }\n                },\n                \"order\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dab1af70f4aa78be2b320fd06a/order\"\n                    }\n                },\n                \"returnOrder\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dab1af70f4aa78be2b320fd06a/return-order\"\n                    }\n                },\n                \"stockContainer\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dab1af70f4aa78be2b320fd06a/stock-container\"\n                    }\n                },\n                \"goodsReceipt\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dab1af70f4aa78be2b320fd06a/goods-receipt\"\n                    }\n                },\n                \"specialStockLocation\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dab1af70f4aa78be2b320fd06a/special-stock-location\"\n                    }\n                }\n            },\n            \"meta\": null\n        },\n        {\n            \"id\": \"018cb5daccbe70c6a68e6c47ce330830\",\n            \"type\": \"pickware_erp_stock\",\n            \"attributes\": {\n                \"quantity\": 65,\n                \"productId\": \"018cb5d8d2f0739f9d7688be3c8706c1\",\n                \"productVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"locationTypeTechnicalName\": \"bin_location\",\n                \"warehouseId\": null,\n                \"binLocationId\": \"018cb5da9cee738eb5165d1fbd4a14bb\",\n                \"orderId\": null,\n                \"orderVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"returnOrderId\": null,\n                \"returnOrderVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"stockContainerId\": null,\n                \"goodsReceiptId\": null,\n                \"specialStockLocationTechnicalName\": null,\n                \"createdAt\": \"2023-12-29T13:54:24.574+00:00\",\n                \"updatedAt\": null,\n                \"apiAlias\": \"pickware_erp_stock_foreign_keys_extension\"\n            },\n            \"links\": {\n                \"self\": \"https://example.com/api/pickware-erp-stock/018cb5daccbe70c6a68e6c47ce330830\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5daccbe70c6a68e6c47ce330830/product\"\n                    }\n                },\n                \"locationType\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5daccbe70c6a68e6c47ce330830/location-type\"\n                    }\n                },\n                \"warehouse\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5daccbe70c6a68e6c47ce330830/warehouse\"\n                    }\n                },\n                \"binLocation\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5daccbe70c6a68e6c47ce330830/bin-location\"\n                    }\n                },\n                \"order\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5daccbe70c6a68e6c47ce330830/order\"\n                    }\n                },\n                \"returnOrder\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5daccbe70c6a68e6c47ce330830/return-order\"\n                    }\n                },\n                \"stockContainer\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5daccbe70c6a68e6c47ce330830/stock-container\"\n                    }\n                },\n                \"goodsReceipt\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5daccbe70c6a68e6c47ce330830/goods-receipt\"\n                    }\n                },\n                \"specialStockLocation\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5daccbe70c6a68e6c47ce330830/special-stock-location\"\n                    }\n                }\n            },\n            \"meta\": null\n        },\n        {\n            \"id\": \"018cb5daa257728ba923102075370d92\",\n            \"type\": \"pickware_erp_stock\",\n            \"attributes\": {\n                \"quantity\": 90,\n                \"productId\": \"018cb5d8ca9c70589b5d2cf9f40e23c4\",\n                \"productVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"locationTypeTechnicalName\": \"bin_location\",\n                \"warehouseId\": null,\n                \"binLocationId\": \"018cb5da9cee738eb5165d1fbd4a14bb\",\n                \"orderId\": null,\n                \"orderVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"returnOrderId\": null,\n                \"returnOrderVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"stockContainerId\": null,\n                \"goodsReceiptId\": null,\n                \"specialStockLocationTechnicalName\": null,\n                \"createdAt\": \"2023-12-29T13:54:13.719+00:00\",\n                \"updatedAt\": null,\n                \"apiAlias\": \"pickware_erp_stock_foreign_keys_extension\"\n            },\n            \"links\": {\n                \"self\": \"https://example.com/api/pickware-erp-stock/018cb5daa257728ba923102075370d92\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5daa257728ba923102075370d92/product\"\n                    }\n                },\n                \"locationType\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5daa257728ba923102075370d92/location-type\"\n                    }\n                },\n                \"warehouse\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5daa257728ba923102075370d92/warehouse\"\n                    }\n                },\n                \"binLocation\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5daa257728ba923102075370d92/bin-location\"\n                    }\n                },\n                \"order\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5daa257728ba923102075370d92/order\"\n                    }\n                },\n                \"returnOrder\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5daa257728ba923102075370d92/return-order\"\n                    }\n                },\n                \"stockContainer\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5daa257728ba923102075370d92/stock-container\"\n                    }\n                },\n                \"goodsReceipt\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5daa257728ba923102075370d92/goods-receipt\"\n                    }\n                },\n                \"specialStockLocation\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5daa257728ba923102075370d92/special-stock-location\"\n                    }\n                }\n            },\n            \"meta\": null\n        },\n        {\n            \"id\": \"018cb5daa7d17364a202592eaf5a1d42\",\n            \"type\": \"pickware_erp_stock\",\n            \"attributes\": {\n                \"quantity\": 95,\n                \"productId\": \"018cb5d8caaf71f6aef8135ab39aafbf\",\n                \"productVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"locationTypeTechnicalName\": \"bin_location\",\n                \"warehouseId\": null,\n                \"binLocationId\": \"018cb5da9cee738eb5165d1fbd4a14bb\",\n                \"orderId\": null,\n                \"orderVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"returnOrderId\": null,\n                \"returnOrderVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"stockContainerId\": null,\n                \"goodsReceiptId\": null,\n                \"specialStockLocationTechnicalName\": null,\n                \"createdAt\": \"2023-12-29T13:54:15.121+00:00\",\n                \"updatedAt\": null,\n                \"apiAlias\": \"pickware_erp_stock_foreign_keys_extension\"\n            },\n            \"links\": {\n                \"self\": \"https://example.com/api/pickware-erp-stock/018cb5daa7d17364a202592eaf5a1d42\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5daa7d17364a202592eaf5a1d42/product\"\n                    }\n                },\n                \"locationType\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5daa7d17364a202592eaf5a1d42/location-type\"\n                    }\n                },\n                \"warehouse\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5daa7d17364a202592eaf5a1d42/warehouse\"\n                    }\n                },\n                \"binLocation\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5daa7d17364a202592eaf5a1d42/bin-location\"\n                    }\n                },\n                \"order\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5daa7d17364a202592eaf5a1d42/order\"\n                    }\n                },\n                \"returnOrder\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5daa7d17364a202592eaf5a1d42/return-order\"\n                    }\n                },\n                \"stockContainer\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5daa7d17364a202592eaf5a1d42/stock-container\"\n                    }\n                },\n                \"goodsReceipt\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5daa7d17364a202592eaf5a1d42/goods-receipt\"\n                    }\n                },\n                \"specialStockLocation\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5daa7d17364a202592eaf5a1d42/special-stock-location\"\n                    }\n                }\n            },\n            \"meta\": null\n        },\n        {\n            \"id\": \"018cb5da9d3070929ab3c3968f80b9a9\",\n            \"type\": \"pickware_erp_stock\",\n            \"attributes\": {\n                \"quantity\": 85,\n                \"productId\": \"018cb5d8ca917279849256f5780945e7\",\n                \"productVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"locationTypeTechnicalName\": \"bin_location\",\n                \"warehouseId\": null,\n                \"binLocationId\": \"018cb5da9cee738eb5165d1fbd4a14bb\",\n                \"orderId\": null,\n                \"orderVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"returnOrderId\": null,\n                \"returnOrderVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"stockContainerId\": null,\n                \"goodsReceiptId\": null,\n                \"specialStockLocationTechnicalName\": null,\n                \"createdAt\": \"2023-12-29T13:54:12.400+00:00\",\n                \"updatedAt\": null,\n                \"apiAlias\": \"pickware_erp_stock_foreign_keys_extension\"\n            },\n            \"links\": {\n                \"self\": \"https://example.com/api/pickware-erp-stock/018cb5da9d3070929ab3c3968f80b9a9\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da9d3070929ab3c3968f80b9a9/product\"\n                    }\n                },\n                \"locationType\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da9d3070929ab3c3968f80b9a9/location-type\"\n                    }\n                },\n                \"warehouse\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da9d3070929ab3c3968f80b9a9/warehouse\"\n                    }\n                },\n                \"binLocation\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da9d3070929ab3c3968f80b9a9/bin-location\"\n                    }\n                },\n                \"order\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da9d3070929ab3c3968f80b9a9/order\"\n                    }\n                },\n                \"returnOrder\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da9d3070929ab3c3968f80b9a9/return-order\"\n                    }\n                },\n                \"stockContainer\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da9d3070929ab3c3968f80b9a9/stock-container\"\n                    }\n                },\n                \"goodsReceipt\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da9d3070929ab3c3968f80b9a9/goods-receipt\"\n                    }\n                },\n                \"specialStockLocation\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da9d3070929ab3c3968f80b9a9/special-stock-location\"\n                    }\n                }\n            },\n            \"meta\": null\n        },\n        {\n            \"id\": \"018cb5dab6c672568c4d65ebd3ebe0a9\",\n            \"type\": \"pickware_erp_stock\",\n            \"attributes\": {\n                \"quantity\": 95,\n                \"productId\": \"018cb5d8ce747057a143d62c7758c674\",\n                \"productVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"locationTypeTechnicalName\": \"bin_location\",\n                \"warehouseId\": null,\n                \"binLocationId\": \"018cb5da9cee738eb5165d1fbd4a14bb\",\n                \"orderId\": null,\n                \"orderVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"returnOrderId\": null,\n                \"returnOrderVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"stockContainerId\": null,\n                \"goodsReceiptId\": null,\n                \"specialStockLocationTechnicalName\": null,\n                \"createdAt\": \"2023-12-29T13:54:18.951+00:00\",\n                \"updatedAt\": null,\n                \"apiAlias\": \"pickware_erp_stock_foreign_keys_extension\"\n            },\n            \"links\": {\n                \"self\": \"https://example.com/api/pickware-erp-stock/018cb5dab6c672568c4d65ebd3ebe0a9\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dab6c672568c4d65ebd3ebe0a9/product\"\n                    }\n                },\n                \"locationType\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dab6c672568c4d65ebd3ebe0a9/location-type\"\n                    }\n                },\n                \"warehouse\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dab6c672568c4d65ebd3ebe0a9/warehouse\"\n                    }\n                },\n                \"binLocation\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dab6c672568c4d65ebd3ebe0a9/bin-location\"\n                    }\n                },\n                \"order\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dab6c672568c4d65ebd3ebe0a9/order\"\n                    }\n                },\n                \"returnOrder\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dab6c672568c4d65ebd3ebe0a9/return-order\"\n                    }\n                },\n                \"stockContainer\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dab6c672568c4d65ebd3ebe0a9/stock-container\"\n                    }\n                },\n                \"goodsReceipt\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dab6c672568c4d65ebd3ebe0a9/goods-receipt\"\n                    }\n                },\n                \"specialStockLocation\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dab6c672568c4d65ebd3ebe0a9/special-stock-location\"\n                    }\n                }\n            },\n            \"meta\": null\n        },\n        {\n            \"id\": \"018cb5daa57571448be575be13e70243\",\n            \"type\": \"pickware_erp_stock\",\n            \"attributes\": {\n                \"quantity\": 135,\n                \"productId\": \"018cb5d8caa672d59182653b699d8bc3\",\n                \"productVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"locationTypeTechnicalName\": \"bin_location\",\n                \"warehouseId\": null,\n                \"binLocationId\": \"018cb5da9cee738eb5165d1fbd4a14bb\",\n                \"orderId\": null,\n                \"orderVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"returnOrderId\": null,\n                \"returnOrderVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"stockContainerId\": null,\n                \"goodsReceiptId\": null,\n                \"specialStockLocationTechnicalName\": null,\n                \"createdAt\": \"2023-12-29T13:54:14.517+00:00\",\n                \"updatedAt\": null,\n                \"apiAlias\": \"pickware_erp_stock_foreign_keys_extension\"\n            },\n            \"links\": {\n                \"self\": \"https://example.com/api/pickware-erp-stock/018cb5daa57571448be575be13e70243\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5daa57571448be575be13e70243/product\"\n                    }\n                },\n                \"locationType\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5daa57571448be575be13e70243/location-type\"\n                    }\n                },\n                \"warehouse\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5daa57571448be575be13e70243/warehouse\"\n                    }\n                },\n                \"binLocation\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5daa57571448be575be13e70243/bin-location\"\n                    }\n                },\n                \"order\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5daa57571448be575be13e70243/order\"\n                    }\n                },\n                \"returnOrder\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5daa57571448be575be13e70243/return-order\"\n                    }\n                },\n                \"stockContainer\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5daa57571448be575be13e70243/stock-container\"\n                    }\n                },\n                \"goodsReceipt\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5daa57571448be575be13e70243/goods-receipt\"\n                    }\n                },\n                \"specialStockLocation\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5daa57571448be575be13e70243/special-stock-location\"\n                    }\n                }\n            },\n            \"meta\": null\n        },\n        {\n            \"id\": \"018cb5dabc5f727898301ac35142496d\",\n            \"type\": \"pickware_erp_stock\",\n            \"attributes\": {\n                \"quantity\": 60,\n                \"productId\": \"018cb5d8d0ff7393a4ae9d679fcc8be9\",\n                \"productVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"locationTypeTechnicalName\": \"bin_location\",\n                \"warehouseId\": null,\n                \"binLocationId\": \"018cb5da9cee738eb5165d1fbd4a14bb\",\n                \"orderId\": null,\n                \"orderVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"returnOrderId\": null,\n                \"returnOrderVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"stockContainerId\": null,\n                \"goodsReceiptId\": null,\n                \"specialStockLocationTechnicalName\": null,\n                \"createdAt\": \"2023-12-29T13:54:20.384+00:00\",\n                \"updatedAt\": null,\n                \"apiAlias\": \"pickware_erp_stock_foreign_keys_extension\"\n            },\n            \"links\": {\n                \"self\": \"https://example.com/api/pickware-erp-stock/018cb5dabc5f727898301ac35142496d\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dabc5f727898301ac35142496d/product\"\n                    }\n                },\n                \"locationType\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dabc5f727898301ac35142496d/location-type\"\n                    }\n                },\n                \"warehouse\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dabc5f727898301ac35142496d/warehouse\"\n                    }\n                },\n                \"binLocation\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dabc5f727898301ac35142496d/bin-location\"\n                    }\n                },\n                \"order\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dabc5f727898301ac35142496d/order\"\n                    }\n                },\n                \"returnOrder\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dabc5f727898301ac35142496d/return-order\"\n                    }\n                },\n                \"stockContainer\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dabc5f727898301ac35142496d/stock-container\"\n                    }\n                },\n                \"goodsReceipt\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dabc5f727898301ac35142496d/goods-receipt\"\n                    }\n                },\n                \"specialStockLocation\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dabc5f727898301ac35142496d/special-stock-location\"\n                    }\n                }\n            },\n            \"meta\": null\n        },\n        {\n            \"id\": \"018cb5daa39473eaa312fe8dbb46969b\",\n            \"type\": \"pickware_erp_stock\",\n            \"attributes\": {\n                \"quantity\": 130,\n                \"productId\": \"018cb5d8caa071109c06d3c77b325e0a\",\n                \"productVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"locationTypeTechnicalName\": \"bin_location\",\n                \"warehouseId\": null,\n                \"binLocationId\": \"018cb5da9cee738eb5165d1fbd4a14bb\",\n                \"orderId\": null,\n                \"orderVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"returnOrderId\": null,\n                \"returnOrderVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"stockContainerId\": null,\n                \"goodsReceiptId\": null,\n                \"specialStockLocationTechnicalName\": null,\n                \"createdAt\": \"2023-12-29T13:54:14.036+00:00\",\n                \"updatedAt\": null,\n                \"apiAlias\": \"pickware_erp_stock_foreign_keys_extension\"\n            },\n            \"links\": {\n                \"self\": \"https://example.com/api/pickware-erp-stock/018cb5daa39473eaa312fe8dbb46969b\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5daa39473eaa312fe8dbb46969b/product\"\n                    }\n                },\n                \"locationType\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5daa39473eaa312fe8dbb46969b/location-type\"\n                    }\n                },\n                \"warehouse\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5daa39473eaa312fe8dbb46969b/warehouse\"\n                    }\n                },\n                \"binLocation\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5daa39473eaa312fe8dbb46969b/bin-location\"\n                    }\n                },\n                \"order\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5daa39473eaa312fe8dbb46969b/order\"\n                    }\n                },\n                \"returnOrder\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5daa39473eaa312fe8dbb46969b/return-order\"\n                    }\n                },\n                \"stockContainer\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5daa39473eaa312fe8dbb46969b/stock-container\"\n                    }\n                },\n                \"goodsReceipt\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5daa39473eaa312fe8dbb46969b/goods-receipt\"\n                    }\n                },\n                \"specialStockLocation\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5daa39473eaa312fe8dbb46969b/special-stock-location\"\n                    }\n                }\n            },\n            \"meta\": null\n        },\n        {\n            \"id\": \"018cb5dabfe572c19285caced1e4ea9c\",\n            \"type\": \"pickware_erp_stock\",\n            \"attributes\": {\n                \"quantity\": 130,\n                \"productId\": \"018cb5d8d11473ffac54c747d7efaa12\",\n                \"productVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"locationTypeTechnicalName\": \"bin_location\",\n                \"warehouseId\": null,\n                \"binLocationId\": \"018cb5da9cee738eb5165d1fbd4a14bb\",\n                \"orderId\": null,\n                \"orderVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"returnOrderId\": null,\n                \"returnOrderVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"stockContainerId\": null,\n                \"goodsReceiptId\": null,\n                \"specialStockLocationTechnicalName\": null,\n                \"createdAt\": \"2023-12-29T13:54:21.285+00:00\",\n                \"updatedAt\": null,\n                \"apiAlias\": \"pickware_erp_stock_foreign_keys_extension\"\n            },\n            \"links\": {\n                \"self\": \"https://example.com/api/pickware-erp-stock/018cb5dabfe572c19285caced1e4ea9c\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dabfe572c19285caced1e4ea9c/product\"\n                    }\n                },\n                \"locationType\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dabfe572c19285caced1e4ea9c/location-type\"\n                    }\n                },\n                \"warehouse\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dabfe572c19285caced1e4ea9c/warehouse\"\n                    }\n                },\n                \"binLocation\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dabfe572c19285caced1e4ea9c/bin-location\"\n                    }\n                },\n                \"order\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dabfe572c19285caced1e4ea9c/order\"\n                    }\n                },\n                \"returnOrder\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dabfe572c19285caced1e4ea9c/return-order\"\n                    }\n                },\n                \"stockContainer\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dabfe572c19285caced1e4ea9c/stock-container\"\n                    }\n                },\n                \"goodsReceipt\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dabfe572c19285caced1e4ea9c/goods-receipt\"\n                    }\n                },\n                \"specialStockLocation\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dabfe572c19285caced1e4ea9c/special-stock-location\"\n                    }\n                }\n            },\n            \"meta\": null\n        },\n        {\n            \"id\": \"018cb5dab50570e7b0ed7e96468e0919\",\n            \"type\": \"pickware_erp_stock\",\n            \"attributes\": {\n                \"quantity\": 105,\n                \"productId\": \"018cb5d8ce6672bbbeb49429788671c0\",\n                \"productVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"locationTypeTechnicalName\": \"bin_location\",\n                \"warehouseId\": null,\n                \"binLocationId\": \"018cb5da9cee738eb5165d1fbd4a14bb\",\n                \"orderId\": null,\n                \"orderVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"returnOrderId\": null,\n                \"returnOrderVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"stockContainerId\": null,\n                \"goodsReceiptId\": null,\n                \"specialStockLocationTechnicalName\": null,\n                \"createdAt\": \"2023-12-29T13:54:18.501+00:00\",\n                \"updatedAt\": null,\n                \"apiAlias\": \"pickware_erp_stock_foreign_keys_extension\"\n            },\n            \"links\": {\n                \"self\": \"https://example.com/api/pickware-erp-stock/018cb5dab50570e7b0ed7e96468e0919\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dab50570e7b0ed7e96468e0919/product\"\n                    }\n                },\n                \"locationType\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dab50570e7b0ed7e96468e0919/location-type\"\n                    }\n                },\n                \"warehouse\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dab50570e7b0ed7e96468e0919/warehouse\"\n                    }\n                },\n                \"binLocation\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dab50570e7b0ed7e96468e0919/bin-location\"\n                    }\n                },\n                \"order\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dab50570e7b0ed7e96468e0919/order\"\n                    }\n                },\n                \"returnOrder\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dab50570e7b0ed7e96468e0919/return-order\"\n                    }\n                },\n                \"stockContainer\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dab50570e7b0ed7e96468e0919/stock-container\"\n                    }\n                },\n                \"goodsReceipt\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dab50570e7b0ed7e96468e0919/goods-receipt\"\n                    }\n                },\n                \"specialStockLocation\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dab50570e7b0ed7e96468e0919/special-stock-location\"\n                    }\n                }\n            },\n            \"meta\": null\n        },\n        {\n            \"id\": \"018cb5dabd58707db36a2b667f81c252\",\n            \"type\": \"pickware_erp_stock\",\n            \"attributes\": {\n                \"quantity\": 50,\n                \"productId\": \"018cb5d8d10472bda313e463895d638b\",\n                \"productVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"locationTypeTechnicalName\": \"bin_location\",\n                \"warehouseId\": null,\n                \"binLocationId\": \"018cb5da9cee738eb5165d1fbd4a14bb\",\n                \"orderId\": null,\n                \"orderVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"returnOrderId\": null,\n                \"returnOrderVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"stockContainerId\": null,\n                \"goodsReceiptId\": null,\n                \"specialStockLocationTechnicalName\": null,\n                \"createdAt\": \"2023-12-29T13:54:20.632+00:00\",\n                \"updatedAt\": null,\n                \"apiAlias\": \"pickware_erp_stock_foreign_keys_extension\"\n            },\n            \"links\": {\n                \"self\": \"https://example.com/api/pickware-erp-stock/018cb5dabd58707db36a2b667f81c252\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dabd58707db36a2b667f81c252/product\"\n                    }\n                },\n                \"locationType\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dabd58707db36a2b667f81c252/location-type\"\n                    }\n                },\n                \"warehouse\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dabd58707db36a2b667f81c252/warehouse\"\n                    }\n                },\n                \"binLocation\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dabd58707db36a2b667f81c252/bin-location\"\n                    }\n                },\n                \"order\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dabd58707db36a2b667f81c252/order\"\n                    }\n                },\n                \"returnOrder\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dabd58707db36a2b667f81c252/return-order\"\n                    }\n                },\n                \"stockContainer\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dabd58707db36a2b667f81c252/stock-container\"\n                    }\n                },\n                \"goodsReceipt\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dabd58707db36a2b667f81c252/goods-receipt\"\n                    }\n                },\n                \"specialStockLocation\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dabd58707db36a2b667f81c252/special-stock-location\"\n                    }\n                }\n            },\n            \"meta\": null\n        },\n        {\n            \"id\": \"018cb5daa67e7203b715008567d6d5ec\",\n            \"type\": \"pickware_erp_stock\",\n            \"attributes\": {\n                \"quantity\": 90,\n                \"productId\": \"018cb5d8caaa7254848804beb6ce0a8d\",\n                \"productVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"locationTypeTechnicalName\": \"bin_location\",\n                \"warehouseId\": null,\n                \"binLocationId\": \"018cb5da9cee738eb5165d1fbd4a14bb\",\n                \"orderId\": null,\n                \"orderVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"returnOrderId\": null,\n                \"returnOrderVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"stockContainerId\": null,\n                \"goodsReceiptId\": null,\n                \"specialStockLocationTechnicalName\": null,\n                \"createdAt\": \"2023-12-29T13:54:14.782+00:00\",\n                \"updatedAt\": null,\n                \"apiAlias\": \"pickware_erp_stock_foreign_keys_extension\"\n            },\n            \"links\": {\n                \"self\": \"https://example.com/api/pickware-erp-stock/018cb5daa67e7203b715008567d6d5ec\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5daa67e7203b715008567d6d5ec/product\"\n                    }\n                },\n                \"locationType\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5daa67e7203b715008567d6d5ec/location-type\"\n                    }\n                },\n                \"warehouse\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5daa67e7203b715008567d6d5ec/warehouse\"\n                    }\n                },\n                \"binLocation\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5daa67e7203b715008567d6d5ec/bin-location\"\n                    }\n                },\n                \"order\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5daa67e7203b715008567d6d5ec/order\"\n                    }\n                },\n                \"returnOrder\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5daa67e7203b715008567d6d5ec/return-order\"\n                    }\n                },\n                \"stockContainer\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5daa67e7203b715008567d6d5ec/stock-container\"\n                    }\n                },\n                \"goodsReceipt\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5daa67e7203b715008567d6d5ec/goods-receipt\"\n                    }\n                },\n                \"specialStockLocation\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5daa67e7203b715008567d6d5ec/special-stock-location\"\n                    }\n                }\n            },\n            \"meta\": null\n        },\n        {\n            \"id\": \"018cb5dacf2f70a7aff433b14d8fb607\",\n            \"type\": \"pickware_erp_stock\",\n            \"attributes\": {\n                \"quantity\": 85,\n                \"productId\": \"018cb5d8d304716ba475b81398849ae8\",\n                \"productVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"locationTypeTechnicalName\": \"bin_location\",\n                \"warehouseId\": null,\n                \"binLocationId\": \"018cb5da9cee738eb5165d1fbd4a14bb\",\n                \"orderId\": null,\n                \"orderVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"returnOrderId\": null,\n                \"returnOrderVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"stockContainerId\": null,\n                \"goodsReceiptId\": null,\n                \"specialStockLocationTechnicalName\": null,\n                \"createdAt\": \"2023-12-29T13:54:25.199+00:00\",\n                \"updatedAt\": null,\n                \"apiAlias\": \"pickware_erp_stock_foreign_keys_extension\"\n            },\n            \"links\": {\n                \"self\": \"https://example.com/api/pickware-erp-stock/018cb5dacf2f70a7aff433b14d8fb607\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dacf2f70a7aff433b14d8fb607/product\"\n                    }\n                },\n                \"locationType\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dacf2f70a7aff433b14d8fb607/location-type\"\n                    }\n                },\n                \"warehouse\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dacf2f70a7aff433b14d8fb607/warehouse\"\n                    }\n                },\n                \"binLocation\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dacf2f70a7aff433b14d8fb607/bin-location\"\n                    }\n                },\n                \"order\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dacf2f70a7aff433b14d8fb607/order\"\n                    }\n                },\n                \"returnOrder\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dacf2f70a7aff433b14d8fb607/return-order\"\n                    }\n                },\n                \"stockContainer\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dacf2f70a7aff433b14d8fb607/stock-container\"\n                    }\n                },\n                \"goodsReceipt\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dacf2f70a7aff433b14d8fb607/goods-receipt\"\n                    }\n                },\n                \"specialStockLocation\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dacf2f70a7aff433b14d8fb607/special-stock-location\"\n                    }\n                }\n            },\n            \"meta\": null\n        },\n        {\n            \"id\": \"018cb5dac5c7719db7ba2b4e751e428f\",\n            \"type\": \"pickware_erp_stock\",\n            \"attributes\": {\n                \"quantity\": 290,\n                \"productId\": \"018cb5d8d2d47342bdd91e2f16f0fa75\",\n                \"productVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"locationTypeTechnicalName\": \"bin_location\",\n                \"warehouseId\": null,\n                \"binLocationId\": \"018cb5da9cee738eb5165d1fbd4a14bb\",\n                \"orderId\": null,\n                \"orderVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"returnOrderId\": null,\n                \"returnOrderVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"stockContainerId\": null,\n                \"goodsReceiptId\": null,\n                \"specialStockLocationTechnicalName\": null,\n                \"createdAt\": \"2023-12-29T13:54:22.791+00:00\",\n                \"updatedAt\": null,\n                \"apiAlias\": \"pickware_erp_stock_foreign_keys_extension\"\n            },\n            \"links\": {\n                \"self\": \"https://example.com/api/pickware-erp-stock/018cb5dac5c7719db7ba2b4e751e428f\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dac5c7719db7ba2b4e751e428f/product\"\n                    }\n                },\n                \"locationType\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dac5c7719db7ba2b4e751e428f/location-type\"\n                    }\n                },\n                \"warehouse\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dac5c7719db7ba2b4e751e428f/warehouse\"\n                    }\n                },\n                \"binLocation\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dac5c7719db7ba2b4e751e428f/bin-location\"\n                    }\n                },\n                \"order\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dac5c7719db7ba2b4e751e428f/order\"\n                    }\n                },\n                \"returnOrder\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dac5c7719db7ba2b4e751e428f/return-order\"\n                    }\n                },\n                \"stockContainer\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dac5c7719db7ba2b4e751e428f/stock-container\"\n                    }\n                },\n                \"goodsReceipt\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dac5c7719db7ba2b4e751e428f/goods-receipt\"\n                    }\n                },\n                \"specialStockLocation\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dac5c7719db7ba2b4e751e428f/special-stock-location\"\n                    }\n                }\n            },\n            \"meta\": null\n        },\n        {\n            \"id\": \"018cb5dabb347199a5ea2dd767223b34\",\n            \"type\": \"pickware_erp_stock\",\n            \"attributes\": {\n                \"quantity\": 110,\n                \"productId\": \"018cb5d8ce9571478ca4017d403d4fbd\",\n                \"productVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"locationTypeTechnicalName\": \"bin_location\",\n                \"warehouseId\": null,\n                \"binLocationId\": \"018cb5da9cee738eb5165d1fbd4a14bb\",\n                \"orderId\": null,\n                \"orderVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"returnOrderId\": null,\n                \"returnOrderVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"stockContainerId\": null,\n                \"goodsReceiptId\": null,\n                \"specialStockLocationTechnicalName\": null,\n                \"createdAt\": \"2023-12-29T13:54:20.084+00:00\",\n                \"updatedAt\": null,\n                \"apiAlias\": \"pickware_erp_stock_foreign_keys_extension\"\n            },\n            \"links\": {\n                \"self\": \"https://example.com/api/pickware-erp-stock/018cb5dabb347199a5ea2dd767223b34\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dabb347199a5ea2dd767223b34/product\"\n                    }\n                },\n                \"locationType\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dabb347199a5ea2dd767223b34/location-type\"\n                    }\n                },\n                \"warehouse\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dabb347199a5ea2dd767223b34/warehouse\"\n                    }\n                },\n                \"binLocation\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dabb347199a5ea2dd767223b34/bin-location\"\n                    }\n                },\n                \"order\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dabb347199a5ea2dd767223b34/order\"\n                    }\n                },\n                \"returnOrder\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dabb347199a5ea2dd767223b34/return-order\"\n                    }\n                },\n                \"stockContainer\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dabb347199a5ea2dd767223b34/stock-container\"\n                    }\n                },\n                \"goodsReceipt\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dabb347199a5ea2dd767223b34/goods-receipt\"\n                    }\n                },\n                \"specialStockLocation\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dabb347199a5ea2dd767223b34/special-stock-location\"\n                    }\n                }\n            },\n            \"meta\": null\n        },\n        {\n            \"id\": \"018cb5dacbff71eba7cae0fd2a0b6a36\",\n            \"type\": \"pickware_erp_stock\",\n            \"attributes\": {\n                \"quantity\": 95,\n                \"productId\": \"018cb5d8d2eb7301933ddd21247598bd\",\n                \"productVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"locationTypeTechnicalName\": \"bin_location\",\n                \"warehouseId\": null,\n                \"binLocationId\": \"018cb5da9cee738eb5165d1fbd4a14bb\",\n                \"orderId\": null,\n                \"orderVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"returnOrderId\": null,\n                \"returnOrderVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"stockContainerId\": null,\n                \"goodsReceiptId\": null,\n                \"specialStockLocationTechnicalName\": null,\n                \"createdAt\": \"2023-12-29T13:54:24.383+00:00\",\n                \"updatedAt\": null,\n                \"apiAlias\": \"pickware_erp_stock_foreign_keys_extension\"\n            },\n            \"links\": {\n                \"self\": \"https://example.com/api/pickware-erp-stock/018cb5dacbff71eba7cae0fd2a0b6a36\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dacbff71eba7cae0fd2a0b6a36/product\"\n                    }\n                },\n                \"locationType\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dacbff71eba7cae0fd2a0b6a36/location-type\"\n                    }\n                },\n                \"warehouse\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dacbff71eba7cae0fd2a0b6a36/warehouse\"\n                    }\n                },\n                \"binLocation\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dacbff71eba7cae0fd2a0b6a36/bin-location\"\n                    }\n                },\n                \"order\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dacbff71eba7cae0fd2a0b6a36/order\"\n                    }\n                },\n                \"returnOrder\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dacbff71eba7cae0fd2a0b6a36/return-order\"\n                    }\n                },\n                \"stockContainer\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dacbff71eba7cae0fd2a0b6a36/stock-container\"\n                    }\n                },\n                \"goodsReceipt\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dacbff71eba7cae0fd2a0b6a36/goods-receipt\"\n                    }\n                },\n                \"specialStockLocation\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dacbff71eba7cae0fd2a0b6a36/special-stock-location\"\n                    }\n                }\n            },\n            \"meta\": null\n        },\n        {\n            \"id\": \"018cb5daa20c72eda25dc62761fa3894\",\n            \"type\": \"pickware_erp_stock\",\n            \"attributes\": {\n                \"quantity\": 70,\n                \"productId\": \"018cb5d8ca9b716d934a0148969bcca8\",\n                \"productVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"locationTypeTechnicalName\": \"bin_location\",\n                \"warehouseId\": null,\n                \"binLocationId\": \"018cb5da9cee738eb5165d1fbd4a14bb\",\n                \"orderId\": null,\n                \"orderVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"returnOrderId\": null,\n                \"returnOrderVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"stockContainerId\": null,\n                \"goodsReceiptId\": null,\n                \"specialStockLocationTechnicalName\": null,\n                \"createdAt\": \"2023-12-29T13:54:13.644+00:00\",\n                \"updatedAt\": null,\n                \"apiAlias\": \"pickware_erp_stock_foreign_keys_extension\"\n            },\n            \"links\": {\n                \"self\": \"https://example.com/api/pickware-erp-stock/018cb5daa20c72eda25dc62761fa3894\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5daa20c72eda25dc62761fa3894/product\"\n                    }\n                },\n                \"locationType\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5daa20c72eda25dc62761fa3894/location-type\"\n                    }\n                },\n                \"warehouse\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5daa20c72eda25dc62761fa3894/warehouse\"\n                    }\n                },\n                \"binLocation\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5daa20c72eda25dc62761fa3894/bin-location\"\n                    }\n                },\n                \"order\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5daa20c72eda25dc62761fa3894/order\"\n                    }\n                },\n                \"returnOrder\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5daa20c72eda25dc62761fa3894/return-order\"\n                    }\n                },\n                \"stockContainer\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5daa20c72eda25dc62761fa3894/stock-container\"\n                    }\n                },\n                \"goodsReceipt\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5daa20c72eda25dc62761fa3894/goods-receipt\"\n                    }\n                },\n                \"specialStockLocation\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5daa20c72eda25dc62761fa3894/special-stock-location\"\n                    }\n                }\n            },\n            \"meta\": null\n        },\n        {\n            \"id\": \"018cb5daa8fd70c3bff7883ef716c09c\",\n            \"type\": \"pickware_erp_stock\",\n            \"attributes\": {\n                \"quantity\": 80,\n                \"productId\": \"018cb5d8cc5b7099bf82496c4db6303a\",\n                \"productVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"locationTypeTechnicalName\": \"bin_location\",\n                \"warehouseId\": null,\n                \"binLocationId\": \"018cb5da9cee738eb5165d1fbd4a14bb\",\n                \"orderId\": null,\n                \"orderVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"returnOrderId\": null,\n                \"returnOrderVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"stockContainerId\": null,\n                \"goodsReceiptId\": null,\n                \"specialStockLocationTechnicalName\": null,\n                \"createdAt\": \"2023-12-29T13:54:15.421+00:00\",\n                \"updatedAt\": null,\n                \"apiAlias\": \"pickware_erp_stock_foreign_keys_extension\"\n            },\n            \"links\": {\n                \"self\": \"https://example.com/api/pickware-erp-stock/018cb5daa8fd70c3bff7883ef716c09c\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5daa8fd70c3bff7883ef716c09c/product\"\n                    }\n                },\n                \"locationType\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5daa8fd70c3bff7883ef716c09c/location-type\"\n                    }\n                },\n                \"warehouse\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5daa8fd70c3bff7883ef716c09c/warehouse\"\n                    }\n                },\n                \"binLocation\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5daa8fd70c3bff7883ef716c09c/bin-location\"\n                    }\n                },\n                \"order\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5daa8fd70c3bff7883ef716c09c/order\"\n                    }\n                },\n                \"returnOrder\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5daa8fd70c3bff7883ef716c09c/return-order\"\n                    }\n                },\n                \"stockContainer\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5daa8fd70c3bff7883ef716c09c/stock-container\"\n                    }\n                },\n                \"goodsReceipt\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5daa8fd70c3bff7883ef716c09c/goods-receipt\"\n                    }\n                },\n                \"specialStockLocation\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5daa8fd70c3bff7883ef716c09c/special-stock-location\"\n                    }\n                }\n            },\n            \"meta\": null\n        },\n        {\n            \"id\": \"018cb5dab9ee70a6b7dbb573fd5d3cc2\",\n            \"type\": \"pickware_erp_stock\",\n            \"attributes\": {\n                \"quantity\": 120,\n                \"productId\": \"018cb5d8ce8b71a7a9f31637ec8ecb93\",\n                \"productVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"locationTypeTechnicalName\": \"bin_location\",\n                \"warehouseId\": null,\n                \"binLocationId\": \"018cb5da9cee738eb5165d1fbd4a14bb\",\n                \"orderId\": null,\n                \"orderVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"returnOrderId\": null,\n                \"returnOrderVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"stockContainerId\": null,\n                \"goodsReceiptId\": null,\n                \"specialStockLocationTechnicalName\": null,\n                \"createdAt\": \"2023-12-29T13:54:19.758+00:00\",\n                \"updatedAt\": null,\n                \"apiAlias\": \"pickware_erp_stock_foreign_keys_extension\"\n            },\n            \"links\": {\n                \"self\": \"https://example.com/api/pickware-erp-stock/018cb5dab9ee70a6b7dbb573fd5d3cc2\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dab9ee70a6b7dbb573fd5d3cc2/product\"\n                    }\n                },\n                \"locationType\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dab9ee70a6b7dbb573fd5d3cc2/location-type\"\n                    }\n                },\n                \"warehouse\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dab9ee70a6b7dbb573fd5d3cc2/warehouse\"\n                    }\n                },\n                \"binLocation\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dab9ee70a6b7dbb573fd5d3cc2/bin-location\"\n                    }\n                },\n                \"order\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dab9ee70a6b7dbb573fd5d3cc2/order\"\n                    }\n                },\n                \"returnOrder\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dab9ee70a6b7dbb573fd5d3cc2/return-order\"\n                    }\n                },\n                \"stockContainer\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dab9ee70a6b7dbb573fd5d3cc2/stock-container\"\n                    }\n                },\n                \"goodsReceipt\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dab9ee70a6b7dbb573fd5d3cc2/goods-receipt\"\n                    }\n                },\n                \"specialStockLocation\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dab9ee70a6b7dbb573fd5d3cc2/special-stock-location\"\n                    }\n                }\n            },\n            \"meta\": null\n        },\n        {\n            \"id\": \"018cb5daabc173798c2f1763f20f0afc\",\n            \"type\": \"pickware_erp_stock\",\n            \"attributes\": {\n                \"quantity\": 145,\n                \"productId\": \"018cb5d8cc6b71c79414a7287ce900ac\",\n                \"productVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"locationTypeTechnicalName\": \"bin_location\",\n                \"warehouseId\": null,\n                \"binLocationId\": \"018cb5da9cee738eb5165d1fbd4a14bb\",\n                \"orderId\": null,\n                \"orderVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"returnOrderId\": null,\n                \"returnOrderVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"stockContainerId\": null,\n                \"goodsReceiptId\": null,\n                \"specialStockLocationTechnicalName\": null,\n                \"createdAt\": \"2023-12-29T13:54:16.129+00:00\",\n                \"updatedAt\": null,\n                \"apiAlias\": \"pickware_erp_stock_foreign_keys_extension\"\n            },\n            \"links\": {\n                \"self\": \"https://example.com/api/pickware-erp-stock/018cb5daabc173798c2f1763f20f0afc\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5daabc173798c2f1763f20f0afc/product\"\n                    }\n                },\n                \"locationType\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5daabc173798c2f1763f20f0afc/location-type\"\n                    }\n                },\n                \"warehouse\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5daabc173798c2f1763f20f0afc/warehouse\"\n                    }\n                },\n                \"binLocation\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5daabc173798c2f1763f20f0afc/bin-location\"\n                    }\n                },\n                \"order\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5daabc173798c2f1763f20f0afc/order\"\n                    }\n                },\n                \"returnOrder\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5daabc173798c2f1763f20f0afc/return-order\"\n                    }\n                },\n                \"stockContainer\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5daabc173798c2f1763f20f0afc/stock-container\"\n                    }\n                },\n                \"goodsReceipt\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5daabc173798c2f1763f20f0afc/goods-receipt\"\n                    }\n                },\n                \"specialStockLocation\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5daabc173798c2f1763f20f0afc/special-stock-location\"\n                    }\n                }\n            },\n            \"meta\": null\n        },\n        {\n            \"id\": \"018cb5da9fa97243ba2c6b5c983644d5\",\n            \"type\": \"pickware_erp_stock\",\n            \"attributes\": {\n                \"quantity\": 120,\n                \"productId\": \"018cb5d8ca9473378da27a16821feecb\",\n                \"productVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"locationTypeTechnicalName\": \"bin_location\",\n                \"warehouseId\": null,\n                \"binLocationId\": \"018cb5da9cee738eb5165d1fbd4a14bb\",\n                \"orderId\": null,\n                \"orderVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"returnOrderId\": null,\n                \"returnOrderVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"stockContainerId\": null,\n                \"goodsReceiptId\": null,\n                \"specialStockLocationTechnicalName\": null,\n                \"createdAt\": \"2023-12-29T13:54:13.033+00:00\",\n                \"updatedAt\": null,\n                \"apiAlias\": \"pickware_erp_stock_foreign_keys_extension\"\n            },\n            \"links\": {\n                \"self\": \"https://example.com/api/pickware-erp-stock/018cb5da9fa97243ba2c6b5c983644d5\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da9fa97243ba2c6b5c983644d5/product\"\n                    }\n                },\n                \"locationType\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da9fa97243ba2c6b5c983644d5/location-type\"\n                    }\n                },\n                \"warehouse\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da9fa97243ba2c6b5c983644d5/warehouse\"\n                    }\n                },\n                \"binLocation\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da9fa97243ba2c6b5c983644d5/bin-location\"\n                    }\n                },\n                \"order\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da9fa97243ba2c6b5c983644d5/order\"\n                    }\n                },\n                \"returnOrder\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da9fa97243ba2c6b5c983644d5/return-order\"\n                    }\n                },\n                \"stockContainer\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da9fa97243ba2c6b5c983644d5/stock-container\"\n                    }\n                },\n                \"goodsReceipt\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da9fa97243ba2c6b5c983644d5/goods-receipt\"\n                    }\n                },\n                \"specialStockLocation\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da9fa97243ba2c6b5c983644d5/special-stock-location\"\n                    }\n                }\n            },\n            \"meta\": null\n        },\n        {\n            \"id\": \"018cb5dabe1a73c98296a4933368d2e9\",\n            \"type\": \"pickware_erp_stock\",\n            \"attributes\": {\n                \"quantity\": 55,\n                \"productId\": \"018cb5d8d109710bb256c9667f3f059f\",\n                \"productVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"locationTypeTechnicalName\": \"bin_location\",\n                \"warehouseId\": null,\n                \"binLocationId\": \"018cb5da9cee738eb5165d1fbd4a14bb\",\n                \"orderId\": null,\n                \"orderVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"returnOrderId\": null,\n                \"returnOrderVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"stockContainerId\": null,\n                \"goodsReceiptId\": null,\n                \"specialStockLocationTechnicalName\": null,\n                \"createdAt\": \"2023-12-29T13:54:20.826+00:00\",\n                \"updatedAt\": null,\n                \"apiAlias\": \"pickware_erp_stock_foreign_keys_extension\"\n            },\n            \"links\": {\n                \"self\": \"https://example.com/api/pickware-erp-stock/018cb5dabe1a73c98296a4933368d2e9\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dabe1a73c98296a4933368d2e9/product\"\n                    }\n                },\n                \"locationType\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dabe1a73c98296a4933368d2e9/location-type\"\n                    }\n                },\n                \"warehouse\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dabe1a73c98296a4933368d2e9/warehouse\"\n                    }\n                },\n                \"binLocation\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dabe1a73c98296a4933368d2e9/bin-location\"\n                    }\n                },\n                \"order\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dabe1a73c98296a4933368d2e9/order\"\n                    }\n                },\n                \"returnOrder\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dabe1a73c98296a4933368d2e9/return-order\"\n                    }\n                },\n                \"stockContainer\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dabe1a73c98296a4933368d2e9/stock-container\"\n                    }\n                },\n                \"goodsReceipt\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dabe1a73c98296a4933368d2e9/goods-receipt\"\n                    }\n                },\n                \"specialStockLocation\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dabe1a73c98296a4933368d2e9/special-stock-location\"\n                    }\n                }\n            },\n            \"meta\": null\n        },\n        {\n            \"id\": \"018cb5dac2be730e9489ff4de1f59a9d\",\n            \"type\": \"pickware_erp_stock\",\n            \"attributes\": {\n                \"quantity\": 100,\n                \"productId\": \"018cb5d8d128737b88d6516365b4091c\",\n                \"productVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"locationTypeTechnicalName\": \"bin_location\",\n                \"warehouseId\": null,\n                \"binLocationId\": \"018cb5da9cee738eb5165d1fbd4a14bb\",\n                \"orderId\": null,\n                \"orderVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"returnOrderId\": null,\n                \"returnOrderVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"stockContainerId\": null,\n                \"goodsReceiptId\": null,\n                \"specialStockLocationTechnicalName\": null,\n                \"createdAt\": \"2023-12-29T13:54:22.015+00:00\",\n                \"updatedAt\": null,\n                \"apiAlias\": \"pickware_erp_stock_foreign_keys_extension\"\n            },\n            \"links\": {\n                \"self\": \"https://example.com/api/pickware-erp-stock/018cb5dac2be730e9489ff4de1f59a9d\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dac2be730e9489ff4de1f59a9d/product\"\n                    }\n                },\n                \"locationType\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dac2be730e9489ff4de1f59a9d/location-type\"\n                    }\n                },\n                \"warehouse\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dac2be730e9489ff4de1f59a9d/warehouse\"\n                    }\n                },\n                \"binLocation\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dac2be730e9489ff4de1f59a9d/bin-location\"\n                    }\n                },\n                \"order\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dac2be730e9489ff4de1f59a9d/order\"\n                    }\n                },\n                \"returnOrder\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dac2be730e9489ff4de1f59a9d/return-order\"\n                    }\n                },\n                \"stockContainer\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dac2be730e9489ff4de1f59a9d/stock-container\"\n                    }\n                },\n                \"goodsReceipt\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dac2be730e9489ff4de1f59a9d/goods-receipt\"\n                    }\n                },\n                \"specialStockLocation\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dac2be730e9489ff4de1f59a9d/special-stock-location\"\n                    }\n                }\n            },\n            \"meta\": null\n        },\n        {\n            \"id\": \"018cb5dad0b673279b09a6e39497f7d9\",\n            \"type\": \"pickware_erp_stock\",\n            \"attributes\": {\n                \"quantity\": 100,\n                \"productId\": \"018cb5d8d30c7211b1544dda1111b2c7\",\n                \"productVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"locationTypeTechnicalName\": \"bin_location\",\n                \"warehouseId\": null,\n                \"binLocationId\": \"018cb5da9cee738eb5165d1fbd4a14bb\",\n                \"orderId\": null,\n                \"orderVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"returnOrderId\": null,\n                \"returnOrderVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"stockContainerId\": null,\n                \"goodsReceiptId\": null,\n                \"specialStockLocationTechnicalName\": null,\n                \"createdAt\": \"2023-12-29T13:54:25.591+00:00\",\n                \"updatedAt\": null,\n                \"apiAlias\": \"pickware_erp_stock_foreign_keys_extension\"\n            },\n            \"links\": {\n                \"self\": \"https://example.com/api/pickware-erp-stock/018cb5dad0b673279b09a6e39497f7d9\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dad0b673279b09a6e39497f7d9/product\"\n                    }\n                },\n                \"locationType\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dad0b673279b09a6e39497f7d9/location-type\"\n                    }\n                },\n                \"warehouse\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dad0b673279b09a6e39497f7d9/warehouse\"\n                    }\n                },\n                \"binLocation\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dad0b673279b09a6e39497f7d9/bin-location\"\n                    }\n                },\n                \"order\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dad0b673279b09a6e39497f7d9/order\"\n                    }\n                },\n                \"returnOrder\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dad0b673279b09a6e39497f7d9/return-order\"\n                    }\n                },\n                \"stockContainer\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dad0b673279b09a6e39497f7d9/stock-container\"\n                    }\n                },\n                \"goodsReceipt\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dad0b673279b09a6e39497f7d9/goods-receipt\"\n                    }\n                },\n                \"specialStockLocation\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dad0b673279b09a6e39497f7d9/special-stock-location\"\n                    }\n                }\n            },\n            \"meta\": null\n        },\n        {\n            \"id\": \"018cb5daca6d7124837f566145c7301e\",\n            \"type\": \"pickware_erp_stock\",\n            \"attributes\": {\n                \"quantity\": 65,\n                \"productId\": \"018cb5d8d2dc73269b8974147692a6bb\",\n                \"productVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"locationTypeTechnicalName\": \"bin_location\",\n                \"warehouseId\": null,\n                \"binLocationId\": \"018cb5da9cee738eb5165d1fbd4a14bb\",\n                \"orderId\": null,\n                \"orderVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"returnOrderId\": null,\n                \"returnOrderVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"stockContainerId\": null,\n                \"goodsReceiptId\": null,\n                \"specialStockLocationTechnicalName\": null,\n                \"createdAt\": \"2023-12-29T13:54:23.981+00:00\",\n                \"updatedAt\": null,\n                \"apiAlias\": \"pickware_erp_stock_foreign_keys_extension\"\n            },\n            \"links\": {\n                \"self\": \"https://example.com/api/pickware-erp-stock/018cb5daca6d7124837f566145c7301e\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5daca6d7124837f566145c7301e/product\"\n                    }\n                },\n                \"locationType\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5daca6d7124837f566145c7301e/location-type\"\n                    }\n                },\n                \"warehouse\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5daca6d7124837f566145c7301e/warehouse\"\n                    }\n                },\n                \"binLocation\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5daca6d7124837f566145c7301e/bin-location\"\n                    }\n                },\n                \"order\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5daca6d7124837f566145c7301e/order\"\n                    }\n                },\n                \"returnOrder\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5daca6d7124837f566145c7301e/return-order\"\n                    }\n                },\n                \"stockContainer\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5daca6d7124837f566145c7301e/stock-container\"\n                    }\n                },\n                \"goodsReceipt\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5daca6d7124837f566145c7301e/goods-receipt\"\n                    }\n                },\n                \"specialStockLocation\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5daca6d7124837f566145c7301e/special-stock-location\"\n                    }\n                }\n            },\n            \"meta\": null\n        },\n        {\n            \"id\": \"018cb5dab8db71ccb8d72afe840cdc4f\",\n            \"type\": \"pickware_erp_stock\",\n            \"attributes\": {\n                \"quantity\": 90,\n                \"productId\": \"018cb5d8ce8272e08c87f6c209996e48\",\n                \"productVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"locationTypeTechnicalName\": \"bin_location\",\n                \"warehouseId\": null,\n                \"binLocationId\": \"018cb5da9cee738eb5165d1fbd4a14bb\",\n                \"orderId\": null,\n                \"orderVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"returnOrderId\": null,\n                \"returnOrderVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"stockContainerId\": null,\n                \"goodsReceiptId\": null,\n                \"specialStockLocationTechnicalName\": null,\n                \"createdAt\": \"2023-12-29T13:54:19.483+00:00\",\n                \"updatedAt\": null,\n                \"apiAlias\": \"pickware_erp_stock_foreign_keys_extension\"\n            },\n            \"links\": {\n                \"self\": \"https://example.com/api/pickware-erp-stock/018cb5dab8db71ccb8d72afe840cdc4f\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dab8db71ccb8d72afe840cdc4f/product\"\n                    }\n                },\n                \"locationType\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dab8db71ccb8d72afe840cdc4f/location-type\"\n                    }\n                },\n                \"warehouse\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dab8db71ccb8d72afe840cdc4f/warehouse\"\n                    }\n                },\n                \"binLocation\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dab8db71ccb8d72afe840cdc4f/bin-location\"\n                    }\n                },\n                \"order\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dab8db71ccb8d72afe840cdc4f/order\"\n                    }\n                },\n                \"returnOrder\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dab8db71ccb8d72afe840cdc4f/return-order\"\n                    }\n                },\n                \"stockContainer\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dab8db71ccb8d72afe840cdc4f/stock-container\"\n                    }\n                },\n                \"goodsReceipt\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dab8db71ccb8d72afe840cdc4f/goods-receipt\"\n                    }\n                },\n                \"specialStockLocation\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dab8db71ccb8d72afe840cdc4f/special-stock-location\"\n                    }\n                }\n            },\n            \"meta\": null\n        },\n        {\n            \"id\": \"018cb5dacb7e7047b2232e3105a5287a\",\n            \"type\": \"pickware_erp_stock\",\n            \"attributes\": {\n                \"quantity\": 95,\n                \"productId\": \"018cb5d8d2e8709aae3adb1dd879a348\",\n                \"productVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"locationTypeTechnicalName\": \"bin_location\",\n                \"warehouseId\": null,\n                \"binLocationId\": \"018cb5da9cee738eb5165d1fbd4a14bb\",\n                \"orderId\": null,\n                \"orderVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"returnOrderId\": null,\n                \"returnOrderVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"stockContainerId\": null,\n                \"goodsReceiptId\": null,\n                \"specialStockLocationTechnicalName\": null,\n                \"createdAt\": \"2023-12-29T13:54:24.254+00:00\",\n                \"updatedAt\": null,\n                \"apiAlias\": \"pickware_erp_stock_foreign_keys_extension\"\n            },\n            \"links\": {\n                \"self\": \"https://example.com/api/pickware-erp-stock/018cb5dacb7e7047b2232e3105a5287a\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dacb7e7047b2232e3105a5287a/product\"\n                    }\n                },\n                \"locationType\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dacb7e7047b2232e3105a5287a/location-type\"\n                    }\n                },\n                \"warehouse\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dacb7e7047b2232e3105a5287a/warehouse\"\n                    }\n                },\n                \"binLocation\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dacb7e7047b2232e3105a5287a/bin-location\"\n                    }\n                },\n                \"order\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dacb7e7047b2232e3105a5287a/order\"\n                    }\n                },\n                \"returnOrder\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dacb7e7047b2232e3105a5287a/return-order\"\n                    }\n                },\n                \"stockContainer\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dacb7e7047b2232e3105a5287a/stock-container\"\n                    }\n                },\n                \"goodsReceipt\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dacb7e7047b2232e3105a5287a/goods-receipt\"\n                    }\n                },\n                \"specialStockLocation\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dacb7e7047b2232e3105a5287a/special-stock-location\"\n                    }\n                }\n            },\n            \"meta\": null\n        },\n        {\n            \"id\": \"018cb5da9eb073bab65cde18d5920f7f\",\n            \"type\": \"pickware_erp_stock\",\n            \"attributes\": {\n                \"quantity\": 60,\n                \"productId\": \"018cb5d8ca9473378da27a1681ee3c74\",\n                \"productVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"locationTypeTechnicalName\": \"bin_location\",\n                \"warehouseId\": null,\n                \"binLocationId\": \"018cb5da9cee738eb5165d1fbd4a14bb\",\n                \"orderId\": null,\n                \"orderVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"returnOrderId\": null,\n                \"returnOrderVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"stockContainerId\": null,\n                \"goodsReceiptId\": null,\n                \"specialStockLocationTechnicalName\": null,\n                \"createdAt\": \"2023-12-29T13:54:12.784+00:00\",\n                \"updatedAt\": null,\n                \"apiAlias\": \"pickware_erp_stock_foreign_keys_extension\"\n            },\n            \"links\": {\n                \"self\": \"https://example.com/api/pickware-erp-stock/018cb5da9eb073bab65cde18d5920f7f\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da9eb073bab65cde18d5920f7f/product\"\n                    }\n                },\n                \"locationType\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da9eb073bab65cde18d5920f7f/location-type\"\n                    }\n                },\n                \"warehouse\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da9eb073bab65cde18d5920f7f/warehouse\"\n                    }\n                },\n                \"binLocation\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da9eb073bab65cde18d5920f7f/bin-location\"\n                    }\n                },\n                \"order\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da9eb073bab65cde18d5920f7f/order\"\n                    }\n                },\n                \"returnOrder\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da9eb073bab65cde18d5920f7f/return-order\"\n                    }\n                },\n                \"stockContainer\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da9eb073bab65cde18d5920f7f/stock-container\"\n                    }\n                },\n                \"goodsReceipt\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da9eb073bab65cde18d5920f7f/goods-receipt\"\n                    }\n                },\n                \"specialStockLocation\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da9eb073bab65cde18d5920f7f/special-stock-location\"\n                    }\n                }\n            },\n            \"meta\": null\n        },\n        {\n            \"id\": \"018cb5dab04e7366ad95c84da92a8b1b\",\n            \"type\": \"pickware_erp_stock\",\n            \"attributes\": {\n                \"quantity\": 115,\n                \"productId\": \"018cb5d8cc8d7279a998a34344237f24\",\n                \"productVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"locationTypeTechnicalName\": \"bin_location\",\n                \"warehouseId\": null,\n                \"binLocationId\": \"018cb5da9cee738eb5165d1fbd4a14bb\",\n                \"orderId\": null,\n                \"orderVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"returnOrderId\": null,\n                \"returnOrderVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"stockContainerId\": null,\n                \"goodsReceiptId\": null,\n                \"specialStockLocationTechnicalName\": null,\n                \"createdAt\": \"2023-12-29T13:54:17.295+00:00\",\n                \"updatedAt\": null,\n                \"apiAlias\": \"pickware_erp_stock_foreign_keys_extension\"\n            },\n            \"links\": {\n                \"self\": \"https://example.com/api/pickware-erp-stock/018cb5dab04e7366ad95c84da92a8b1b\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dab04e7366ad95c84da92a8b1b/product\"\n                    }\n                },\n                \"locationType\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dab04e7366ad95c84da92a8b1b/location-type\"\n                    }\n                },\n                \"warehouse\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dab04e7366ad95c84da92a8b1b/warehouse\"\n                    }\n                },\n                \"binLocation\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dab04e7366ad95c84da92a8b1b/bin-location\"\n                    }\n                },\n                \"order\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dab04e7366ad95c84da92a8b1b/order\"\n                    }\n                },\n                \"returnOrder\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dab04e7366ad95c84da92a8b1b/return-order\"\n                    }\n                },\n                \"stockContainer\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dab04e7366ad95c84da92a8b1b/stock-container\"\n                    }\n                },\n                \"goodsReceipt\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dab04e7366ad95c84da92a8b1b/goods-receipt\"\n                    }\n                },\n                \"specialStockLocation\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dab04e7366ad95c84da92a8b1b/special-stock-location\"\n                    }\n                }\n            },\n            \"meta\": null\n        },\n        {\n            \"id\": \"018cb5dab49170fca0608a4c068baf13\",\n            \"type\": \"pickware_erp_stock\",\n            \"attributes\": {\n                \"quantity\": 130,\n                \"productId\": \"018cb5d8ce63725b82be182dd83edf2b\",\n                \"productVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"locationTypeTechnicalName\": \"bin_location\",\n                \"warehouseId\": null,\n                \"binLocationId\": \"018cb5da9cee738eb5165d1fbd4a14bb\",\n                \"orderId\": null,\n                \"orderVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"returnOrderId\": null,\n                \"returnOrderVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"stockContainerId\": null,\n                \"goodsReceiptId\": null,\n                \"specialStockLocationTechnicalName\": null,\n                \"createdAt\": \"2023-12-29T13:54:18.385+00:00\",\n                \"updatedAt\": null,\n                \"apiAlias\": \"pickware_erp_stock_foreign_keys_extension\"\n            },\n            \"links\": {\n                \"self\": \"https://example.com/api/pickware-erp-stock/018cb5dab49170fca0608a4c068baf13\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dab49170fca0608a4c068baf13/product\"\n                    }\n                },\n                \"locationType\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dab49170fca0608a4c068baf13/location-type\"\n                    }\n                },\n                \"warehouse\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dab49170fca0608a4c068baf13/warehouse\"\n                    }\n                },\n                \"binLocation\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dab49170fca0608a4c068baf13/bin-location\"\n                    }\n                },\n                \"order\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dab49170fca0608a4c068baf13/order\"\n                    }\n                },\n                \"returnOrder\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dab49170fca0608a4c068baf13/return-order\"\n                    }\n                },\n                \"stockContainer\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dab49170fca0608a4c068baf13/stock-container\"\n                    }\n                },\n                \"goodsReceipt\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dab49170fca0608a4c068baf13/goods-receipt\"\n                    }\n                },\n                \"specialStockLocation\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dab49170fca0608a4c068baf13/special-stock-location\"\n                    }\n                }\n            },\n            \"meta\": null\n        },\n        {\n            \"id\": \"018cb5dac90f737285deebacc4e14d2a\",\n            \"type\": \"pickware_erp_stock\",\n            \"attributes\": {\n                \"quantity\": 125,\n                \"productId\": \"018cb5d8d2d47342bdd91e2f19c74653\",\n                \"productVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"locationTypeTechnicalName\": \"bin_location\",\n                \"warehouseId\": null,\n                \"binLocationId\": \"018cb5da9cee738eb5165d1fbd4a14bb\",\n                \"orderId\": null,\n                \"orderVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"returnOrderId\": null,\n                \"returnOrderVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"stockContainerId\": null,\n                \"goodsReceiptId\": null,\n                \"specialStockLocationTechnicalName\": null,\n                \"createdAt\": \"2023-12-29T13:54:23.632+00:00\",\n                \"updatedAt\": null,\n                \"apiAlias\": \"pickware_erp_stock_foreign_keys_extension\"\n            },\n            \"links\": {\n                \"self\": \"https://example.com/api/pickware-erp-stock/018cb5dac90f737285deebacc4e14d2a\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dac90f737285deebacc4e14d2a/product\"\n                    }\n                },\n                \"locationType\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dac90f737285deebacc4e14d2a/location-type\"\n                    }\n                },\n                \"warehouse\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dac90f737285deebacc4e14d2a/warehouse\"\n                    }\n                },\n                \"binLocation\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dac90f737285deebacc4e14d2a/bin-location\"\n                    }\n                },\n                \"order\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dac90f737285deebacc4e14d2a/order\"\n                    }\n                },\n                \"returnOrder\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dac90f737285deebacc4e14d2a/return-order\"\n                    }\n                },\n                \"stockContainer\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dac90f737285deebacc4e14d2a/stock-container\"\n                    }\n                },\n                \"goodsReceipt\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dac90f737285deebacc4e14d2a/goods-receipt\"\n                    }\n                },\n                \"specialStockLocation\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dac90f737285deebacc4e14d2a/special-stock-location\"\n                    }\n                }\n            },\n            \"meta\": null\n        },\n        {\n            \"id\": \"018cb5dac0847195a29ba907f175bcd4\",\n            \"type\": \"pickware_erp_stock\",\n            \"attributes\": {\n                \"quantity\": 110,\n                \"productId\": \"018cb5d8d11a73ed96124bf741bf6a7a\",\n                \"productVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"locationTypeTechnicalName\": \"bin_location\",\n                \"warehouseId\": null,\n                \"binLocationId\": \"018cb5da9cee738eb5165d1fbd4a14bb\",\n                \"orderId\": null,\n                \"orderVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"returnOrderId\": null,\n                \"returnOrderVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"stockContainerId\": null,\n                \"goodsReceiptId\": null,\n                \"specialStockLocationTechnicalName\": null,\n                \"createdAt\": \"2023-12-29T13:54:21.444+00:00\",\n                \"updatedAt\": null,\n                \"apiAlias\": \"pickware_erp_stock_foreign_keys_extension\"\n            },\n            \"links\": {\n                \"self\": \"https://example.com/api/pickware-erp-stock/018cb5dac0847195a29ba907f175bcd4\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dac0847195a29ba907f175bcd4/product\"\n                    }\n                },\n                \"locationType\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dac0847195a29ba907f175bcd4/location-type\"\n                    }\n                },\n                \"warehouse\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dac0847195a29ba907f175bcd4/warehouse\"\n                    }\n                },\n                \"binLocation\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dac0847195a29ba907f175bcd4/bin-location\"\n                    }\n                },\n                \"order\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dac0847195a29ba907f175bcd4/order\"\n                    }\n                },\n                \"returnOrder\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dac0847195a29ba907f175bcd4/return-order\"\n                    }\n                },\n                \"stockContainer\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dac0847195a29ba907f175bcd4/stock-container\"\n                    }\n                },\n                \"goodsReceipt\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dac0847195a29ba907f175bcd4/goods-receipt\"\n                    }\n                },\n                \"specialStockLocation\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dac0847195a29ba907f175bcd4/special-stock-location\"\n                    }\n                }\n            },\n            \"meta\": null\n        },\n        {\n            \"id\": \"018cb5dac8007239a115342cacc4a3de\",\n            \"type\": \"pickware_erp_stock\",\n            \"attributes\": {\n                \"quantity\": 105,\n                \"productId\": \"018cb5d8d2d47342bdd91e2f18ceb830\",\n                \"productVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"locationTypeTechnicalName\": \"bin_location\",\n                \"warehouseId\": null,\n                \"binLocationId\": \"018cb5da9cee738eb5165d1fbd4a14bb\",\n                \"orderId\": null,\n                \"orderVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"returnOrderId\": null,\n                \"returnOrderVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"stockContainerId\": null,\n                \"goodsReceiptId\": null,\n                \"specialStockLocationTechnicalName\": null,\n                \"createdAt\": \"2023-12-29T13:54:23.361+00:00\",\n                \"updatedAt\": null,\n                \"apiAlias\": \"pickware_erp_stock_foreign_keys_extension\"\n            },\n            \"links\": {\n                \"self\": \"https://example.com/api/pickware-erp-stock/018cb5dac8007239a115342cacc4a3de\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dac8007239a115342cacc4a3de/product\"\n                    }\n                },\n                \"locationType\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dac8007239a115342cacc4a3de/location-type\"\n                    }\n                },\n                \"warehouse\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dac8007239a115342cacc4a3de/warehouse\"\n                    }\n                },\n                \"binLocation\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dac8007239a115342cacc4a3de/bin-location\"\n                    }\n                },\n                \"order\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dac8007239a115342cacc4a3de/order\"\n                    }\n                },\n                \"returnOrder\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dac8007239a115342cacc4a3de/return-order\"\n                    }\n                },\n                \"stockContainer\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dac8007239a115342cacc4a3de/stock-container\"\n                    }\n                },\n                \"goodsReceipt\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dac8007239a115342cacc4a3de/goods-receipt\"\n                    }\n                },\n                \"specialStockLocation\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dac8007239a115342cacc4a3de/special-stock-location\"\n                    }\n                }\n            },\n            \"meta\": null\n        },\n        {\n            \"id\": \"018cb5dab3607385b8df7c927ab6ee64\",\n            \"type\": \"pickware_erp_stock\",\n            \"attributes\": {\n                \"quantity\": 85,\n                \"productId\": \"018cb5d8ce63725b82be182dd748890e\",\n                \"productVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"locationTypeTechnicalName\": \"bin_location\",\n                \"warehouseId\": null,\n                \"binLocationId\": \"018cb5da9cee738eb5165d1fbd4a14bb\",\n                \"orderId\": null,\n                \"orderVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"returnOrderId\": null,\n                \"returnOrderVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"stockContainerId\": null,\n                \"goodsReceiptId\": null,\n                \"specialStockLocationTechnicalName\": null,\n                \"createdAt\": \"2023-12-29T13:54:18.080+00:00\",\n                \"updatedAt\": null,\n                \"apiAlias\": \"pickware_erp_stock_foreign_keys_extension\"\n            },\n            \"links\": {\n                \"self\": \"https://example.com/api/pickware-erp-stock/018cb5dab3607385b8df7c927ab6ee64\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dab3607385b8df7c927ab6ee64/product\"\n                    }\n                },\n                \"locationType\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dab3607385b8df7c927ab6ee64/location-type\"\n                    }\n                },\n                \"warehouse\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dab3607385b8df7c927ab6ee64/warehouse\"\n                    }\n                },\n                \"binLocation\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dab3607385b8df7c927ab6ee64/bin-location\"\n                    }\n                },\n                \"order\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dab3607385b8df7c927ab6ee64/order\"\n                    }\n                },\n                \"returnOrder\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dab3607385b8df7c927ab6ee64/return-order\"\n                    }\n                },\n                \"stockContainer\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dab3607385b8df7c927ab6ee64/stock-container\"\n                    }\n                },\n                \"goodsReceipt\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dab3607385b8df7c927ab6ee64/goods-receipt\"\n                    }\n                },\n                \"specialStockLocation\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dab3607385b8df7c927ab6ee64/special-stock-location\"\n                    }\n                }\n            },\n            \"meta\": null\n        },\n        {\n            \"id\": \"018cb5dab2e4710ca39fb7f189245331\",\n            \"type\": \"pickware_erp_stock\",\n            \"attributes\": {\n                \"quantity\": 135,\n                \"productId\": \"018cb5d8ce63725b82be182dd70981cf\",\n                \"productVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"locationTypeTechnicalName\": \"bin_location\",\n                \"warehouseId\": null,\n                \"binLocationId\": \"018cb5da9cee738eb5165d1fbd4a14bb\",\n                \"orderId\": null,\n                \"orderVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"returnOrderId\": null,\n                \"returnOrderVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"stockContainerId\": null,\n                \"goodsReceiptId\": null,\n                \"specialStockLocationTechnicalName\": null,\n                \"createdAt\": \"2023-12-29T13:54:17.956+00:00\",\n                \"updatedAt\": null,\n                \"apiAlias\": \"pickware_erp_stock_foreign_keys_extension\"\n            },\n            \"links\": {\n                \"self\": \"https://example.com/api/pickware-erp-stock/018cb5dab2e4710ca39fb7f189245331\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dab2e4710ca39fb7f189245331/product\"\n                    }\n                },\n                \"locationType\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dab2e4710ca39fb7f189245331/location-type\"\n                    }\n                },\n                \"warehouse\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dab2e4710ca39fb7f189245331/warehouse\"\n                    }\n                },\n                \"binLocation\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dab2e4710ca39fb7f189245331/bin-location\"\n                    }\n                },\n                \"order\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dab2e4710ca39fb7f189245331/order\"\n                    }\n                },\n                \"returnOrder\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dab2e4710ca39fb7f189245331/return-order\"\n                    }\n                },\n                \"stockContainer\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dab2e4710ca39fb7f189245331/stock-container\"\n                    }\n                },\n                \"goodsReceipt\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dab2e4710ca39fb7f189245331/goods-receipt\"\n                    }\n                },\n                \"specialStockLocation\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dab2e4710ca39fb7f189245331/special-stock-location\"\n                    }\n                }\n            },\n            \"meta\": null\n        },\n        {\n            \"id\": \"018cb5dace697088a655029a116a27fc\",\n            \"type\": \"pickware_erp_stock\",\n            \"attributes\": {\n                \"quantity\": 55,\n                \"productId\": \"018cb5d8d2fc72eaa2a29e5b9c2aa1a1\",\n                \"productVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"locationTypeTechnicalName\": \"bin_location\",\n                \"warehouseId\": null,\n                \"binLocationId\": \"018cb5da9cee738eb5165d1fbd4a14bb\",\n                \"orderId\": null,\n                \"orderVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"returnOrderId\": null,\n                \"returnOrderVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"stockContainerId\": null,\n                \"goodsReceiptId\": null,\n                \"specialStockLocationTechnicalName\": null,\n                \"createdAt\": \"2023-12-29T13:54:25.001+00:00\",\n                \"updatedAt\": null,\n                \"apiAlias\": \"pickware_erp_stock_foreign_keys_extension\"\n            },\n            \"links\": {\n                \"self\": \"https://example.com/api/pickware-erp-stock/018cb5dace697088a655029a116a27fc\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dace697088a655029a116a27fc/product\"\n                    }\n                },\n                \"locationType\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dace697088a655029a116a27fc/location-type\"\n                    }\n                },\n                \"warehouse\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dace697088a655029a116a27fc/warehouse\"\n                    }\n                },\n                \"binLocation\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dace697088a655029a116a27fc/bin-location\"\n                    }\n                },\n                \"order\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dace697088a655029a116a27fc/order\"\n                    }\n                },\n                \"returnOrder\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dace697088a655029a116a27fc/return-order\"\n                    }\n                },\n                \"stockContainer\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dace697088a655029a116a27fc/stock-container\"\n                    }\n                },\n                \"goodsReceipt\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dace697088a655029a116a27fc/goods-receipt\"\n                    }\n                },\n                \"specialStockLocation\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dace697088a655029a116a27fc/special-stock-location\"\n                    }\n                }\n            },\n            \"meta\": null\n        },\n        {\n            \"id\": \"018cb5daaead72a6ba0e26bfa386a3d0\",\n            \"type\": \"pickware_erp_stock\",\n            \"attributes\": {\n                \"quantity\": 105,\n                \"productId\": \"018cb5d8cc817047a8f7b750e277a237\",\n                \"productVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"locationTypeTechnicalName\": \"bin_location\",\n                \"warehouseId\": null,\n                \"binLocationId\": \"018cb5da9cee738eb5165d1fbd4a14bb\",\n                \"orderId\": null,\n                \"orderVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"returnOrderId\": null,\n                \"returnOrderVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"stockContainerId\": null,\n                \"goodsReceiptId\": null,\n                \"specialStockLocationTechnicalName\": null,\n                \"createdAt\": \"2023-12-29T13:54:16.877+00:00\",\n                \"updatedAt\": null,\n                \"apiAlias\": \"pickware_erp_stock_foreign_keys_extension\"\n            },\n            \"links\": {\n                \"self\": \"https://example.com/api/pickware-erp-stock/018cb5daaead72a6ba0e26bfa386a3d0\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5daaead72a6ba0e26bfa386a3d0/product\"\n                    }\n                },\n                \"locationType\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5daaead72a6ba0e26bfa386a3d0/location-type\"\n                    }\n                },\n                \"warehouse\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5daaead72a6ba0e26bfa386a3d0/warehouse\"\n                    }\n                },\n                \"binLocation\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5daaead72a6ba0e26bfa386a3d0/bin-location\"\n                    }\n                },\n                \"order\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5daaead72a6ba0e26bfa386a3d0/order\"\n                    }\n                },\n                \"returnOrder\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5daaead72a6ba0e26bfa386a3d0/return-order\"\n                    }\n                },\n                \"stockContainer\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5daaead72a6ba0e26bfa386a3d0/stock-container\"\n                    }\n                },\n                \"goodsReceipt\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5daaead72a6ba0e26bfa386a3d0/goods-receipt\"\n                    }\n                },\n                \"specialStockLocation\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5daaead72a6ba0e26bfa386a3d0/special-stock-location\"\n                    }\n                }\n            },\n            \"meta\": null\n        },\n        {\n            \"id\": \"018cb5daad43720aacc870b47fb64812\",\n            \"type\": \"pickware_erp_stock\",\n            \"attributes\": {\n                \"quantity\": 150,\n                \"productId\": \"018cb5d8cc767222832c8527b3a7ca82\",\n                \"productVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"locationTypeTechnicalName\": \"bin_location\",\n                \"warehouseId\": null,\n                \"binLocationId\": \"018cb5da9cee738eb5165d1fbd4a14bb\",\n                \"orderId\": null,\n                \"orderVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"returnOrderId\": null,\n                \"returnOrderVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"stockContainerId\": null,\n                \"goodsReceiptId\": null,\n                \"specialStockLocationTechnicalName\": null,\n                \"createdAt\": \"2023-12-29T13:54:16.516+00:00\",\n                \"updatedAt\": null,\n                \"apiAlias\": \"pickware_erp_stock_foreign_keys_extension\"\n            },\n            \"links\": {\n                \"self\": \"https://example.com/api/pickware-erp-stock/018cb5daad43720aacc870b47fb64812\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5daad43720aacc870b47fb64812/product\"\n                    }\n                },\n                \"locationType\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5daad43720aacc870b47fb64812/location-type\"\n                    }\n                },\n                \"warehouse\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5daad43720aacc870b47fb64812/warehouse\"\n                    }\n                },\n                \"binLocation\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5daad43720aacc870b47fb64812/bin-location\"\n                    }\n                },\n                \"order\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5daad43720aacc870b47fb64812/order\"\n                    }\n                },\n                \"returnOrder\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5daad43720aacc870b47fb64812/return-order\"\n                    }\n                },\n                \"stockContainer\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5daad43720aacc870b47fb64812/stock-container\"\n                    }\n                },\n                \"goodsReceipt\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5daad43720aacc870b47fb64812/goods-receipt\"\n                    }\n                },\n                \"specialStockLocation\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5daad43720aacc870b47fb64812/special-stock-location\"\n                    }\n                }\n            },\n            \"meta\": null\n        },\n        {\n            \"id\": \"018cb5daaac1703f9a37d12e901d2bde\",\n            \"type\": \"pickware_erp_stock\",\n            \"attributes\": {\n                \"quantity\": 80,\n                \"productId\": \"018cb5d8cc6470bc813fb065a7ad5b99\",\n                \"productVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"locationTypeTechnicalName\": \"bin_location\",\n                \"warehouseId\": null,\n                \"binLocationId\": \"018cb5da9cee738eb5165d1fbd4a14bb\",\n                \"orderId\": null,\n                \"orderVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"returnOrderId\": null,\n                \"returnOrderVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"stockContainerId\": null,\n                \"goodsReceiptId\": null,\n                \"specialStockLocationTechnicalName\": null,\n                \"createdAt\": \"2023-12-29T13:54:15.874+00:00\",\n                \"updatedAt\": null,\n                \"apiAlias\": \"pickware_erp_stock_foreign_keys_extension\"\n            },\n            \"links\": {\n                \"self\": \"https://example.com/api/pickware-erp-stock/018cb5daaac1703f9a37d12e901d2bde\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5daaac1703f9a37d12e901d2bde/product\"\n                    }\n                },\n                \"locationType\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5daaac1703f9a37d12e901d2bde/location-type\"\n                    }\n                },\n                \"warehouse\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5daaac1703f9a37d12e901d2bde/warehouse\"\n                    }\n                },\n                \"binLocation\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5daaac1703f9a37d12e901d2bde/bin-location\"\n                    }\n                },\n                \"order\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5daaac1703f9a37d12e901d2bde/order\"\n                    }\n                },\n                \"returnOrder\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5daaac1703f9a37d12e901d2bde/return-order\"\n                    }\n                },\n                \"stockContainer\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5daaac1703f9a37d12e901d2bde/stock-container\"\n                    }\n                },\n                \"goodsReceipt\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5daaac1703f9a37d12e901d2bde/goods-receipt\"\n                    }\n                },\n                \"specialStockLocation\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5daaac1703f9a37d12e901d2bde/special-stock-location\"\n                    }\n                }\n            },\n            \"meta\": null\n        },\n        {\n            \"id\": \"018cb5daa0b3731fab501cdaeba9a87c\",\n            \"type\": \"pickware_erp_stock\",\n            \"attributes\": {\n                \"quantity\": 75,\n                \"productId\": \"018cb5d8ca967390b084085f3a62a2d9\",\n                \"productVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"locationTypeTechnicalName\": \"bin_location\",\n                \"warehouseId\": null,\n                \"binLocationId\": \"018cb5da9cee738eb5165d1fbd4a14bb\",\n                \"orderId\": null,\n                \"orderVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"returnOrderId\": null,\n                \"returnOrderVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"stockContainerId\": null,\n                \"goodsReceiptId\": null,\n                \"specialStockLocationTechnicalName\": null,\n                \"createdAt\": \"2023-12-29T13:54:13.299+00:00\",\n                \"updatedAt\": null,\n                \"apiAlias\": \"pickware_erp_stock_foreign_keys_extension\"\n            },\n            \"links\": {\n                \"self\": \"https://example.com/api/pickware-erp-stock/018cb5daa0b3731fab501cdaeba9a87c\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5daa0b3731fab501cdaeba9a87c/product\"\n                    }\n                },\n                \"locationType\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5daa0b3731fab501cdaeba9a87c/location-type\"\n                    }\n                },\n                \"warehouse\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5daa0b3731fab501cdaeba9a87c/warehouse\"\n                    }\n                },\n                \"binLocation\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5daa0b3731fab501cdaeba9a87c/bin-location\"\n                    }\n                },\n                \"order\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5daa0b3731fab501cdaeba9a87c/order\"\n                    }\n                },\n                \"returnOrder\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5daa0b3731fab501cdaeba9a87c/return-order\"\n                    }\n                },\n                \"stockContainer\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5daa0b3731fab501cdaeba9a87c/stock-container\"\n                    }\n                },\n                \"goodsReceipt\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5daa0b3731fab501cdaeba9a87c/goods-receipt\"\n                    }\n                },\n                \"specialStockLocation\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5daa0b3731fab501cdaeba9a87c/special-stock-location\"\n                    }\n                }\n            },\n            \"meta\": null\n        },\n        {\n            \"id\": \"018cb5dac16972cab4773765a019e61a\",\n            \"type\": \"pickware_erp_stock\",\n            \"attributes\": {\n                \"quantity\": 110,\n                \"productId\": \"018cb5d8d11f72af8d3c5f714713f038\",\n                \"productVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"locationTypeTechnicalName\": \"bin_location\",\n                \"warehouseId\": null,\n                \"binLocationId\": \"018cb5da9cee738eb5165d1fbd4a14bb\",\n                \"orderId\": null,\n                \"orderVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"returnOrderId\": null,\n                \"returnOrderVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"stockContainerId\": null,\n                \"goodsReceiptId\": null,\n                \"specialStockLocationTechnicalName\": null,\n                \"createdAt\": \"2023-12-29T13:54:21.674+00:00\",\n                \"updatedAt\": null,\n                \"apiAlias\": \"pickware_erp_stock_foreign_keys_extension\"\n            },\n            \"links\": {\n                \"self\": \"https://example.com/api/pickware-erp-stock/018cb5dac16972cab4773765a019e61a\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dac16972cab4773765a019e61a/product\"\n                    }\n                },\n                \"locationType\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dac16972cab4773765a019e61a/location-type\"\n                    }\n                },\n                \"warehouse\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dac16972cab4773765a019e61a/warehouse\"\n                    }\n                },\n                \"binLocation\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dac16972cab4773765a019e61a/bin-location\"\n                    }\n                },\n                \"order\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dac16972cab4773765a019e61a/order\"\n                    }\n                },\n                \"returnOrder\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dac16972cab4773765a019e61a/return-order\"\n                    }\n                },\n                \"stockContainer\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dac16972cab4773765a019e61a/stock-container\"\n                    }\n                },\n                \"goodsReceipt\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dac16972cab4773765a019e61a/goods-receipt\"\n                    }\n                },\n                \"specialStockLocation\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dac16972cab4773765a019e61a/special-stock-location\"\n                    }\n                }\n            },\n            \"meta\": null\n        },\n        {\n            \"id\": \"018cb5dab7ed73af91f540b78a88801d\",\n            \"type\": \"pickware_erp_stock\",\n            \"attributes\": {\n                \"quantity\": 90,\n                \"productId\": \"018cb5d8ce7d704fb0e08b835f443370\",\n                \"productVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"locationTypeTechnicalName\": \"bin_location\",\n                \"warehouseId\": null,\n                \"binLocationId\": \"018cb5da9cee738eb5165d1fbd4a14bb\",\n                \"orderId\": null,\n                \"orderVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"returnOrderId\": null,\n                \"returnOrderVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"stockContainerId\": null,\n                \"goodsReceiptId\": null,\n                \"specialStockLocationTechnicalName\": null,\n                \"createdAt\": \"2023-12-29T13:54:19.245+00:00\",\n                \"updatedAt\": null,\n                \"apiAlias\": \"pickware_erp_stock_foreign_keys_extension\"\n            },\n            \"links\": {\n                \"self\": \"https://example.com/api/pickware-erp-stock/018cb5dab7ed73af91f540b78a88801d\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dab7ed73af91f540b78a88801d/product\"\n                    }\n                },\n                \"locationType\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dab7ed73af91f540b78a88801d/location-type\"\n                    }\n                },\n                \"warehouse\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dab7ed73af91f540b78a88801d/warehouse\"\n                    }\n                },\n                \"binLocation\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dab7ed73af91f540b78a88801d/bin-location\"\n                    }\n                },\n                \"order\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dab7ed73af91f540b78a88801d/order\"\n                    }\n                },\n                \"returnOrder\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dab7ed73af91f540b78a88801d/return-order\"\n                    }\n                },\n                \"stockContainer\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dab7ed73af91f540b78a88801d/stock-container\"\n                    }\n                },\n                \"goodsReceipt\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dab7ed73af91f540b78a88801d/goods-receipt\"\n                    }\n                },\n                \"specialStockLocation\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dab7ed73af91f540b78a88801d/special-stock-location\"\n                    }\n                }\n            },\n            \"meta\": null\n        }\n    ],\n    \"included\": [],\n    \"links\": {\n        \"self\": \"https://example.com/api/search/pickware-erp-stock\"\n    },\n    \"meta\": {\n        \"totalCountMode\": 0,\n        \"total\": 44\n    },\n    \"aggregations\": []\n}"
				},
				{
					"name": "Get stock of a product on a bin location",
					"originalRequest": {
						"method": "POST",
						"header": [
							{
								"key": "Content-Type",
								"name": "Content-Type",
								"value": "application/json",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\n  \"filter\": [\n    {\n      \"type\": \"equals\",\n      \"field\": \"product.pickwareErpPickwareProduct.isStockManagementDisabled\",\n      \"value\": false // Only show product stocks that are stock managed\n    },\n    {\n      \"type\": \"equals\",\n      \"field\": \"binLocation.id\",\n      \"value\": \"018cb5da9cee738eb5165d1fbd4a14bb\" // binLocation id\n    },\n    {\n      \"type\": \"equals\",\n      \"field\": \"product.id\",\n      \"value\": \"018cb5d8ce7d704fb0e08b835f443370\" // product id\n    }\n  ]\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{baseUrl}}/api/search/pickware-erp-stock",
							"host": [
								"{{baseUrl}}"
							],
							"path": [
								"api",
								"search",
								"pickware-erp-stock"
							]
						}
					},
					"status": "OK",
					"code": 200,
					"_postman_previewlanguage": "json",
					"header": [
						{
							"key": "Date",
							"value": "Wed, 03 Jan 2024 10:13:18 GMT"
						},
						{
							"key": "Server",
							"value": "Apache/2.4.58 (Unix) PHP/8.1.24"
						},
						{
							"key": "Vary",
							"value": "Authorization"
						},
						{
							"key": "X-Powered-By",
							"value": "PHP/8.1.24"
						},
						{
							"key": "Access-Control-Allow-Origin",
							"value": "*"
						},
						{
							"key": "Access-Control-Allow-Methods",
							"value": "GET,POST,PUT,PATCH,DELETE"
						},
						{
							"key": "Access-Control-Allow-Headers",
							"value": "Content-Type,Authorization,sw-context-token,sw-access-key,sw-language-id,sw-version-id,sw-inheritance,indexing-behavior,sw-include-seo-urls"
						},
						{
							"key": "Access-Control-Expose-Headers",
							"value": "Content-Type,Authorization,sw-context-token,sw-access-key,sw-language-id,sw-version-id,sw-inheritance,indexing-behavior,sw-include-seo-urls"
						},
						{
							"key": "X-Frame-Options",
							"value": "deny"
						},
						{
							"key": "X-Content-Type-Options",
							"value": "nosniff"
						},
						{
							"key": "Referrer-Policy",
							"value": "strict-origin-when-cross-origin"
						},
						{
							"key": "Content-Security-Policy",
							"value": "object-src 'none'; script-src 'none' 'unsafe-inline' 'nonce-5bc39b1fe595dcddca4e16cca37b66b4'; base-uri 'self';"
						},
						{
							"key": "X-Robots-Tag",
							"value": "noindex"
						},
						{
							"key": "X-Symfony-Cache",
							"value": "POST /api/search/pickware-erp-stock: pass, invalidate"
						},
						{
							"key": "Cache-Control",
							"value": "no-cache, private"
						},
						{
							"key": "Keep-Alive",
							"value": "timeout=5, max=100"
						},
						{
							"key": "Connection",
							"value": "Keep-Alive"
						},
						{
							"key": "Transfer-Encoding",
							"value": "chunked"
						},
						{
							"key": "Content-Type",
							"value": "application/vnd.api+json"
						}
					],
					"cookie": [],
					"body": "{\n    \"data\": [\n        {\n            \"id\": \"018cb5dab7ed73af91f540b78a88801d\",\n            \"type\": \"pickware_erp_stock\",\n            \"attributes\": {\n                \"quantity\": 90,\n                \"productId\": \"018cb5d8ce7d704fb0e08b835f443370\",\n                \"productVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"locationTypeTechnicalName\": \"bin_location\",\n                \"warehouseId\": null,\n                \"binLocationId\": \"018cb5da9cee738eb5165d1fbd4a14bb\",\n                \"orderId\": null,\n                \"orderVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"returnOrderId\": null,\n                \"returnOrderVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"stockContainerId\": null,\n                \"goodsReceiptId\": null,\n                \"specialStockLocationTechnicalName\": null,\n                \"createdAt\": \"2023-12-29T13:54:19.245+00:00\",\n                \"updatedAt\": null,\n                \"apiAlias\": \"pickware_erp_stock_foreign_keys_extension\"\n            },\n            \"links\": {\n                \"self\": \"https://example.com/api/pickware-erp-stock/018cb5dab7ed73af91f540b78a88801d\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dab7ed73af91f540b78a88801d/product\"\n                    }\n                },\n                \"locationType\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dab7ed73af91f540b78a88801d/location-type\"\n                    }\n                },\n                \"warehouse\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dab7ed73af91f540b78a88801d/warehouse\"\n                    }\n                },\n                \"binLocation\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dab7ed73af91f540b78a88801d/bin-location\"\n                    }\n                },\n                \"order\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dab7ed73af91f540b78a88801d/order\"\n                    }\n                },\n                \"returnOrder\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dab7ed73af91f540b78a88801d/return-order\"\n                    }\n                },\n                \"stockContainer\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dab7ed73af91f540b78a88801d/stock-container\"\n                    }\n                },\n                \"goodsReceipt\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dab7ed73af91f540b78a88801d/goods-receipt\"\n                    }\n                },\n                \"specialStockLocation\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dab7ed73af91f540b78a88801d/special-stock-location\"\n                    }\n                }\n            },\n            \"meta\": null\n        }\n    ],\n    \"included\": [],\n    \"links\": {\n        \"self\": \"https://example.com/api/search/pickware-erp-stock\"\n    },\n    \"meta\": {\n        \"totalCountMode\": 0,\n        \"total\": 1\n    },\n    \"aggregations\": []\n}"
				}
			]
		},
		{
			"name": "Get all stocks by bin location code",
			"event": [
				{
					"listen": "test",
					"script": {
						"exec": [
							""
						],
						"type": "text/javascript"
					}
				}
			],
			"request": {
				"method": "POST",
				"header": [
					{
						"key": "Content-Type",
						"value": "application/json"
					}
				],
				"body": {
					"mode": "raw",
					"raw": "{\n  \"filter\": [\n    {\n      \"type\": \"equals\",\n      \"field\": \"product.pickwareErpPickwareProduct.isStockManagementDisabled\",\n      \"value\": false // Only show product stocks that are stock managed\n    },\n    {\n      \"type\": \"equals\",\n      \"field\": \"binLocation.code\",\n      \"value\": \"C-02-003\" // binLocation code\n    }\n  ]\n}"
				},
				"url": {
					"raw": "{{baseUrl}}/api/search/pickware-erp-stock",
					"host": [
						"{{baseUrl}}"
					],
					"path": [
						"api",
						"search",
						"pickware-erp-stock"
					]
				},
				"description": "Fetches all product stocks on a specific bin location by a bin location code.\n\nSet the filter `binLocation.code` to the desired bin location code.\n\nThe filter can also be extended with the following block to also filter by products and only get the stock of a specific product on the bin location. For this also see the example `Get stock of a product on a bin location`."
			},
			"response": [
				{
					"name": "Get all stocks on a bin location by code",
					"originalRequest": {
						"method": "POST",
						"header": [
							{
								"key": "Content-Type",
								"name": "Content-Type",
								"value": "application/json",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\n  \"filter\": [\n    {\n      \"type\": \"equals\",\n      \"field\": \"product.pickwareErpPickwareProduct.isStockManagementDisabled\",\n      \"value\": false // Only show product stocks that are stock managed\n    },\n    {\n      \"type\": \"equals\",\n      \"field\": \"binLocation.code\",\n      \"value\": \"C-02-003\" // binLocation code\n    }\n  ]\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "https://example.com/api/search/pickware-erp-stock",
							"protocol": "https",
							"host": [
								"example",
								"com"
							],
							"path": [
								"api",
								"search",
								"pickware-erp-stock"
							]
						}
					},
					"status": "OK",
					"code": 200,
					"_postman_previewlanguage": "json",
					"header": [
						{
							"key": "Date",
							"value": "Wed, 03 Jan 2024 10:13:47 GMT"
						},
						{
							"key": "Server",
							"value": "Apache/2.4.58 (Unix) PHP/8.1.24"
						},
						{
							"key": "Vary",
							"value": "Authorization"
						},
						{
							"key": "X-Powered-By",
							"value": "PHP/8.1.24"
						},
						{
							"key": "Access-Control-Allow-Origin",
							"value": "*"
						},
						{
							"key": "Access-Control-Allow-Methods",
							"value": "GET,POST,PUT,PATCH,DELETE"
						},
						{
							"key": "Access-Control-Allow-Headers",
							"value": "Content-Type,Authorization,sw-context-token,sw-access-key,sw-language-id,sw-version-id,sw-inheritance,indexing-behavior,sw-include-seo-urls"
						},
						{
							"key": "Access-Control-Expose-Headers",
							"value": "Content-Type,Authorization,sw-context-token,sw-access-key,sw-language-id,sw-version-id,sw-inheritance,indexing-behavior,sw-include-seo-urls"
						},
						{
							"key": "X-Frame-Options",
							"value": "deny"
						},
						{
							"key": "X-Content-Type-Options",
							"value": "nosniff"
						},
						{
							"key": "Referrer-Policy",
							"value": "strict-origin-when-cross-origin"
						},
						{
							"key": "Content-Security-Policy",
							"value": "object-src 'none'; script-src 'none' 'unsafe-inline' 'nonce-7dfc278e4c681f3d11ce6169dd2bb7f7'; base-uri 'self';"
						},
						{
							"key": "X-Robots-Tag",
							"value": "noindex"
						},
						{
							"key": "X-Symfony-Cache",
							"value": "POST /api/search/pickware-erp-stock: pass, invalidate"
						},
						{
							"key": "Cache-Control",
							"value": "no-cache, private"
						},
						{
							"key": "Keep-Alive",
							"value": "timeout=5, max=100"
						},
						{
							"key": "Connection",
							"value": "Keep-Alive"
						},
						{
							"key": "Transfer-Encoding",
							"value": "chunked"
						},
						{
							"key": "Content-Type",
							"value": "application/vnd.api+json"
						}
					],
					"cookie": [],
					"body": "{\n    \"data\": [\n        {\n            \"id\": \"018cb5da4a4d73f1bf3959ca653d98c6\",\n            \"type\": \"pickware_erp_stock\",\n            \"attributes\": {\n                \"quantity\": 90,\n                \"productId\": \"018cb5d8ce63725b82be182dd7b29953\",\n                \"productVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"locationTypeTechnicalName\": \"bin_location\",\n                \"warehouseId\": null,\n                \"binLocationId\": \"018cb5da337770ecbbd35440e9aef44a\",\n                \"orderId\": null,\n                \"orderVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"returnOrderId\": null,\n                \"returnOrderVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"stockContainerId\": null,\n                \"goodsReceiptId\": null,\n                \"specialStockLocationTechnicalName\": null,\n                \"createdAt\": \"2023-12-29T13:53:51.181+00:00\",\n                \"updatedAt\": null,\n                \"apiAlias\": \"pickware_erp_stock_foreign_keys_extension\"\n            },\n            \"links\": {\n                \"self\": \"https://example.com/api/pickware-erp-stock/018cb5da4a4d73f1bf3959ca653d98c6\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da4a4d73f1bf3959ca653d98c6/product\"\n                    }\n                },\n                \"locationType\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da4a4d73f1bf3959ca653d98c6/location-type\"\n                    }\n                },\n                \"warehouse\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da4a4d73f1bf3959ca653d98c6/warehouse\"\n                    }\n                },\n                \"binLocation\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da4a4d73f1bf3959ca653d98c6/bin-location\"\n                    }\n                },\n                \"order\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da4a4d73f1bf3959ca653d98c6/order\"\n                    }\n                },\n                \"returnOrder\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da4a4d73f1bf3959ca653d98c6/return-order\"\n                    }\n                },\n                \"stockContainer\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da4a4d73f1bf3959ca653d98c6/stock-container\"\n                    }\n                },\n                \"goodsReceipt\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da4a4d73f1bf3959ca653d98c6/goods-receipt\"\n                    }\n                },\n                \"specialStockLocation\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da4a4d73f1bf3959ca653d98c6/special-stock-location\"\n                    }\n                }\n            },\n            \"meta\": null\n        },\n        {\n            \"id\": \"018cb5da540f70fdbc1f1089197fd5c6\",\n            \"type\": \"pickware_erp_stock\",\n            \"attributes\": {\n                \"quantity\": 95,\n                \"productId\": \"018cb5d8d101724393bd0949372421bf\",\n                \"productVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"locationTypeTechnicalName\": \"bin_location\",\n                \"warehouseId\": null,\n                \"binLocationId\": \"018cb5da337770ecbbd35440e9aef44a\",\n                \"orderId\": null,\n                \"orderVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"returnOrderId\": null,\n                \"returnOrderVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"stockContainerId\": null,\n                \"goodsReceiptId\": null,\n                \"specialStockLocationTechnicalName\": null,\n                \"createdAt\": \"2023-12-29T13:53:53.679+00:00\",\n                \"updatedAt\": null,\n                \"apiAlias\": \"pickware_erp_stock_foreign_keys_extension\"\n            },\n            \"links\": {\n                \"self\": \"https://example.com/api/pickware-erp-stock/018cb5da540f70fdbc1f1089197fd5c6\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da540f70fdbc1f1089197fd5c6/product\"\n                    }\n                },\n                \"locationType\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da540f70fdbc1f1089197fd5c6/location-type\"\n                    }\n                },\n                \"warehouse\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da540f70fdbc1f1089197fd5c6/warehouse\"\n                    }\n                },\n                \"binLocation\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da540f70fdbc1f1089197fd5c6/bin-location\"\n                    }\n                },\n                \"order\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da540f70fdbc1f1089197fd5c6/order\"\n                    }\n                },\n                \"returnOrder\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da540f70fdbc1f1089197fd5c6/return-order\"\n                    }\n                },\n                \"stockContainer\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da540f70fdbc1f1089197fd5c6/stock-container\"\n                    }\n                },\n                \"goodsReceipt\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da540f70fdbc1f1089197fd5c6/goods-receipt\"\n                    }\n                },\n                \"specialStockLocation\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da540f70fdbc1f1089197fd5c6/special-stock-location\"\n                    }\n                }\n            },\n            \"meta\": null\n        },\n        {\n            \"id\": \"018cb5da369771518a7db5a652685ac4\",\n            \"type\": \"pickware_erp_stock\",\n            \"attributes\": {\n                \"quantity\": 135,\n                \"productId\": \"018cb5d8ca967390b084085f3a62a2d9\",\n                \"productVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"locationTypeTechnicalName\": \"bin_location\",\n                \"warehouseId\": null,\n                \"binLocationId\": \"018cb5da337770ecbbd35440e9aef44a\",\n                \"orderId\": null,\n                \"orderVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"returnOrderId\": null,\n                \"returnOrderVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"stockContainerId\": null,\n                \"goodsReceiptId\": null,\n                \"specialStockLocationTechnicalName\": null,\n                \"createdAt\": \"2023-12-29T13:53:46.135+00:00\",\n                \"updatedAt\": null,\n                \"apiAlias\": \"pickware_erp_stock_foreign_keys_extension\"\n            },\n            \"links\": {\n                \"self\": \"https://example.com/api/pickware-erp-stock/018cb5da369771518a7db5a652685ac4\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da369771518a7db5a652685ac4/product\"\n                    }\n                },\n                \"locationType\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da369771518a7db5a652685ac4/location-type\"\n                    }\n                },\n                \"warehouse\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da369771518a7db5a652685ac4/warehouse\"\n                    }\n                },\n                \"binLocation\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da369771518a7db5a652685ac4/bin-location\"\n                    }\n                },\n                \"order\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da369771518a7db5a652685ac4/order\"\n                    }\n                },\n                \"returnOrder\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da369771518a7db5a652685ac4/return-order\"\n                    }\n                },\n                \"stockContainer\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da369771518a7db5a652685ac4/stock-container\"\n                    }\n                },\n                \"goodsReceipt\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da369771518a7db5a652685ac4/goods-receipt\"\n                    }\n                },\n                \"specialStockLocation\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da369771518a7db5a652685ac4/special-stock-location\"\n                    }\n                }\n            },\n            \"meta\": null\n        },\n        {\n            \"id\": \"018cb5da62f3735bb248ffe2370e8ce6\",\n            \"type\": \"pickware_erp_stock\",\n            \"attributes\": {\n                \"quantity\": 100,\n                \"productId\": \"018cb5d8d2ed72e5b4aa67b735754d03\",\n                \"productVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"locationTypeTechnicalName\": \"bin_location\",\n                \"warehouseId\": null,\n                \"binLocationId\": \"018cb5da337770ecbbd35440e9aef44a\",\n                \"orderId\": null,\n                \"orderVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"returnOrderId\": null,\n                \"returnOrderVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"stockContainerId\": null,\n                \"goodsReceiptId\": null,\n                \"specialStockLocationTechnicalName\": null,\n                \"createdAt\": \"2023-12-29T13:53:57.492+00:00\",\n                \"updatedAt\": null,\n                \"apiAlias\": \"pickware_erp_stock_foreign_keys_extension\"\n            },\n            \"links\": {\n                \"self\": \"https://example.com/api/pickware-erp-stock/018cb5da62f3735bb248ffe2370e8ce6\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da62f3735bb248ffe2370e8ce6/product\"\n                    }\n                },\n                \"locationType\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da62f3735bb248ffe2370e8ce6/location-type\"\n                    }\n                },\n                \"warehouse\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da62f3735bb248ffe2370e8ce6/warehouse\"\n                    }\n                },\n                \"binLocation\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da62f3735bb248ffe2370e8ce6/bin-location\"\n                    }\n                },\n                \"order\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da62f3735bb248ffe2370e8ce6/order\"\n                    }\n                },\n                \"returnOrder\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da62f3735bb248ffe2370e8ce6/return-order\"\n                    }\n                },\n                \"stockContainer\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da62f3735bb248ffe2370e8ce6/stock-container\"\n                    }\n                },\n                \"goodsReceipt\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da62f3735bb248ffe2370e8ce6/goods-receipt\"\n                    }\n                },\n                \"specialStockLocation\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da62f3735bb248ffe2370e8ce6/special-stock-location\"\n                    }\n                }\n            },\n            \"meta\": null\n        },\n        {\n            \"id\": \"018cb5da39b673c799abcb1f166c2a0f\",\n            \"type\": \"pickware_erp_stock\",\n            \"attributes\": {\n                \"quantity\": 180,\n                \"productId\": \"018cb5d8caa5701691b31c902a1b6dcc\",\n                \"productVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"locationTypeTechnicalName\": \"bin_location\",\n                \"warehouseId\": null,\n                \"binLocationId\": \"018cb5da337770ecbbd35440e9aef44a\",\n                \"orderId\": null,\n                \"orderVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"returnOrderId\": null,\n                \"returnOrderVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"stockContainerId\": null,\n                \"goodsReceiptId\": null,\n                \"specialStockLocationTechnicalName\": null,\n                \"createdAt\": \"2023-12-29T13:53:46.934+00:00\",\n                \"updatedAt\": null,\n                \"apiAlias\": \"pickware_erp_stock_foreign_keys_extension\"\n            },\n            \"links\": {\n                \"self\": \"https://example.com/api/pickware-erp-stock/018cb5da39b673c799abcb1f166c2a0f\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da39b673c799abcb1f166c2a0f/product\"\n                    }\n                },\n                \"locationType\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da39b673c799abcb1f166c2a0f/location-type\"\n                    }\n                },\n                \"warehouse\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da39b673c799abcb1f166c2a0f/warehouse\"\n                    }\n                },\n                \"binLocation\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da39b673c799abcb1f166c2a0f/bin-location\"\n                    }\n                },\n                \"order\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da39b673c799abcb1f166c2a0f/order\"\n                    }\n                },\n                \"returnOrder\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da39b673c799abcb1f166c2a0f/return-order\"\n                    }\n                },\n                \"stockContainer\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da39b673c799abcb1f166c2a0f/stock-container\"\n                    }\n                },\n                \"goodsReceipt\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da39b673c799abcb1f166c2a0f/goods-receipt\"\n                    }\n                },\n                \"specialStockLocation\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da39b673c799abcb1f166c2a0f/special-stock-location\"\n                    }\n                }\n            },\n            \"meta\": null\n        },\n        {\n            \"id\": \"018cb5da3fb1735aa3076c86fc56090b\",\n            \"type\": \"pickware_erp_stock\",\n            \"attributes\": {\n                \"quantity\": 115,\n                \"productId\": \"018cb5d8cc6470bc813fb065a7ad5b99\",\n                \"productVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"locationTypeTechnicalName\": \"bin_location\",\n                \"warehouseId\": null,\n                \"binLocationId\": \"018cb5da337770ecbbd35440e9aef44a\",\n                \"orderId\": null,\n                \"orderVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"returnOrderId\": null,\n                \"returnOrderVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"stockContainerId\": null,\n                \"goodsReceiptId\": null,\n                \"specialStockLocationTechnicalName\": null,\n                \"createdAt\": \"2023-12-29T13:53:48.465+00:00\",\n                \"updatedAt\": null,\n                \"apiAlias\": \"pickware_erp_stock_foreign_keys_extension\"\n            },\n            \"links\": {\n                \"self\": \"https://example.com/api/pickware-erp-stock/018cb5da3fb1735aa3076c86fc56090b\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da3fb1735aa3076c86fc56090b/product\"\n                    }\n                },\n                \"locationType\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da3fb1735aa3076c86fc56090b/location-type\"\n                    }\n                },\n                \"warehouse\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da3fb1735aa3076c86fc56090b/warehouse\"\n                    }\n                },\n                \"binLocation\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da3fb1735aa3076c86fc56090b/bin-location\"\n                    }\n                },\n                \"order\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da3fb1735aa3076c86fc56090b/order\"\n                    }\n                },\n                \"returnOrder\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da3fb1735aa3076c86fc56090b/return-order\"\n                    }\n                },\n                \"stockContainer\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da3fb1735aa3076c86fc56090b/stock-container\"\n                    }\n                },\n                \"goodsReceipt\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da3fb1735aa3076c86fc56090b/goods-receipt\"\n                    }\n                },\n                \"specialStockLocation\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da3fb1735aa3076c86fc56090b/special-stock-location\"\n                    }\n                }\n            },\n            \"meta\": null\n        },\n        {\n            \"id\": \"018cb5da48ce72e3983036f0ea8a137f\",\n            \"type\": \"pickware_erp_stock\",\n            \"attributes\": {\n                \"quantity\": 85,\n                \"productId\": \"018cb5d8ce63725b82be182dd70981cf\",\n                \"productVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"locationTypeTechnicalName\": \"bin_location\",\n                \"warehouseId\": null,\n                \"binLocationId\": \"018cb5da337770ecbbd35440e9aef44a\",\n                \"orderId\": null,\n                \"orderVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"returnOrderId\": null,\n                \"returnOrderVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"stockContainerId\": null,\n                \"goodsReceiptId\": null,\n                \"specialStockLocationTechnicalName\": null,\n                \"createdAt\": \"2023-12-29T13:53:50.798+00:00\",\n                \"updatedAt\": null,\n                \"apiAlias\": \"pickware_erp_stock_foreign_keys_extension\"\n            },\n            \"links\": {\n                \"self\": \"https://example.com/api/pickware-erp-stock/018cb5da48ce72e3983036f0ea8a137f\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da48ce72e3983036f0ea8a137f/product\"\n                    }\n                },\n                \"locationType\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da48ce72e3983036f0ea8a137f/location-type\"\n                    }\n                },\n                \"warehouse\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da48ce72e3983036f0ea8a137f/warehouse\"\n                    }\n                },\n                \"binLocation\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da48ce72e3983036f0ea8a137f/bin-location\"\n                    }\n                },\n                \"order\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da48ce72e3983036f0ea8a137f/order\"\n                    }\n                },\n                \"returnOrder\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da48ce72e3983036f0ea8a137f/return-order\"\n                    }\n                },\n                \"stockContainer\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da48ce72e3983036f0ea8a137f/stock-container\"\n                    }\n                },\n                \"goodsReceipt\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da48ce72e3983036f0ea8a137f/goods-receipt\"\n                    }\n                },\n                \"specialStockLocation\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da48ce72e3983036f0ea8a137f/special-stock-location\"\n                    }\n                }\n            },\n            \"meta\": null\n        },\n        {\n            \"id\": \"018cb5da3574733c8c181b21706fa3be\",\n            \"type\": \"pickware_erp_stock\",\n            \"attributes\": {\n                \"quantity\": 65,\n                \"productId\": \"018cb5d8ca9473378da27a1682152cde\",\n                \"productVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"locationTypeTechnicalName\": \"bin_location\",\n                \"warehouseId\": null,\n                \"binLocationId\": \"018cb5da337770ecbbd35440e9aef44a\",\n                \"orderId\": null,\n                \"orderVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"returnOrderId\": null,\n                \"returnOrderVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"stockContainerId\": null,\n                \"goodsReceiptId\": null,\n                \"specialStockLocationTechnicalName\": null,\n                \"createdAt\": \"2023-12-29T13:53:45.844+00:00\",\n                \"updatedAt\": null,\n                \"apiAlias\": \"pickware_erp_stock_foreign_keys_extension\"\n            },\n            \"links\": {\n                \"self\": \"https://example.com/api/pickware-erp-stock/018cb5da3574733c8c181b21706fa3be\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da3574733c8c181b21706fa3be/product\"\n                    }\n                },\n                \"locationType\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da3574733c8c181b21706fa3be/location-type\"\n                    }\n                },\n                \"warehouse\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da3574733c8c181b21706fa3be/warehouse\"\n                    }\n                },\n                \"binLocation\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da3574733c8c181b21706fa3be/bin-location\"\n                    }\n                },\n                \"order\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da3574733c8c181b21706fa3be/order\"\n                    }\n                },\n                \"returnOrder\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da3574733c8c181b21706fa3be/return-order\"\n                    }\n                },\n                \"stockContainer\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da3574733c8c181b21706fa3be/stock-container\"\n                    }\n                },\n                \"goodsReceipt\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da3574733c8c181b21706fa3be/goods-receipt\"\n                    }\n                },\n                \"specialStockLocation\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da3574733c8c181b21706fa3be/special-stock-location\"\n                    }\n                }\n            },\n            \"meta\": null\n        },\n        {\n            \"id\": \"018cb5da447b701380a6b5327ed61722\",\n            \"type\": \"pickware_erp_stock\",\n            \"attributes\": {\n                \"quantity\": 55,\n                \"productId\": \"018cb5d8cc8473e2b51cef803ba56b60\",\n                \"productVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"locationTypeTechnicalName\": \"bin_location\",\n                \"warehouseId\": null,\n                \"binLocationId\": \"018cb5da337770ecbbd35440e9aef44a\",\n                \"orderId\": null,\n                \"orderVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"returnOrderId\": null,\n                \"returnOrderVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"stockContainerId\": null,\n                \"goodsReceiptId\": null,\n                \"specialStockLocationTechnicalName\": null,\n                \"createdAt\": \"2023-12-29T13:53:49.691+00:00\",\n                \"updatedAt\": null,\n                \"apiAlias\": \"pickware_erp_stock_foreign_keys_extension\"\n            },\n            \"links\": {\n                \"self\": \"https://example.com/api/pickware-erp-stock/018cb5da447b701380a6b5327ed61722\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da447b701380a6b5327ed61722/product\"\n                    }\n                },\n                \"locationType\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da447b701380a6b5327ed61722/location-type\"\n                    }\n                },\n                \"warehouse\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da447b701380a6b5327ed61722/warehouse\"\n                    }\n                },\n                \"binLocation\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da447b701380a6b5327ed61722/bin-location\"\n                    }\n                },\n                \"order\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da447b701380a6b5327ed61722/order\"\n                    }\n                },\n                \"returnOrder\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da447b701380a6b5327ed61722/return-order\"\n                    }\n                },\n                \"stockContainer\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da447b701380a6b5327ed61722/stock-container\"\n                    }\n                },\n                \"goodsReceipt\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da447b701380a6b5327ed61722/goods-receipt\"\n                    }\n                },\n                \"specialStockLocation\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da447b701380a6b5327ed61722/special-stock-location\"\n                    }\n                }\n            },\n            \"meta\": null\n        },\n        {\n            \"id\": \"018cb5da530370bbb5ac8ffc2316930c\",\n            \"type\": \"pickware_erp_stock\",\n            \"attributes\": {\n                \"quantity\": 85,\n                \"productId\": \"018cb5d8d0fc7154931a250a3b678188\",\n                \"productVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"locationTypeTechnicalName\": \"bin_location\",\n                \"warehouseId\": null,\n                \"binLocationId\": \"018cb5da337770ecbbd35440e9aef44a\",\n                \"orderId\": null,\n                \"orderVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"returnOrderId\": null,\n                \"returnOrderVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"stockContainerId\": null,\n                \"goodsReceiptId\": null,\n                \"specialStockLocationTechnicalName\": null,\n                \"createdAt\": \"2023-12-29T13:53:53.411+00:00\",\n                \"updatedAt\": null,\n                \"apiAlias\": \"pickware_erp_stock_foreign_keys_extension\"\n            },\n            \"links\": {\n                \"self\": \"https://example.com/api/pickware-erp-stock/018cb5da530370bbb5ac8ffc2316930c\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da530370bbb5ac8ffc2316930c/product\"\n                    }\n                },\n                \"locationType\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da530370bbb5ac8ffc2316930c/location-type\"\n                    }\n                },\n                \"warehouse\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da530370bbb5ac8ffc2316930c/warehouse\"\n                    }\n                },\n                \"binLocation\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da530370bbb5ac8ffc2316930c/bin-location\"\n                    }\n                },\n                \"order\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da530370bbb5ac8ffc2316930c/order\"\n                    }\n                },\n                \"returnOrder\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da530370bbb5ac8ffc2316930c/return-order\"\n                    }\n                },\n                \"stockContainer\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da530370bbb5ac8ffc2316930c/stock-container\"\n                    }\n                },\n                \"goodsReceipt\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da530370bbb5ac8ffc2316930c/goods-receipt\"\n                    }\n                },\n                \"specialStockLocation\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da530370bbb5ac8ffc2316930c/special-stock-location\"\n                    }\n                }\n            },\n            \"meta\": null\n        },\n        {\n            \"id\": \"018cb5da3d6270fa8c8b6f86e57b12df\",\n            \"type\": \"pickware_erp_stock\",\n            \"attributes\": {\n                \"quantity\": 125,\n                \"productId\": \"018cb5d8cab2711aa86262a22fc25788\",\n                \"productVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"locationTypeTechnicalName\": \"bin_location\",\n                \"warehouseId\": null,\n                \"binLocationId\": \"018cb5da337770ecbbd35440e9aef44a\",\n                \"orderId\": null,\n                \"orderVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"returnOrderId\": null,\n                \"returnOrderVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"stockContainerId\": null,\n                \"goodsReceiptId\": null,\n                \"specialStockLocationTechnicalName\": null,\n                \"createdAt\": \"2023-12-29T13:53:47.874+00:00\",\n                \"updatedAt\": null,\n                \"apiAlias\": \"pickware_erp_stock_foreign_keys_extension\"\n            },\n            \"links\": {\n                \"self\": \"https://example.com/api/pickware-erp-stock/018cb5da3d6270fa8c8b6f86e57b12df\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da3d6270fa8c8b6f86e57b12df/product\"\n                    }\n                },\n                \"locationType\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da3d6270fa8c8b6f86e57b12df/location-type\"\n                    }\n                },\n                \"warehouse\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da3d6270fa8c8b6f86e57b12df/warehouse\"\n                    }\n                },\n                \"binLocation\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da3d6270fa8c8b6f86e57b12df/bin-location\"\n                    }\n                },\n                \"order\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da3d6270fa8c8b6f86e57b12df/order\"\n                    }\n                },\n                \"returnOrder\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da3d6270fa8c8b6f86e57b12df/return-order\"\n                    }\n                },\n                \"stockContainer\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da3d6270fa8c8b6f86e57b12df/stock-container\"\n                    }\n                },\n                \"goodsReceipt\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da3d6270fa8c8b6f86e57b12df/goods-receipt\"\n                    }\n                },\n                \"specialStockLocation\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da3d6270fa8c8b6f86e57b12df/special-stock-location\"\n                    }\n                }\n            },\n            \"meta\": null\n        },\n        {\n            \"id\": \"018cb5da602272088f1164429236f728\",\n            \"type\": \"pickware_erp_stock\",\n            \"attributes\": {\n                \"quantity\": 110,\n                \"productId\": \"018cb5d8d2d47342bdd91e2f19c74653\",\n                \"productVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"locationTypeTechnicalName\": \"bin_location\",\n                \"warehouseId\": null,\n                \"binLocationId\": \"018cb5da337770ecbbd35440e9aef44a\",\n                \"orderId\": null,\n                \"orderVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"returnOrderId\": null,\n                \"returnOrderVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"stockContainerId\": null,\n                \"goodsReceiptId\": null,\n                \"specialStockLocationTechnicalName\": null,\n                \"createdAt\": \"2023-12-29T13:53:56.770+00:00\",\n                \"updatedAt\": null,\n                \"apiAlias\": \"pickware_erp_stock_foreign_keys_extension\"\n            },\n            \"links\": {\n                \"self\": \"https://example.com/api/pickware-erp-stock/018cb5da602272088f1164429236f728\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da602272088f1164429236f728/product\"\n                    }\n                },\n                \"locationType\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da602272088f1164429236f728/location-type\"\n                    }\n                },\n                \"warehouse\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da602272088f1164429236f728/warehouse\"\n                    }\n                },\n                \"binLocation\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da602272088f1164429236f728/bin-location\"\n                    }\n                },\n                \"order\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da602272088f1164429236f728/order\"\n                    }\n                },\n                \"returnOrder\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da602272088f1164429236f728/return-order\"\n                    }\n                },\n                \"stockContainer\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da602272088f1164429236f728/stock-container\"\n                    }\n                },\n                \"goodsReceipt\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da602272088f1164429236f728/goods-receipt\"\n                    }\n                },\n                \"specialStockLocation\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da602272088f1164429236f728/special-stock-location\"\n                    }\n                }\n            },\n            \"meta\": null\n        },\n        {\n            \"id\": \"018cb5da40507339b7e6029859e028f6\",\n            \"type\": \"pickware_erp_stock\",\n            \"attributes\": {\n                \"quantity\": 80,\n                \"productId\": \"018cb5d8cc6772558198d927babe02b2\",\n                \"productVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"locationTypeTechnicalName\": \"bin_location\",\n                \"warehouseId\": null,\n                \"binLocationId\": \"018cb5da337770ecbbd35440e9aef44a\",\n                \"orderId\": null,\n                \"orderVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"returnOrderId\": null,\n                \"returnOrderVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"stockContainerId\": null,\n                \"goodsReceiptId\": null,\n                \"specialStockLocationTechnicalName\": null,\n                \"createdAt\": \"2023-12-29T13:53:48.625+00:00\",\n                \"updatedAt\": null,\n                \"apiAlias\": \"pickware_erp_stock_foreign_keys_extension\"\n            },\n            \"links\": {\n                \"self\": \"https://example.com/api/pickware-erp-stock/018cb5da40507339b7e6029859e028f6\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da40507339b7e6029859e028f6/product\"\n                    }\n                },\n                \"locationType\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da40507339b7e6029859e028f6/location-type\"\n                    }\n                },\n                \"warehouse\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da40507339b7e6029859e028f6/warehouse\"\n                    }\n                },\n                \"binLocation\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da40507339b7e6029859e028f6/bin-location\"\n                    }\n                },\n                \"order\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da40507339b7e6029859e028f6/order\"\n                    }\n                },\n                \"returnOrder\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da40507339b7e6029859e028f6/return-order\"\n                    }\n                },\n                \"stockContainer\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da40507339b7e6029859e028f6/stock-container\"\n                    }\n                },\n                \"goodsReceipt\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da40507339b7e6029859e028f6/goods-receipt\"\n                    }\n                },\n                \"specialStockLocation\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da40507339b7e6029859e028f6/special-stock-location\"\n                    }\n                }\n            },\n            \"meta\": null\n        },\n        {\n            \"id\": \"018cb5da4599711dba47e6181c6f0c12\",\n            \"type\": \"pickware_erp_stock\",\n            \"attributes\": {\n                \"quantity\": 130,\n                \"productId\": \"018cb5d8cc8a7246bb458058de7b9843\",\n                \"productVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"locationTypeTechnicalName\": \"bin_location\",\n                \"warehouseId\": null,\n                \"binLocationId\": \"018cb5da337770ecbbd35440e9aef44a\",\n                \"orderId\": null,\n                \"orderVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"returnOrderId\": null,\n                \"returnOrderVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"stockContainerId\": null,\n                \"goodsReceiptId\": null,\n                \"specialStockLocationTechnicalName\": null,\n                \"createdAt\": \"2023-12-29T13:53:49.978+00:00\",\n                \"updatedAt\": null,\n                \"apiAlias\": \"pickware_erp_stock_foreign_keys_extension\"\n            },\n            \"links\": {\n                \"self\": \"https://example.com/api/pickware-erp-stock/018cb5da4599711dba47e6181c6f0c12\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da4599711dba47e6181c6f0c12/product\"\n                    }\n                },\n                \"locationType\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da4599711dba47e6181c6f0c12/location-type\"\n                    }\n                },\n                \"warehouse\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da4599711dba47e6181c6f0c12/warehouse\"\n                    }\n                },\n                \"binLocation\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da4599711dba47e6181c6f0c12/bin-location\"\n                    }\n                },\n                \"order\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da4599711dba47e6181c6f0c12/order\"\n                    }\n                },\n                \"returnOrder\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da4599711dba47e6181c6f0c12/return-order\"\n                    }\n                },\n                \"stockContainer\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da4599711dba47e6181c6f0c12/stock-container\"\n                    }\n                },\n                \"goodsReceipt\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da4599711dba47e6181c6f0c12/goods-receipt\"\n                    }\n                },\n                \"specialStockLocation\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da4599711dba47e6181c6f0c12/special-stock-location\"\n                    }\n                }\n            },\n            \"meta\": null\n        },\n        {\n            \"id\": \"018cb5da58ae711380a452dc7f0bb6ba\",\n            \"type\": \"pickware_erp_stock\",\n            \"attributes\": {\n                \"quantity\": 130,\n                \"productId\": \"018cb5d8d11c70fda9cb397a2cd45569\",\n                \"productVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"locationTypeTechnicalName\": \"bin_location\",\n                \"warehouseId\": null,\n                \"binLocationId\": \"018cb5da337770ecbbd35440e9aef44a\",\n                \"orderId\": null,\n                \"orderVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"returnOrderId\": null,\n                \"returnOrderVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"stockContainerId\": null,\n                \"goodsReceiptId\": null,\n                \"specialStockLocationTechnicalName\": null,\n                \"createdAt\": \"2023-12-29T13:53:54.862+00:00\",\n                \"updatedAt\": null,\n                \"apiAlias\": \"pickware_erp_stock_foreign_keys_extension\"\n            },\n            \"links\": {\n                \"self\": \"https://example.com/api/pickware-erp-stock/018cb5da58ae711380a452dc7f0bb6ba\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da58ae711380a452dc7f0bb6ba/product\"\n                    }\n                },\n                \"locationType\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da58ae711380a452dc7f0bb6ba/location-type\"\n                    }\n                },\n                \"warehouse\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da58ae711380a452dc7f0bb6ba/warehouse\"\n                    }\n                },\n                \"binLocation\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da58ae711380a452dc7f0bb6ba/bin-location\"\n                    }\n                },\n                \"order\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da58ae711380a452dc7f0bb6ba/order\"\n                    }\n                },\n                \"returnOrder\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da58ae711380a452dc7f0bb6ba/return-order\"\n                    }\n                },\n                \"stockContainer\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da58ae711380a452dc7f0bb6ba/stock-container\"\n                    }\n                },\n                \"goodsReceipt\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da58ae711380a452dc7f0bb6ba/goods-receipt\"\n                    }\n                },\n                \"specialStockLocation\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da58ae711380a452dc7f0bb6ba/special-stock-location\"\n                    }\n                }\n            },\n            \"meta\": null\n        },\n        {\n            \"id\": \"018cb5da4aef73988f210ae66452eda8\",\n            \"type\": \"pickware_erp_stock\",\n            \"attributes\": {\n                \"quantity\": 60,\n                \"productId\": \"018cb5d8ce63725b82be182dd83edf2b\",\n                \"productVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"locationTypeTechnicalName\": \"bin_location\",\n                \"warehouseId\": null,\n                \"binLocationId\": \"018cb5da337770ecbbd35440e9aef44a\",\n                \"orderId\": null,\n                \"orderVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"returnOrderId\": null,\n                \"returnOrderVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"stockContainerId\": null,\n                \"goodsReceiptId\": null,\n                \"specialStockLocationTechnicalName\": null,\n                \"createdAt\": \"2023-12-29T13:53:51.343+00:00\",\n                \"updatedAt\": null,\n                \"apiAlias\": \"pickware_erp_stock_foreign_keys_extension\"\n            },\n            \"links\": {\n                \"self\": \"https://example.com/api/pickware-erp-stock/018cb5da4aef73988f210ae66452eda8\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da4aef73988f210ae66452eda8/product\"\n                    }\n                },\n                \"locationType\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da4aef73988f210ae66452eda8/location-type\"\n                    }\n                },\n                \"warehouse\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da4aef73988f210ae66452eda8/warehouse\"\n                    }\n                },\n                \"binLocation\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da4aef73988f210ae66452eda8/bin-location\"\n                    }\n                },\n                \"order\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da4aef73988f210ae66452eda8/order\"\n                    }\n                },\n                \"returnOrder\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da4aef73988f210ae66452eda8/return-order\"\n                    }\n                },\n                \"stockContainer\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da4aef73988f210ae66452eda8/stock-container\"\n                    }\n                },\n                \"goodsReceipt\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da4aef73988f210ae66452eda8/goods-receipt\"\n                    }\n                },\n                \"specialStockLocation\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da4aef73988f210ae66452eda8/special-stock-location\"\n                    }\n                }\n            },\n            \"meta\": null\n        },\n        {\n            \"id\": \"018cb5da4f3e7092a7ef125b54e7bf65\",\n            \"type\": \"pickware_erp_stock\",\n            \"attributes\": {\n                \"quantity\": 80,\n                \"productId\": \"018cb5d8ce8272e08c87f6c209996e48\",\n                \"productVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"locationTypeTechnicalName\": \"bin_location\",\n                \"warehouseId\": null,\n                \"binLocationId\": \"018cb5da337770ecbbd35440e9aef44a\",\n                \"orderId\": null,\n                \"orderVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"returnOrderId\": null,\n                \"returnOrderVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"stockContainerId\": null,\n                \"goodsReceiptId\": null,\n                \"specialStockLocationTechnicalName\": null,\n                \"createdAt\": \"2023-12-29T13:53:52.446+00:00\",\n                \"updatedAt\": null,\n                \"apiAlias\": \"pickware_erp_stock_foreign_keys_extension\"\n            },\n            \"links\": {\n                \"self\": \"https://example.com/api/pickware-erp-stock/018cb5da4f3e7092a7ef125b54e7bf65\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da4f3e7092a7ef125b54e7bf65/product\"\n                    }\n                },\n                \"locationType\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da4f3e7092a7ef125b54e7bf65/location-type\"\n                    }\n                },\n                \"warehouse\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da4f3e7092a7ef125b54e7bf65/warehouse\"\n                    }\n                },\n                \"binLocation\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da4f3e7092a7ef125b54e7bf65/bin-location\"\n                    }\n                },\n                \"order\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da4f3e7092a7ef125b54e7bf65/order\"\n                    }\n                },\n                \"returnOrder\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da4f3e7092a7ef125b54e7bf65/return-order\"\n                    }\n                },\n                \"stockContainer\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da4f3e7092a7ef125b54e7bf65/stock-container\"\n                    }\n                },\n                \"goodsReceipt\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da4f3e7092a7ef125b54e7bf65/goods-receipt\"\n                    }\n                },\n                \"specialStockLocation\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da4f3e7092a7ef125b54e7bf65/special-stock-location\"\n                    }\n                }\n            },\n            \"meta\": null\n        },\n        {\n            \"id\": \"018cb5da6450713c8d06b233caf2171d\",\n            \"type\": \"pickware_erp_stock\",\n            \"attributes\": {\n                \"quantity\": 215,\n                \"productId\": \"018cb5d8d2f67234bee531dd77194707\",\n                \"productVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"locationTypeTechnicalName\": \"bin_location\",\n                \"warehouseId\": null,\n                \"binLocationId\": \"018cb5da337770ecbbd35440e9aef44a\",\n                \"orderId\": null,\n                \"orderVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"returnOrderId\": null,\n                \"returnOrderVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"stockContainerId\": null,\n                \"goodsReceiptId\": null,\n                \"specialStockLocationTechnicalName\": null,\n                \"createdAt\": \"2023-12-29T13:53:57.840+00:00\",\n                \"updatedAt\": null,\n                \"apiAlias\": \"pickware_erp_stock_foreign_keys_extension\"\n            },\n            \"links\": {\n                \"self\": \"https://example.com/api/pickware-erp-stock/018cb5da6450713c8d06b233caf2171d\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da6450713c8d06b233caf2171d/product\"\n                    }\n                },\n                \"locationType\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da6450713c8d06b233caf2171d/location-type\"\n                    }\n                },\n                \"warehouse\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da6450713c8d06b233caf2171d/warehouse\"\n                    }\n                },\n                \"binLocation\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da6450713c8d06b233caf2171d/bin-location\"\n                    }\n                },\n                \"order\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da6450713c8d06b233caf2171d/order\"\n                    }\n                },\n                \"returnOrder\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da6450713c8d06b233caf2171d/return-order\"\n                    }\n                },\n                \"stockContainer\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da6450713c8d06b233caf2171d/stock-container\"\n                    }\n                },\n                \"goodsReceipt\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da6450713c8d06b233caf2171d/goods-receipt\"\n                    }\n                },\n                \"specialStockLocation\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da6450713c8d06b233caf2171d/special-stock-location\"\n                    }\n                }\n            },\n            \"meta\": null\n        },\n        {\n            \"id\": \"018cb5da572a73b18eccd30782893a4f\",\n            \"type\": \"pickware_erp_stock\",\n            \"attributes\": {\n                \"quantity\": 80,\n                \"productId\": \"018cb5d8d112713e8bf6ba17dd478357\",\n                \"productVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"locationTypeTechnicalName\": \"bin_location\",\n                \"warehouseId\": null,\n                \"binLocationId\": \"018cb5da337770ecbbd35440e9aef44a\",\n                \"orderId\": null,\n                \"orderVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"returnOrderId\": null,\n                \"returnOrderVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"stockContainerId\": null,\n                \"goodsReceiptId\": null,\n                \"specialStockLocationTechnicalName\": null,\n                \"createdAt\": \"2023-12-29T13:53:54.474+00:00\",\n                \"updatedAt\": null,\n                \"apiAlias\": \"pickware_erp_stock_foreign_keys_extension\"\n            },\n            \"links\": {\n                \"self\": \"https://example.com/api/pickware-erp-stock/018cb5da572a73b18eccd30782893a4f\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da572a73b18eccd30782893a4f/product\"\n                    }\n                },\n                \"locationType\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da572a73b18eccd30782893a4f/location-type\"\n                    }\n                },\n                \"warehouse\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da572a73b18eccd30782893a4f/warehouse\"\n                    }\n                },\n                \"binLocation\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da572a73b18eccd30782893a4f/bin-location\"\n                    }\n                },\n                \"order\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da572a73b18eccd30782893a4f/order\"\n                    }\n                },\n                \"returnOrder\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da572a73b18eccd30782893a4f/return-order\"\n                    }\n                },\n                \"stockContainer\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da572a73b18eccd30782893a4f/stock-container\"\n                    }\n                },\n                \"goodsReceipt\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da572a73b18eccd30782893a4f/goods-receipt\"\n                    }\n                },\n                \"specialStockLocation\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da572a73b18eccd30782893a4f/special-stock-location\"\n                    }\n                }\n            },\n            \"meta\": null\n        },\n        {\n            \"id\": \"018cb5da3b9871ce90585027acddc56f\",\n            \"type\": \"pickware_erp_stock\",\n            \"attributes\": {\n                \"quantity\": 80,\n                \"productId\": \"018cb5d8caab70148bc1ac089a5acca2\",\n                \"productVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"locationTypeTechnicalName\": \"bin_location\",\n                \"warehouseId\": null,\n                \"binLocationId\": \"018cb5da337770ecbbd35440e9aef44a\",\n                \"orderId\": null,\n                \"orderVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"returnOrderId\": null,\n                \"returnOrderVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"stockContainerId\": null,\n                \"goodsReceiptId\": null,\n                \"specialStockLocationTechnicalName\": null,\n                \"createdAt\": \"2023-12-29T13:53:47.416+00:00\",\n                \"updatedAt\": null,\n                \"apiAlias\": \"pickware_erp_stock_foreign_keys_extension\"\n            },\n            \"links\": {\n                \"self\": \"https://example.com/api/pickware-erp-stock/018cb5da3b9871ce90585027acddc56f\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da3b9871ce90585027acddc56f/product\"\n                    }\n                },\n                \"locationType\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da3b9871ce90585027acddc56f/location-type\"\n                    }\n                },\n                \"warehouse\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da3b9871ce90585027acddc56f/warehouse\"\n                    }\n                },\n                \"binLocation\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da3b9871ce90585027acddc56f/bin-location\"\n                    }\n                },\n                \"order\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da3b9871ce90585027acddc56f/order\"\n                    }\n                },\n                \"returnOrder\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da3b9871ce90585027acddc56f/return-order\"\n                    }\n                },\n                \"stockContainer\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da3b9871ce90585027acddc56f/stock-container\"\n                    }\n                },\n                \"goodsReceipt\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da3b9871ce90585027acddc56f/goods-receipt\"\n                    }\n                },\n                \"specialStockLocation\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da3b9871ce90585027acddc56f/special-stock-location\"\n                    }\n                }\n            },\n            \"meta\": null\n        },\n        {\n            \"id\": \"018cb5da564e7221b28b73689c4ec1e1\",\n            \"type\": \"pickware_erp_stock\",\n            \"attributes\": {\n                \"quantity\": 125,\n                \"productId\": \"018cb5d8d10c73e297623b82158ec00a\",\n                \"productVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"locationTypeTechnicalName\": \"bin_location\",\n                \"warehouseId\": null,\n                \"binLocationId\": \"018cb5da337770ecbbd35440e9aef44a\",\n                \"orderId\": null,\n                \"orderVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"returnOrderId\": null,\n                \"returnOrderVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"stockContainerId\": null,\n                \"goodsReceiptId\": null,\n                \"specialStockLocationTechnicalName\": null,\n                \"createdAt\": \"2023-12-29T13:53:54.254+00:00\",\n                \"updatedAt\": null,\n                \"apiAlias\": \"pickware_erp_stock_foreign_keys_extension\"\n            },\n            \"links\": {\n                \"self\": \"https://example.com/api/pickware-erp-stock/018cb5da564e7221b28b73689c4ec1e1\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da564e7221b28b73689c4ec1e1/product\"\n                    }\n                },\n                \"locationType\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da564e7221b28b73689c4ec1e1/location-type\"\n                    }\n                },\n                \"warehouse\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da564e7221b28b73689c4ec1e1/warehouse\"\n                    }\n                },\n                \"binLocation\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da564e7221b28b73689c4ec1e1/bin-location\"\n                    }\n                },\n                \"order\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da564e7221b28b73689c4ec1e1/order\"\n                    }\n                },\n                \"returnOrder\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da564e7221b28b73689c4ec1e1/return-order\"\n                    }\n                },\n                \"stockContainer\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da564e7221b28b73689c4ec1e1/stock-container\"\n                    }\n                },\n                \"goodsReceipt\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da564e7221b28b73689c4ec1e1/goods-receipt\"\n                    }\n                },\n                \"specialStockLocation\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da564e7221b28b73689c4ec1e1/special-stock-location\"\n                    }\n                }\n            },\n            \"meta\": null\n        },\n        {\n            \"id\": \"018cb5da4263723c8638be7a8bdcbbcd\",\n            \"type\": \"pickware_erp_stock\",\n            \"attributes\": {\n                \"quantity\": 85,\n                \"productId\": \"018cb5d8cc73710c9a82a03db7a3d8a6\",\n                \"productVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"locationTypeTechnicalName\": \"bin_location\",\n                \"warehouseId\": null,\n                \"binLocationId\": \"018cb5da337770ecbbd35440e9aef44a\",\n                \"orderId\": null,\n                \"orderVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"returnOrderId\": null,\n                \"returnOrderVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"stockContainerId\": null,\n                \"goodsReceiptId\": null,\n                \"specialStockLocationTechnicalName\": null,\n                \"createdAt\": \"2023-12-29T13:53:49.155+00:00\",\n                \"updatedAt\": null,\n                \"apiAlias\": \"pickware_erp_stock_foreign_keys_extension\"\n            },\n            \"links\": {\n                \"self\": \"https://example.com/api/pickware-erp-stock/018cb5da4263723c8638be7a8bdcbbcd\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da4263723c8638be7a8bdcbbcd/product\"\n                    }\n                },\n                \"locationType\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da4263723c8638be7a8bdcbbcd/location-type\"\n                    }\n                },\n                \"warehouse\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da4263723c8638be7a8bdcbbcd/warehouse\"\n                    }\n                },\n                \"binLocation\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da4263723c8638be7a8bdcbbcd/bin-location\"\n                    }\n                },\n                \"order\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da4263723c8638be7a8bdcbbcd/order\"\n                    }\n                },\n                \"returnOrder\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da4263723c8638be7a8bdcbbcd/return-order\"\n                    }\n                },\n                \"stockContainer\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da4263723c8638be7a8bdcbbcd/stock-container\"\n                    }\n                },\n                \"goodsReceipt\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da4263723c8638be7a8bdcbbcd/goods-receipt\"\n                    }\n                },\n                \"specialStockLocation\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da4263723c8638be7a8bdcbbcd/special-stock-location\"\n                    }\n                }\n            },\n            \"meta\": null\n        },\n        {\n            \"id\": \"018cb5da414b723489d0fb11160682c0\",\n            \"type\": \"pickware_erp_stock\",\n            \"attributes\": {\n                \"quantity\": 95,\n                \"productId\": \"018cb5d8cc6b71c79414a7287ce900ac\",\n                \"productVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"locationTypeTechnicalName\": \"bin_location\",\n                \"warehouseId\": null,\n                \"binLocationId\": \"018cb5da337770ecbbd35440e9aef44a\",\n                \"orderId\": null,\n                \"orderVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"returnOrderId\": null,\n                \"returnOrderVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"stockContainerId\": null,\n                \"goodsReceiptId\": null,\n                \"specialStockLocationTechnicalName\": null,\n                \"createdAt\": \"2023-12-29T13:53:48.875+00:00\",\n                \"updatedAt\": null,\n                \"apiAlias\": \"pickware_erp_stock_foreign_keys_extension\"\n            },\n            \"links\": {\n                \"self\": \"https://example.com/api/pickware-erp-stock/018cb5da414b723489d0fb11160682c0\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da414b723489d0fb11160682c0/product\"\n                    }\n                },\n                \"locationType\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da414b723489d0fb11160682c0/location-type\"\n                    }\n                },\n                \"warehouse\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da414b723489d0fb11160682c0/warehouse\"\n                    }\n                },\n                \"binLocation\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da414b723489d0fb11160682c0/bin-location\"\n                    }\n                },\n                \"order\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da414b723489d0fb11160682c0/order\"\n                    }\n                },\n                \"returnOrder\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da414b723489d0fb11160682c0/return-order\"\n                    }\n                },\n                \"stockContainer\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da414b723489d0fb11160682c0/stock-container\"\n                    }\n                },\n                \"goodsReceipt\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da414b723489d0fb11160682c0/goods-receipt\"\n                    }\n                },\n                \"specialStockLocation\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da414b723489d0fb11160682c0/special-stock-location\"\n                    }\n                }\n            },\n            \"meta\": null\n        },\n        {\n            \"id\": \"018cb5da619870a1a8595a35a008741d\",\n            \"type\": \"pickware_erp_stock\",\n            \"attributes\": {\n                \"quantity\": 55,\n                \"productId\": \"018cb5d8d2e2712e8aabab99356cf4d1\",\n                \"productVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"locationTypeTechnicalName\": \"bin_location\",\n                \"warehouseId\": null,\n                \"binLocationId\": \"018cb5da337770ecbbd35440e9aef44a\",\n                \"orderId\": null,\n                \"orderVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"returnOrderId\": null,\n                \"returnOrderVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"stockContainerId\": null,\n                \"goodsReceiptId\": null,\n                \"specialStockLocationTechnicalName\": null,\n                \"createdAt\": \"2023-12-29T13:53:57.144+00:00\",\n                \"updatedAt\": null,\n                \"apiAlias\": \"pickware_erp_stock_foreign_keys_extension\"\n            },\n            \"links\": {\n                \"self\": \"https://example.com/api/pickware-erp-stock/018cb5da619870a1a8595a35a008741d\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da619870a1a8595a35a008741d/product\"\n                    }\n                },\n                \"locationType\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da619870a1a8595a35a008741d/location-type\"\n                    }\n                },\n                \"warehouse\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da619870a1a8595a35a008741d/warehouse\"\n                    }\n                },\n                \"binLocation\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da619870a1a8595a35a008741d/bin-location\"\n                    }\n                },\n                \"order\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da619870a1a8595a35a008741d/order\"\n                    }\n                },\n                \"returnOrder\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da619870a1a8595a35a008741d/return-order\"\n                    }\n                },\n                \"stockContainer\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da619870a1a8595a35a008741d/stock-container\"\n                    }\n                },\n                \"goodsReceipt\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da619870a1a8595a35a008741d/goods-receipt\"\n                    }\n                },\n                \"specialStockLocation\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da619870a1a8595a35a008741d/special-stock-location\"\n                    }\n                }\n            },\n            \"meta\": null\n        },\n        {\n            \"id\": \"018cb5da37637239958e1c45b620170a\",\n            \"type\": \"pickware_erp_stock\",\n            \"attributes\": {\n                \"quantity\": 135,\n                \"productId\": \"018cb5d8ca9b716d934a0148969bcca8\",\n                \"productVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"locationTypeTechnicalName\": \"bin_location\",\n                \"warehouseId\": null,\n                \"binLocationId\": \"018cb5da337770ecbbd35440e9aef44a\",\n                \"orderId\": null,\n                \"orderVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"returnOrderId\": null,\n                \"returnOrderVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"stockContainerId\": null,\n                \"goodsReceiptId\": null,\n                \"specialStockLocationTechnicalName\": null,\n                \"createdAt\": \"2023-12-29T13:53:46.339+00:00\",\n                \"updatedAt\": null,\n                \"apiAlias\": \"pickware_erp_stock_foreign_keys_extension\"\n            },\n            \"links\": {\n                \"self\": \"https://example.com/api/pickware-erp-stock/018cb5da37637239958e1c45b620170a\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da37637239958e1c45b620170a/product\"\n                    }\n                },\n                \"locationType\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da37637239958e1c45b620170a/location-type\"\n                    }\n                },\n                \"warehouse\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da37637239958e1c45b620170a/warehouse\"\n                    }\n                },\n                \"binLocation\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da37637239958e1c45b620170a/bin-location\"\n                    }\n                },\n                \"order\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da37637239958e1c45b620170a/order\"\n                    }\n                },\n                \"returnOrder\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da37637239958e1c45b620170a/return-order\"\n                    }\n                },\n                \"stockContainer\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da37637239958e1c45b620170a/stock-container\"\n                    }\n                },\n                \"goodsReceipt\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da37637239958e1c45b620170a/goods-receipt\"\n                    }\n                },\n                \"specialStockLocation\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da37637239958e1c45b620170a/special-stock-location\"\n                    }\n                }\n            },\n            \"meta\": null\n        },\n        {\n            \"id\": \"018cb5da4ebb73eeb48518b5d906b160\",\n            \"type\": \"pickware_erp_stock\",\n            \"attributes\": {\n                \"quantity\": 95,\n                \"productId\": \"018cb5d8ce7f72a9a251882bcc1a4d7e\",\n                \"productVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"locationTypeTechnicalName\": \"bin_location\",\n                \"warehouseId\": null,\n                \"binLocationId\": \"018cb5da337770ecbbd35440e9aef44a\",\n                \"orderId\": null,\n                \"orderVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"returnOrderId\": null,\n                \"returnOrderVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"stockContainerId\": null,\n                \"goodsReceiptId\": null,\n                \"specialStockLocationTechnicalName\": null,\n                \"createdAt\": \"2023-12-29T13:53:52.315+00:00\",\n                \"updatedAt\": null,\n                \"apiAlias\": \"pickware_erp_stock_foreign_keys_extension\"\n            },\n            \"links\": {\n                \"self\": \"https://example.com/api/pickware-erp-stock/018cb5da4ebb73eeb48518b5d906b160\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da4ebb73eeb48518b5d906b160/product\"\n                    }\n                },\n                \"locationType\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da4ebb73eeb48518b5d906b160/location-type\"\n                    }\n                },\n                \"warehouse\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da4ebb73eeb48518b5d906b160/warehouse\"\n                    }\n                },\n                \"binLocation\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da4ebb73eeb48518b5d906b160/bin-location\"\n                    }\n                },\n                \"order\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da4ebb73eeb48518b5d906b160/order\"\n                    }\n                },\n                \"returnOrder\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da4ebb73eeb48518b5d906b160/return-order\"\n                    }\n                },\n                \"stockContainer\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da4ebb73eeb48518b5d906b160/stock-container\"\n                    }\n                },\n                \"goodsReceipt\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da4ebb73eeb48518b5d906b160/goods-receipt\"\n                    }\n                },\n                \"specialStockLocation\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da4ebb73eeb48518b5d906b160/special-stock-location\"\n                    }\n                }\n            },\n            \"meta\": null\n        },\n        {\n            \"id\": \"018cb5da5c837284953b46da9e93a8f0\",\n            \"type\": \"pickware_erp_stock\",\n            \"attributes\": {\n                \"quantity\": 110,\n                \"productId\": \"018cb5d8d2d1737dab406c0f61b702a3\",\n                \"productVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"locationTypeTechnicalName\": \"bin_location\",\n                \"warehouseId\": null,\n                \"binLocationId\": \"018cb5da337770ecbbd35440e9aef44a\",\n                \"orderId\": null,\n                \"orderVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"returnOrderId\": null,\n                \"returnOrderVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"stockContainerId\": null,\n                \"goodsReceiptId\": null,\n                \"specialStockLocationTechnicalName\": null,\n                \"createdAt\": \"2023-12-29T13:53:55.843+00:00\",\n                \"updatedAt\": null,\n                \"apiAlias\": \"pickware_erp_stock_foreign_keys_extension\"\n            },\n            \"links\": {\n                \"self\": \"https://example.com/api/pickware-erp-stock/018cb5da5c837284953b46da9e93a8f0\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da5c837284953b46da9e93a8f0/product\"\n                    }\n                },\n                \"locationType\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da5c837284953b46da9e93a8f0/location-type\"\n                    }\n                },\n                \"warehouse\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da5c837284953b46da9e93a8f0/warehouse\"\n                    }\n                },\n                \"binLocation\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da5c837284953b46da9e93a8f0/bin-location\"\n                    }\n                },\n                \"order\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da5c837284953b46da9e93a8f0/order\"\n                    }\n                },\n                \"returnOrder\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da5c837284953b46da9e93a8f0/return-order\"\n                    }\n                },\n                \"stockContainer\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da5c837284953b46da9e93a8f0/stock-container\"\n                    }\n                },\n                \"goodsReceipt\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da5c837284953b46da9e93a8f0/goods-receipt\"\n                    }\n                },\n                \"specialStockLocation\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da5c837284953b46da9e93a8f0/special-stock-location\"\n                    }\n                }\n            },\n            \"meta\": null\n        },\n        {\n            \"id\": \"018cb5da43c87278baa3a3ce19c73cd9\",\n            \"type\": \"pickware_erp_stock\",\n            \"attributes\": {\n                \"quantity\": 125,\n                \"productId\": \"018cb5d8cc7e73faa92294ceb50bd315\",\n                \"productVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"locationTypeTechnicalName\": \"bin_location\",\n                \"warehouseId\": null,\n                \"binLocationId\": \"018cb5da337770ecbbd35440e9aef44a\",\n                \"orderId\": null,\n                \"orderVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"returnOrderId\": null,\n                \"returnOrderVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"stockContainerId\": null,\n                \"goodsReceiptId\": null,\n                \"specialStockLocationTechnicalName\": null,\n                \"createdAt\": \"2023-12-29T13:53:49.512+00:00\",\n                \"updatedAt\": null,\n                \"apiAlias\": \"pickware_erp_stock_foreign_keys_extension\"\n            },\n            \"links\": {\n                \"self\": \"https://example.com/api/pickware-erp-stock/018cb5da43c87278baa3a3ce19c73cd9\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da43c87278baa3a3ce19c73cd9/product\"\n                    }\n                },\n                \"locationType\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da43c87278baa3a3ce19c73cd9/location-type\"\n                    }\n                },\n                \"warehouse\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da43c87278baa3a3ce19c73cd9/warehouse\"\n                    }\n                },\n                \"binLocation\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da43c87278baa3a3ce19c73cd9/bin-location\"\n                    }\n                },\n                \"order\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da43c87278baa3a3ce19c73cd9/order\"\n                    }\n                },\n                \"returnOrder\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da43c87278baa3a3ce19c73cd9/return-order\"\n                    }\n                },\n                \"stockContainer\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da43c87278baa3a3ce19c73cd9/stock-container\"\n                    }\n                },\n                \"goodsReceipt\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da43c87278baa3a3ce19c73cd9/goods-receipt\"\n                    }\n                },\n                \"specialStockLocation\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da43c87278baa3a3ce19c73cd9/special-stock-location\"\n                    }\n                }\n            },\n            \"meta\": null\n        },\n        {\n            \"id\": \"018cb5da66397197920c9500c67cbe27\",\n            \"type\": \"pickware_erp_stock\",\n            \"attributes\": {\n                \"quantity\": 60,\n                \"productId\": \"018cb5d8d304716ba475b81398849ae8\",\n                \"productVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"locationTypeTechnicalName\": \"bin_location\",\n                \"warehouseId\": null,\n                \"binLocationId\": \"018cb5da337770ecbbd35440e9aef44a\",\n                \"orderId\": null,\n                \"orderVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"returnOrderId\": null,\n                \"returnOrderVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"stockContainerId\": null,\n                \"goodsReceiptId\": null,\n                \"specialStockLocationTechnicalName\": null,\n                \"createdAt\": \"2023-12-29T13:53:58.329+00:00\",\n                \"updatedAt\": null,\n                \"apiAlias\": \"pickware_erp_stock_foreign_keys_extension\"\n            },\n            \"links\": {\n                \"self\": \"https://example.com/api/pickware-erp-stock/018cb5da66397197920c9500c67cbe27\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da66397197920c9500c67cbe27/product\"\n                    }\n                },\n                \"locationType\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da66397197920c9500c67cbe27/location-type\"\n                    }\n                },\n                \"warehouse\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da66397197920c9500c67cbe27/warehouse\"\n                    }\n                },\n                \"binLocation\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da66397197920c9500c67cbe27/bin-location\"\n                    }\n                },\n                \"order\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da66397197920c9500c67cbe27/order\"\n                    }\n                },\n                \"returnOrder\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da66397197920c9500c67cbe27/return-order\"\n                    }\n                },\n                \"stockContainer\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da66397197920c9500c67cbe27/stock-container\"\n                    }\n                },\n                \"goodsReceipt\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da66397197920c9500c67cbe27/goods-receipt\"\n                    }\n                },\n                \"specialStockLocation\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da66397197920c9500c67cbe27/special-stock-location\"\n                    }\n                }\n            },\n            \"meta\": null\n        },\n        {\n            \"id\": \"018cb5da60d67238955eb0f34ae5a673\",\n            \"type\": \"pickware_erp_stock\",\n            \"attributes\": {\n                \"quantity\": 75,\n                \"productId\": \"018cb5d8d2d973528746a797cef7d673\",\n                \"productVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"locationTypeTechnicalName\": \"bin_location\",\n                \"warehouseId\": null,\n                \"binLocationId\": \"018cb5da337770ecbbd35440e9aef44a\",\n                \"orderId\": null,\n                \"orderVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"returnOrderId\": null,\n                \"returnOrderVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"stockContainerId\": null,\n                \"goodsReceiptId\": null,\n                \"specialStockLocationTechnicalName\": null,\n                \"createdAt\": \"2023-12-29T13:53:56.950+00:00\",\n                \"updatedAt\": null,\n                \"apiAlias\": \"pickware_erp_stock_foreign_keys_extension\"\n            },\n            \"links\": {\n                \"self\": \"https://example.com/api/pickware-erp-stock/018cb5da60d67238955eb0f34ae5a673\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da60d67238955eb0f34ae5a673/product\"\n                    }\n                },\n                \"locationType\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da60d67238955eb0f34ae5a673/location-type\"\n                    }\n                },\n                \"warehouse\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da60d67238955eb0f34ae5a673/warehouse\"\n                    }\n                },\n                \"binLocation\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da60d67238955eb0f34ae5a673/bin-location\"\n                    }\n                },\n                \"order\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da60d67238955eb0f34ae5a673/order\"\n                    }\n                },\n                \"returnOrder\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da60d67238955eb0f34ae5a673/return-order\"\n                    }\n                },\n                \"stockContainer\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da60d67238955eb0f34ae5a673/stock-container\"\n                    }\n                },\n                \"goodsReceipt\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da60d67238955eb0f34ae5a673/goods-receipt\"\n                    }\n                },\n                \"specialStockLocation\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da60d67238955eb0f34ae5a673/special-stock-location\"\n                    }\n                }\n            },\n            \"meta\": null\n        },\n        {\n            \"id\": \"018cb5da386b73fbb373485d864d7794\",\n            \"type\": \"pickware_erp_stock\",\n            \"attributes\": {\n                \"quantity\": 90,\n                \"productId\": \"018cb5d8caa071109c06d3c77b325e0a\",\n                \"productVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"locationTypeTechnicalName\": \"bin_location\",\n                \"warehouseId\": null,\n                \"binLocationId\": \"018cb5da337770ecbbd35440e9aef44a\",\n                \"orderId\": null,\n                \"orderVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"returnOrderId\": null,\n                \"returnOrderVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"stockContainerId\": null,\n                \"goodsReceiptId\": null,\n                \"specialStockLocationTechnicalName\": null,\n                \"createdAt\": \"2023-12-29T13:53:46.603+00:00\",\n                \"updatedAt\": null,\n                \"apiAlias\": \"pickware_erp_stock_foreign_keys_extension\"\n            },\n            \"links\": {\n                \"self\": \"https://example.com/api/pickware-erp-stock/018cb5da386b73fbb373485d864d7794\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da386b73fbb373485d864d7794/product\"\n                    }\n                },\n                \"locationType\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da386b73fbb373485d864d7794/location-type\"\n                    }\n                },\n                \"warehouse\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da386b73fbb373485d864d7794/warehouse\"\n                    }\n                },\n                \"binLocation\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da386b73fbb373485d864d7794/bin-location\"\n                    }\n                },\n                \"order\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da386b73fbb373485d864d7794/order\"\n                    }\n                },\n                \"returnOrder\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da386b73fbb373485d864d7794/return-order\"\n                    }\n                },\n                \"stockContainer\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da386b73fbb373485d864d7794/stock-container\"\n                    }\n                },\n                \"goodsReceipt\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da386b73fbb373485d864d7794/goods-receipt\"\n                    }\n                },\n                \"specialStockLocation\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da386b73fbb373485d864d7794/special-stock-location\"\n                    }\n                }\n            },\n            \"meta\": null\n        },\n        {\n            \"id\": \"018cb5da50f573ca8e143e5e781d4a62\",\n            \"type\": \"pickware_erp_stock\",\n            \"attributes\": {\n                \"quantity\": 180,\n                \"productId\": \"018cb5d8ce8e725ab790fb81dd5f5bc6\",\n                \"productVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"locationTypeTechnicalName\": \"bin_location\",\n                \"warehouseId\": null,\n                \"binLocationId\": \"018cb5da337770ecbbd35440e9aef44a\",\n                \"orderId\": null,\n                \"orderVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"returnOrderId\": null,\n                \"returnOrderVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"stockContainerId\": null,\n                \"goodsReceiptId\": null,\n                \"specialStockLocationTechnicalName\": null,\n                \"createdAt\": \"2023-12-29T13:53:52.886+00:00\",\n                \"updatedAt\": null,\n                \"apiAlias\": \"pickware_erp_stock_foreign_keys_extension\"\n            },\n            \"links\": {\n                \"self\": \"https://example.com/api/pickware-erp-stock/018cb5da50f573ca8e143e5e781d4a62\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da50f573ca8e143e5e781d4a62/product\"\n                    }\n                },\n                \"locationType\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da50f573ca8e143e5e781d4a62/location-type\"\n                    }\n                },\n                \"warehouse\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da50f573ca8e143e5e781d4a62/warehouse\"\n                    }\n                },\n                \"binLocation\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da50f573ca8e143e5e781d4a62/bin-location\"\n                    }\n                },\n                \"order\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da50f573ca8e143e5e781d4a62/order\"\n                    }\n                },\n                \"returnOrder\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da50f573ca8e143e5e781d4a62/return-order\"\n                    }\n                },\n                \"stockContainer\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da50f573ca8e143e5e781d4a62/stock-container\"\n                    }\n                },\n                \"goodsReceipt\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da50f573ca8e143e5e781d4a62/goods-receipt\"\n                    }\n                },\n                \"specialStockLocation\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da50f573ca8e143e5e781d4a62/special-stock-location\"\n                    }\n                }\n            },\n            \"meta\": null\n        },\n        {\n            \"id\": \"018cb5da4ba370adae3e66f23fd4d78f\",\n            \"type\": \"pickware_erp_stock\",\n            \"attributes\": {\n                \"quantity\": 75,\n                \"productId\": \"018cb5d8ce6873d0b8efbc202b6be669\",\n                \"productVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"locationTypeTechnicalName\": \"bin_location\",\n                \"warehouseId\": null,\n                \"binLocationId\": \"018cb5da337770ecbbd35440e9aef44a\",\n                \"orderId\": null,\n                \"orderVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"returnOrderId\": null,\n                \"returnOrderVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"stockContainerId\": null,\n                \"goodsReceiptId\": null,\n                \"specialStockLocationTechnicalName\": null,\n                \"createdAt\": \"2023-12-29T13:53:51.524+00:00\",\n                \"updatedAt\": null,\n                \"apiAlias\": \"pickware_erp_stock_foreign_keys_extension\"\n            },\n            \"links\": {\n                \"self\": \"https://example.com/api/pickware-erp-stock/018cb5da4ba370adae3e66f23fd4d78f\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da4ba370adae3e66f23fd4d78f/product\"\n                    }\n                },\n                \"locationType\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da4ba370adae3e66f23fd4d78f/location-type\"\n                    }\n                },\n                \"warehouse\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da4ba370adae3e66f23fd4d78f/warehouse\"\n                    }\n                },\n                \"binLocation\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da4ba370adae3e66f23fd4d78f/bin-location\"\n                    }\n                },\n                \"order\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da4ba370adae3e66f23fd4d78f/order\"\n                    }\n                },\n                \"returnOrder\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da4ba370adae3e66f23fd4d78f/return-order\"\n                    }\n                },\n                \"stockContainer\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da4ba370adae3e66f23fd4d78f/stock-container\"\n                    }\n                },\n                \"goodsReceipt\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da4ba370adae3e66f23fd4d78f/goods-receipt\"\n                    }\n                },\n                \"specialStockLocation\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da4ba370adae3e66f23fd4d78f/special-stock-location\"\n                    }\n                }\n            },\n            \"meta\": null\n        },\n        {\n            \"id\": \"018cb5da5ddc727eaf7040a199a5cb55\",\n            \"type\": \"pickware_erp_stock\",\n            \"attributes\": {\n                \"quantity\": 75,\n                \"productId\": \"018cb5d8d2d47342bdd91e2f175ce30f\",\n                \"productVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"locationTypeTechnicalName\": \"bin_location\",\n                \"warehouseId\": null,\n                \"binLocationId\": \"018cb5da337770ecbbd35440e9aef44a\",\n                \"orderId\": null,\n                \"orderVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"returnOrderId\": null,\n                \"returnOrderVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"stockContainerId\": null,\n                \"goodsReceiptId\": null,\n                \"specialStockLocationTechnicalName\": null,\n                \"createdAt\": \"2023-12-29T13:53:56.189+00:00\",\n                \"updatedAt\": null,\n                \"apiAlias\": \"pickware_erp_stock_foreign_keys_extension\"\n            },\n            \"links\": {\n                \"self\": \"https://example.com/api/pickware-erp-stock/018cb5da5ddc727eaf7040a199a5cb55\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da5ddc727eaf7040a199a5cb55/product\"\n                    }\n                },\n                \"locationType\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da5ddc727eaf7040a199a5cb55/location-type\"\n                    }\n                },\n                \"warehouse\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da5ddc727eaf7040a199a5cb55/warehouse\"\n                    }\n                },\n                \"binLocation\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da5ddc727eaf7040a199a5cb55/bin-location\"\n                    }\n                },\n                \"order\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da5ddc727eaf7040a199a5cb55/order\"\n                    }\n                },\n                \"returnOrder\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da5ddc727eaf7040a199a5cb55/return-order\"\n                    }\n                },\n                \"stockContainer\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da5ddc727eaf7040a199a5cb55/stock-container\"\n                    }\n                },\n                \"goodsReceipt\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da5ddc727eaf7040a199a5cb55/goods-receipt\"\n                    }\n                },\n                \"specialStockLocation\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da5ddc727eaf7040a199a5cb55/special-stock-location\"\n                    }\n                }\n            },\n            \"meta\": null\n        },\n        {\n            \"id\": \"018cb5da33bb70269821fdd27b02dff0\",\n            \"type\": \"pickware_erp_stock\",\n            \"attributes\": {\n                \"quantity\": 60,\n                \"productId\": \"018cb5d8ca917279849256f5780945e7\",\n                \"productVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"locationTypeTechnicalName\": \"bin_location\",\n                \"warehouseId\": null,\n                \"binLocationId\": \"018cb5da337770ecbbd35440e9aef44a\",\n                \"orderId\": null,\n                \"orderVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"returnOrderId\": null,\n                \"returnOrderVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"stockContainerId\": null,\n                \"goodsReceiptId\": null,\n                \"specialStockLocationTechnicalName\": null,\n                \"createdAt\": \"2023-12-29T13:53:45.404+00:00\",\n                \"updatedAt\": null,\n                \"apiAlias\": \"pickware_erp_stock_foreign_keys_extension\"\n            },\n            \"links\": {\n                \"self\": \"https://example.com/api/pickware-erp-stock/018cb5da33bb70269821fdd27b02dff0\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da33bb70269821fdd27b02dff0/product\"\n                    }\n                },\n                \"locationType\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da33bb70269821fdd27b02dff0/location-type\"\n                    }\n                },\n                \"warehouse\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da33bb70269821fdd27b02dff0/warehouse\"\n                    }\n                },\n                \"binLocation\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da33bb70269821fdd27b02dff0/bin-location\"\n                    }\n                },\n                \"order\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da33bb70269821fdd27b02dff0/order\"\n                    }\n                },\n                \"returnOrder\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da33bb70269821fdd27b02dff0/return-order\"\n                    }\n                },\n                \"stockContainer\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da33bb70269821fdd27b02dff0/stock-container\"\n                    }\n                },\n                \"goodsReceipt\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da33bb70269821fdd27b02dff0/goods-receipt\"\n                    }\n                },\n                \"specialStockLocation\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da33bb70269821fdd27b02dff0/special-stock-location\"\n                    }\n                }\n            },\n            \"meta\": null\n        },\n        {\n            \"id\": \"018cb5da59cc7302ac12f0afed05be91\",\n            \"type\": \"pickware_erp_stock\",\n            \"attributes\": {\n                \"quantity\": 75,\n                \"productId\": \"018cb5d8d12272be8d3a6ece0e905820\",\n                \"productVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"locationTypeTechnicalName\": \"bin_location\",\n                \"warehouseId\": null,\n                \"binLocationId\": \"018cb5da337770ecbbd35440e9aef44a\",\n                \"orderId\": null,\n                \"orderVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"returnOrderId\": null,\n                \"returnOrderVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"stockContainerId\": null,\n                \"goodsReceiptId\": null,\n                \"specialStockLocationTechnicalName\": null,\n                \"createdAt\": \"2023-12-29T13:53:55.149+00:00\",\n                \"updatedAt\": null,\n                \"apiAlias\": \"pickware_erp_stock_foreign_keys_extension\"\n            },\n            \"links\": {\n                \"self\": \"https://example.com/api/pickware-erp-stock/018cb5da59cc7302ac12f0afed05be91\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da59cc7302ac12f0afed05be91/product\"\n                    }\n                },\n                \"locationType\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da59cc7302ac12f0afed05be91/location-type\"\n                    }\n                },\n                \"warehouse\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da59cc7302ac12f0afed05be91/warehouse\"\n                    }\n                },\n                \"binLocation\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da59cc7302ac12f0afed05be91/bin-location\"\n                    }\n                },\n                \"order\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da59cc7302ac12f0afed05be91/order\"\n                    }\n                },\n                \"returnOrder\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da59cc7302ac12f0afed05be91/return-order\"\n                    }\n                },\n                \"stockContainer\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da59cc7302ac12f0afed05be91/stock-container\"\n                    }\n                },\n                \"goodsReceipt\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da59cc7302ac12f0afed05be91/goods-receipt\"\n                    }\n                },\n                \"specialStockLocation\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da59cc7302ac12f0afed05be91/special-stock-location\"\n                    }\n                }\n            },\n            \"meta\": null\n        },\n        {\n            \"id\": \"018cb5da5f30733fba74bde50ccf9281\",\n            \"type\": \"pickware_erp_stock\",\n            \"attributes\": {\n                \"quantity\": 55,\n                \"productId\": \"018cb5d8d2d47342bdd91e2f18b305ba\",\n                \"productVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"locationTypeTechnicalName\": \"bin_location\",\n                \"warehouseId\": null,\n                \"binLocationId\": \"018cb5da337770ecbbd35440e9aef44a\",\n                \"orderId\": null,\n                \"orderVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"returnOrderId\": null,\n                \"returnOrderVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"stockContainerId\": null,\n                \"goodsReceiptId\": null,\n                \"specialStockLocationTechnicalName\": null,\n                \"createdAt\": \"2023-12-29T13:53:56.528+00:00\",\n                \"updatedAt\": null,\n                \"apiAlias\": \"pickware_erp_stock_foreign_keys_extension\"\n            },\n            \"links\": {\n                \"self\": \"https://example.com/api/pickware-erp-stock/018cb5da5f30733fba74bde50ccf9281\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da5f30733fba74bde50ccf9281/product\"\n                    }\n                },\n                \"locationType\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da5f30733fba74bde50ccf9281/location-type\"\n                    }\n                },\n                \"warehouse\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da5f30733fba74bde50ccf9281/warehouse\"\n                    }\n                },\n                \"binLocation\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da5f30733fba74bde50ccf9281/bin-location\"\n                    }\n                },\n                \"order\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da5f30733fba74bde50ccf9281/order\"\n                    }\n                },\n                \"returnOrder\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da5f30733fba74bde50ccf9281/return-order\"\n                    }\n                },\n                \"stockContainer\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da5f30733fba74bde50ccf9281/stock-container\"\n                    }\n                },\n                \"goodsReceipt\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da5f30733fba74bde50ccf9281/goods-receipt\"\n                    }\n                },\n                \"specialStockLocation\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da5f30733fba74bde50ccf9281/special-stock-location\"\n                    }\n                }\n            },\n            \"meta\": null\n        },\n        {\n            \"id\": \"018cb5da3c7d70579748b164fd2bb274\",\n            \"type\": \"pickware_erp_stock\",\n            \"attributes\": {\n                \"quantity\": 80,\n                \"productId\": \"018cb5d8caaf71f6aef8135ab39aafbf\",\n                \"productVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"locationTypeTechnicalName\": \"bin_location\",\n                \"warehouseId\": null,\n                \"binLocationId\": \"018cb5da337770ecbbd35440e9aef44a\",\n                \"orderId\": null,\n                \"orderVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"returnOrderId\": null,\n                \"returnOrderVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"stockContainerId\": null,\n                \"goodsReceiptId\": null,\n                \"specialStockLocationTechnicalName\": null,\n                \"createdAt\": \"2023-12-29T13:53:47.645+00:00\",\n                \"updatedAt\": null,\n                \"apiAlias\": \"pickware_erp_stock_foreign_keys_extension\"\n            },\n            \"links\": {\n                \"self\": \"https://example.com/api/pickware-erp-stock/018cb5da3c7d70579748b164fd2bb274\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da3c7d70579748b164fd2bb274/product\"\n                    }\n                },\n                \"locationType\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da3c7d70579748b164fd2bb274/location-type\"\n                    }\n                },\n                \"warehouse\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da3c7d70579748b164fd2bb274/warehouse\"\n                    }\n                },\n                \"binLocation\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da3c7d70579748b164fd2bb274/bin-location\"\n                    }\n                },\n                \"order\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da3c7d70579748b164fd2bb274/order\"\n                    }\n                },\n                \"returnOrder\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da3c7d70579748b164fd2bb274/return-order\"\n                    }\n                },\n                \"stockContainer\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da3c7d70579748b164fd2bb274/stock-container\"\n                    }\n                },\n                \"goodsReceipt\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da3c7d70579748b164fd2bb274/goods-receipt\"\n                    }\n                },\n                \"specialStockLocation\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da3c7d70579748b164fd2bb274/special-stock-location\"\n                    }\n                }\n            },\n            \"meta\": null\n        },\n        {\n            \"id\": \"018cb5da4d5e71798dbc93bf2f6167c3\",\n            \"type\": \"pickware_erp_stock\",\n            \"attributes\": {\n                \"quantity\": 125,\n                \"productId\": \"018cb5d8ce7772aeb461041ae3fba4f4\",\n                \"productVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"locationTypeTechnicalName\": \"bin_location\",\n                \"warehouseId\": null,\n                \"binLocationId\": \"018cb5da337770ecbbd35440e9aef44a\",\n                \"orderId\": null,\n                \"orderVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"returnOrderId\": null,\n                \"returnOrderVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"stockContainerId\": null,\n                \"goodsReceiptId\": null,\n                \"specialStockLocationTechnicalName\": null,\n                \"createdAt\": \"2023-12-29T13:53:51.966+00:00\",\n                \"updatedAt\": null,\n                \"apiAlias\": \"pickware_erp_stock_foreign_keys_extension\"\n            },\n            \"links\": {\n                \"self\": \"https://example.com/api/pickware-erp-stock/018cb5da4d5e71798dbc93bf2f6167c3\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da4d5e71798dbc93bf2f6167c3/product\"\n                    }\n                },\n                \"locationType\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da4d5e71798dbc93bf2f6167c3/location-type\"\n                    }\n                },\n                \"warehouse\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da4d5e71798dbc93bf2f6167c3/warehouse\"\n                    }\n                },\n                \"binLocation\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da4d5e71798dbc93bf2f6167c3/bin-location\"\n                    }\n                },\n                \"order\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da4d5e71798dbc93bf2f6167c3/order\"\n                    }\n                },\n                \"returnOrder\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da4d5e71798dbc93bf2f6167c3/return-order\"\n                    }\n                },\n                \"stockContainer\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da4d5e71798dbc93bf2f6167c3/stock-container\"\n                    }\n                },\n                \"goodsReceipt\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da4d5e71798dbc93bf2f6167c3/goods-receipt\"\n                    }\n                },\n                \"specialStockLocation\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da4d5e71798dbc93bf2f6167c3/special-stock-location\"\n                    }\n                }\n            },\n            \"meta\": null\n        },\n        {\n            \"id\": \"018cb5da34cf704099967182c6560068\",\n            \"type\": \"pickware_erp_stock\",\n            \"attributes\": {\n                \"quantity\": 50,\n                \"productId\": \"018cb5d8ca9473378da27a1681af79e4\",\n                \"productVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"locationTypeTechnicalName\": \"bin_location\",\n                \"warehouseId\": null,\n                \"binLocationId\": \"018cb5da337770ecbbd35440e9aef44a\",\n                \"orderId\": null,\n                \"orderVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"returnOrderId\": null,\n                \"returnOrderVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"stockContainerId\": null,\n                \"goodsReceiptId\": null,\n                \"specialStockLocationTechnicalName\": null,\n                \"createdAt\": \"2023-12-29T13:53:45.679+00:00\",\n                \"updatedAt\": null,\n                \"apiAlias\": \"pickware_erp_stock_foreign_keys_extension\"\n            },\n            \"links\": {\n                \"self\": \"https://example.com/api/pickware-erp-stock/018cb5da34cf704099967182c6560068\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da34cf704099967182c6560068/product\"\n                    }\n                },\n                \"locationType\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da34cf704099967182c6560068/location-type\"\n                    }\n                },\n                \"warehouse\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da34cf704099967182c6560068/warehouse\"\n                    }\n                },\n                \"binLocation\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da34cf704099967182c6560068/bin-location\"\n                    }\n                },\n                \"order\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da34cf704099967182c6560068/order\"\n                    }\n                },\n                \"returnOrder\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da34cf704099967182c6560068/return-order\"\n                    }\n                },\n                \"stockContainer\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da34cf704099967182c6560068/stock-container\"\n                    }\n                },\n                \"goodsReceipt\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da34cf704099967182c6560068/goods-receipt\"\n                    }\n                },\n                \"specialStockLocation\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da34cf704099967182c6560068/special-stock-location\"\n                    }\n                }\n            },\n            \"meta\": null\n        },\n        {\n            \"id\": \"018cb5da478670adb80790d71fe9b396\",\n            \"type\": \"pickware_erp_stock\",\n            \"attributes\": {\n                \"quantity\": 105,\n                \"productId\": \"018cb5d8ce63725b82be182dd63c31cb\",\n                \"productVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"locationTypeTechnicalName\": \"bin_location\",\n                \"warehouseId\": null,\n                \"binLocationId\": \"018cb5da337770ecbbd35440e9aef44a\",\n                \"orderId\": null,\n                \"orderVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"returnOrderId\": null,\n                \"returnOrderVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"stockContainerId\": null,\n                \"goodsReceiptId\": null,\n                \"specialStockLocationTechnicalName\": null,\n                \"createdAt\": \"2023-12-29T13:53:50.470+00:00\",\n                \"updatedAt\": null,\n                \"apiAlias\": \"pickware_erp_stock_foreign_keys_extension\"\n            },\n            \"links\": {\n                \"self\": \"https://example.com/api/pickware-erp-stock/018cb5da478670adb80790d71fe9b396\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da478670adb80790d71fe9b396/product\"\n                    }\n                },\n                \"locationType\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da478670adb80790d71fe9b396/location-type\"\n                    }\n                },\n                \"warehouse\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da478670adb80790d71fe9b396/warehouse\"\n                    }\n                },\n                \"binLocation\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da478670adb80790d71fe9b396/bin-location\"\n                    }\n                },\n                \"order\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da478670adb80790d71fe9b396/order\"\n                    }\n                },\n                \"returnOrder\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da478670adb80790d71fe9b396/return-order\"\n                    }\n                },\n                \"stockContainer\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da478670adb80790d71fe9b396/stock-container\"\n                    }\n                },\n                \"goodsReceipt\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da478670adb80790d71fe9b396/goods-receipt\"\n                    }\n                },\n                \"specialStockLocation\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da478670adb80790d71fe9b396/special-stock-location\"\n                    }\n                }\n            },\n            \"meta\": null\n        },\n        {\n            \"id\": \"018cb5da5bf273cd885cfbf2b37a679e\",\n            \"type\": \"pickware_erp_stock\",\n            \"attributes\": {\n                \"quantity\": 115,\n                \"productId\": \"018cb5d8d13171ebb4595f93e61d1c9d\",\n                \"productVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"locationTypeTechnicalName\": \"bin_location\",\n                \"warehouseId\": null,\n                \"binLocationId\": \"018cb5da337770ecbbd35440e9aef44a\",\n                \"orderId\": null,\n                \"orderVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"returnOrderId\": null,\n                \"returnOrderVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"stockContainerId\": null,\n                \"goodsReceiptId\": null,\n                \"specialStockLocationTechnicalName\": null,\n                \"createdAt\": \"2023-12-29T13:53:55.698+00:00\",\n                \"updatedAt\": null,\n                \"apiAlias\": \"pickware_erp_stock_foreign_keys_extension\"\n            },\n            \"links\": {\n                \"self\": \"https://example.com/api/pickware-erp-stock/018cb5da5bf273cd885cfbf2b37a679e\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da5bf273cd885cfbf2b37a679e/product\"\n                    }\n                },\n                \"locationType\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da5bf273cd885cfbf2b37a679e/location-type\"\n                    }\n                },\n                \"warehouse\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da5bf273cd885cfbf2b37a679e/warehouse\"\n                    }\n                },\n                \"binLocation\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da5bf273cd885cfbf2b37a679e/bin-location\"\n                    }\n                },\n                \"order\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da5bf273cd885cfbf2b37a679e/order\"\n                    }\n                },\n                \"returnOrder\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da5bf273cd885cfbf2b37a679e/return-order\"\n                    }\n                },\n                \"stockContainer\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da5bf273cd885cfbf2b37a679e/stock-container\"\n                    }\n                },\n                \"goodsReceipt\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da5bf273cd885cfbf2b37a679e/goods-receipt\"\n                    }\n                },\n                \"specialStockLocation\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da5bf273cd885cfbf2b37a679e/special-stock-location\"\n                    }\n                }\n            },\n            \"meta\": null\n        },\n        {\n            \"id\": \"018cb5da7ea973688da6ca33063d03e5\",\n            \"type\": \"pickware_erp_stock\",\n            \"attributes\": {\n                \"quantity\": 70,\n                \"productId\": \"018cb5d8ce63725b82be182dd68cb85c\",\n                \"productVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"locationTypeTechnicalName\": \"bin_location\",\n                \"warehouseId\": null,\n                \"binLocationId\": \"018cb5da67d970a6906b076aacb2818b\",\n                \"orderId\": null,\n                \"orderVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"returnOrderId\": null,\n                \"returnOrderVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"stockContainerId\": null,\n                \"goodsReceiptId\": null,\n                \"specialStockLocationTechnicalName\": null,\n                \"createdAt\": \"2023-12-29T13:54:04.585+00:00\",\n                \"updatedAt\": null,\n                \"apiAlias\": \"pickware_erp_stock_foreign_keys_extension\"\n            },\n            \"links\": {\n                \"self\": \"https://example.com/api/pickware-erp-stock/018cb5da7ea973688da6ca33063d03e5\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da7ea973688da6ca33063d03e5/product\"\n                    }\n                },\n                \"locationType\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da7ea973688da6ca33063d03e5/location-type\"\n                    }\n                },\n                \"warehouse\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da7ea973688da6ca33063d03e5/warehouse\"\n                    }\n                },\n                \"binLocation\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da7ea973688da6ca33063d03e5/bin-location\"\n                    }\n                },\n                \"order\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da7ea973688da6ca33063d03e5/order\"\n                    }\n                },\n                \"returnOrder\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da7ea973688da6ca33063d03e5/return-order\"\n                    }\n                },\n                \"stockContainer\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da7ea973688da6ca33063d03e5/stock-container\"\n                    }\n                },\n                \"goodsReceipt\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da7ea973688da6ca33063d03e5/goods-receipt\"\n                    }\n                },\n                \"specialStockLocation\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da7ea973688da6ca33063d03e5/special-stock-location\"\n                    }\n                }\n            },\n            \"meta\": null\n        },\n        {\n            \"id\": \"018cb5da8e3173a9979cdbc03a1648bb\",\n            \"type\": \"pickware_erp_stock\",\n            \"attributes\": {\n                \"quantity\": 55,\n                \"productId\": \"018cb5d8d11f72af8d3c5f714713f038\",\n                \"productVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"locationTypeTechnicalName\": \"bin_location\",\n                \"warehouseId\": null,\n                \"binLocationId\": \"018cb5da67d970a6906b076aacb2818b\",\n                \"orderId\": null,\n                \"orderVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"returnOrderId\": null,\n                \"returnOrderVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"stockContainerId\": null,\n                \"goodsReceiptId\": null,\n                \"specialStockLocationTechnicalName\": null,\n                \"createdAt\": \"2023-12-29T13:54:08.561+00:00\",\n                \"updatedAt\": null,\n                \"apiAlias\": \"pickware_erp_stock_foreign_keys_extension\"\n            },\n            \"links\": {\n                \"self\": \"https://example.com/api/pickware-erp-stock/018cb5da8e3173a9979cdbc03a1648bb\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da8e3173a9979cdbc03a1648bb/product\"\n                    }\n                },\n                \"locationType\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da8e3173a9979cdbc03a1648bb/location-type\"\n                    }\n                },\n                \"warehouse\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da8e3173a9979cdbc03a1648bb/warehouse\"\n                    }\n                },\n                \"binLocation\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da8e3173a9979cdbc03a1648bb/bin-location\"\n                    }\n                },\n                \"order\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da8e3173a9979cdbc03a1648bb/order\"\n                    }\n                },\n                \"returnOrder\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da8e3173a9979cdbc03a1648bb/return-order\"\n                    }\n                },\n                \"stockContainer\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da8e3173a9979cdbc03a1648bb/stock-container\"\n                    }\n                },\n                \"goodsReceipt\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da8e3173a9979cdbc03a1648bb/goods-receipt\"\n                    }\n                },\n                \"specialStockLocation\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da8e3173a9979cdbc03a1648bb/special-stock-location\"\n                    }\n                }\n            },\n            \"meta\": null\n        },\n        {\n            \"id\": \"018cb5da8996715d96b978f289997745\",\n            \"type\": \"pickware_erp_stock\",\n            \"attributes\": {\n                \"quantity\": 125,\n                \"productId\": \"018cb5d8d101724393bd0949372421bf\",\n                \"productVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"locationTypeTechnicalName\": \"bin_location\",\n                \"warehouseId\": null,\n                \"binLocationId\": \"018cb5da67d970a6906b076aacb2818b\",\n                \"orderId\": null,\n                \"orderVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"returnOrderId\": null,\n                \"returnOrderVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"stockContainerId\": null,\n                \"goodsReceiptId\": null,\n                \"specialStockLocationTechnicalName\": null,\n                \"createdAt\": \"2023-12-29T13:54:07.383+00:00\",\n                \"updatedAt\": null,\n                \"apiAlias\": \"pickware_erp_stock_foreign_keys_extension\"\n            },\n            \"links\": {\n                \"self\": \"https://example.com/api/pickware-erp-stock/018cb5da8996715d96b978f289997745\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da8996715d96b978f289997745/product\"\n                    }\n                },\n                \"locationType\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da8996715d96b978f289997745/location-type\"\n                    }\n                },\n                \"warehouse\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da8996715d96b978f289997745/warehouse\"\n                    }\n                },\n                \"binLocation\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da8996715d96b978f289997745/bin-location\"\n                    }\n                },\n                \"order\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da8996715d96b978f289997745/order\"\n                    }\n                },\n                \"returnOrder\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da8996715d96b978f289997745/return-order\"\n                    }\n                },\n                \"stockContainer\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da8996715d96b978f289997745/stock-container\"\n                    }\n                },\n                \"goodsReceipt\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da8996715d96b978f289997745/goods-receipt\"\n                    }\n                },\n                \"specialStockLocation\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da8996715d96b978f289997745/special-stock-location\"\n                    }\n                }\n            },\n            \"meta\": null\n        },\n        {\n            \"id\": \"018cb5da77f771609eb01063f2449535\",\n            \"type\": \"pickware_erp_stock\",\n            \"attributes\": {\n                \"quantity\": 145,\n                \"productId\": \"018cb5d8cc7073359e17545ca3b52b9f\",\n                \"productVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"locationTypeTechnicalName\": \"bin_location\",\n                \"warehouseId\": null,\n                \"binLocationId\": \"018cb5da67d970a6906b076aacb2818b\",\n                \"orderId\": null,\n                \"orderVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"returnOrderId\": null,\n                \"returnOrderVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"stockContainerId\": null,\n                \"goodsReceiptId\": null,\n                \"specialStockLocationTechnicalName\": null,\n                \"createdAt\": \"2023-12-29T13:54:02.871+00:00\",\n                \"updatedAt\": null,\n                \"apiAlias\": \"pickware_erp_stock_foreign_keys_extension\"\n            },\n            \"links\": {\n                \"self\": \"https://example.com/api/pickware-erp-stock/018cb5da77f771609eb01063f2449535\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da77f771609eb01063f2449535/product\"\n                    }\n                },\n                \"locationType\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da77f771609eb01063f2449535/location-type\"\n                    }\n                },\n                \"warehouse\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da77f771609eb01063f2449535/warehouse\"\n                    }\n                },\n                \"binLocation\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da77f771609eb01063f2449535/bin-location\"\n                    }\n                },\n                \"order\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da77f771609eb01063f2449535/order\"\n                    }\n                },\n                \"returnOrder\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da77f771609eb01063f2449535/return-order\"\n                    }\n                },\n                \"stockContainer\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da77f771609eb01063f2449535/stock-container\"\n                    }\n                },\n                \"goodsReceipt\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da77f771609eb01063f2449535/goods-receipt\"\n                    }\n                },\n                \"specialStockLocation\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da77f771609eb01063f2449535/special-stock-location\"\n                    }\n                }\n            },\n            \"meta\": null\n        },\n        {\n            \"id\": \"018cb5da8bb07272a2dcbafdb69ab52f\",\n            \"type\": \"pickware_erp_stock\",\n            \"attributes\": {\n                \"quantity\": 85,\n                \"productId\": \"018cb5d8d10f72a7a45c876a53575f90\",\n                \"productVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"locationTypeTechnicalName\": \"bin_location\",\n                \"warehouseId\": null,\n                \"binLocationId\": \"018cb5da67d970a6906b076aacb2818b\",\n                \"orderId\": null,\n                \"orderVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"returnOrderId\": null,\n                \"returnOrderVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"stockContainerId\": null,\n                \"goodsReceiptId\": null,\n                \"specialStockLocationTechnicalName\": null,\n                \"createdAt\": \"2023-12-29T13:54:07.920+00:00\",\n                \"updatedAt\": null,\n                \"apiAlias\": \"pickware_erp_stock_foreign_keys_extension\"\n            },\n            \"links\": {\n                \"self\": \"https://example.com/api/pickware-erp-stock/018cb5da8bb07272a2dcbafdb69ab52f\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da8bb07272a2dcbafdb69ab52f/product\"\n                    }\n                },\n                \"locationType\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da8bb07272a2dcbafdb69ab52f/location-type\"\n                    }\n                },\n                \"warehouse\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da8bb07272a2dcbafdb69ab52f/warehouse\"\n                    }\n                },\n                \"binLocation\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da8bb07272a2dcbafdb69ab52f/bin-location\"\n                    }\n                },\n                \"order\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da8bb07272a2dcbafdb69ab52f/order\"\n                    }\n                },\n                \"returnOrder\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da8bb07272a2dcbafdb69ab52f/return-order\"\n                    }\n                },\n                \"stockContainer\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da8bb07272a2dcbafdb69ab52f/stock-container\"\n                    }\n                },\n                \"goodsReceipt\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da8bb07272a2dcbafdb69ab52f/goods-receipt\"\n                    }\n                },\n                \"specialStockLocation\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da8bb07272a2dcbafdb69ab52f/special-stock-location\"\n                    }\n                }\n            },\n            \"meta\": null\n        },\n        {\n            \"id\": \"018cb5da9aba71b1a3bb082f67321464\",\n            \"type\": \"pickware_erp_stock\",\n            \"attributes\": {\n                \"quantity\": 140,\n                \"productId\": \"018cb5d8d2fc72eaa2a29e5b9c2aa1a1\",\n                \"productVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"locationTypeTechnicalName\": \"bin_location\",\n                \"warehouseId\": null,\n                \"binLocationId\": \"018cb5da67d970a6906b076aacb2818b\",\n                \"orderId\": null,\n                \"orderVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"returnOrderId\": null,\n                \"returnOrderVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"stockContainerId\": null,\n                \"goodsReceiptId\": null,\n                \"specialStockLocationTechnicalName\": null,\n                \"createdAt\": \"2023-12-29T13:54:11.771+00:00\",\n                \"updatedAt\": null,\n                \"apiAlias\": \"pickware_erp_stock_foreign_keys_extension\"\n            },\n            \"links\": {\n                \"self\": \"https://example.com/api/pickware-erp-stock/018cb5da9aba71b1a3bb082f67321464\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da9aba71b1a3bb082f67321464/product\"\n                    }\n                },\n                \"locationType\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da9aba71b1a3bb082f67321464/location-type\"\n                    }\n                },\n                \"warehouse\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da9aba71b1a3bb082f67321464/warehouse\"\n                    }\n                },\n                \"binLocation\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da9aba71b1a3bb082f67321464/bin-location\"\n                    }\n                },\n                \"order\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da9aba71b1a3bb082f67321464/order\"\n                    }\n                },\n                \"returnOrder\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da9aba71b1a3bb082f67321464/return-order\"\n                    }\n                },\n                \"stockContainer\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da9aba71b1a3bb082f67321464/stock-container\"\n                    }\n                },\n                \"goodsReceipt\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da9aba71b1a3bb082f67321464/goods-receipt\"\n                    }\n                },\n                \"specialStockLocation\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da9aba71b1a3bb082f67321464/special-stock-location\"\n                    }\n                }\n            },\n            \"meta\": null\n        },\n        {\n            \"id\": \"018cb5da806e70cb881626f7414d76c1\",\n            \"type\": \"pickware_erp_stock\",\n            \"attributes\": {\n                \"quantity\": 60,\n                \"productId\": \"018cb5d8ce63725b82be182dd797e20f\",\n                \"productVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"locationTypeTechnicalName\": \"bin_location\",\n                \"warehouseId\": null,\n                \"binLocationId\": \"018cb5da67d970a6906b076aacb2818b\",\n                \"orderId\": null,\n                \"orderVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"returnOrderId\": null,\n                \"returnOrderVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"stockContainerId\": null,\n                \"goodsReceiptId\": null,\n                \"specialStockLocationTechnicalName\": null,\n                \"createdAt\": \"2023-12-29T13:54:05.038+00:00\",\n                \"updatedAt\": null,\n                \"apiAlias\": \"pickware_erp_stock_foreign_keys_extension\"\n            },\n            \"links\": {\n                \"self\": \"https://example.com/api/pickware-erp-stock/018cb5da806e70cb881626f7414d76c1\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da806e70cb881626f7414d76c1/product\"\n                    }\n                },\n                \"locationType\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da806e70cb881626f7414d76c1/location-type\"\n                    }\n                },\n                \"warehouse\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da806e70cb881626f7414d76c1/warehouse\"\n                    }\n                },\n                \"binLocation\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da806e70cb881626f7414d76c1/bin-location\"\n                    }\n                },\n                \"order\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da806e70cb881626f7414d76c1/order\"\n                    }\n                },\n                \"returnOrder\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da806e70cb881626f7414d76c1/return-order\"\n                    }\n                },\n                \"stockContainer\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da806e70cb881626f7414d76c1/stock-container\"\n                    }\n                },\n                \"goodsReceipt\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da806e70cb881626f7414d76c1/goods-receipt\"\n                    }\n                },\n                \"specialStockLocation\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da806e70cb881626f7414d76c1/special-stock-location\"\n                    }\n                }\n            },\n            \"meta\": null\n        },\n        {\n            \"id\": \"018cb5da93067246aabb72596dee0eb6\",\n            \"type\": \"pickware_erp_stock\",\n            \"attributes\": {\n                \"quantity\": 140,\n                \"productId\": \"018cb5d8d2d47342bdd91e2f17dc0003\",\n                \"productVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"locationTypeTechnicalName\": \"bin_location\",\n                \"warehouseId\": null,\n                \"binLocationId\": \"018cb5da67d970a6906b076aacb2818b\",\n                \"orderId\": null,\n                \"orderVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"returnOrderId\": null,\n                \"returnOrderVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"stockContainerId\": null,\n                \"goodsReceiptId\": null,\n                \"specialStockLocationTechnicalName\": null,\n                \"createdAt\": \"2023-12-29T13:54:09.799+00:00\",\n                \"updatedAt\": null,\n                \"apiAlias\": \"pickware_erp_stock_foreign_keys_extension\"\n            },\n            \"links\": {\n                \"self\": \"https://example.com/api/pickware-erp-stock/018cb5da93067246aabb72596dee0eb6\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da93067246aabb72596dee0eb6/product\"\n                    }\n                },\n                \"locationType\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da93067246aabb72596dee0eb6/location-type\"\n                    }\n                },\n                \"warehouse\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da93067246aabb72596dee0eb6/warehouse\"\n                    }\n                },\n                \"binLocation\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da93067246aabb72596dee0eb6/bin-location\"\n                    }\n                },\n                \"order\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da93067246aabb72596dee0eb6/order\"\n                    }\n                },\n                \"returnOrder\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da93067246aabb72596dee0eb6/return-order\"\n                    }\n                },\n                \"stockContainer\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da93067246aabb72596dee0eb6/stock-container\"\n                    }\n                },\n                \"goodsReceipt\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da93067246aabb72596dee0eb6/goods-receipt\"\n                    }\n                },\n                \"specialStockLocation\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da93067246aabb72596dee0eb6/special-stock-location\"\n                    }\n                }\n            },\n            \"meta\": null\n        },\n        {\n            \"id\": \"018cb5da88ca708abee602497c1d3f58\",\n            \"type\": \"pickware_erp_stock\",\n            \"attributes\": {\n                \"quantity\": 100,\n                \"productId\": \"018cb5d8d0fc7154931a250a3b678188\",\n                \"productVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"locationTypeTechnicalName\": \"bin_location\",\n                \"warehouseId\": null,\n                \"binLocationId\": \"018cb5da67d970a6906b076aacb2818b\",\n                \"orderId\": null,\n                \"orderVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"returnOrderId\": null,\n                \"returnOrderVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"stockContainerId\": null,\n                \"goodsReceiptId\": null,\n                \"specialStockLocationTechnicalName\": null,\n                \"createdAt\": \"2023-12-29T13:54:07.178+00:00\",\n                \"updatedAt\": null,\n                \"apiAlias\": \"pickware_erp_stock_foreign_keys_extension\"\n            },\n            \"links\": {\n                \"self\": \"https://example.com/api/pickware-erp-stock/018cb5da88ca708abee602497c1d3f58\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da88ca708abee602497c1d3f58/product\"\n                    }\n                },\n                \"locationType\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da88ca708abee602497c1d3f58/location-type\"\n                    }\n                },\n                \"warehouse\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da88ca708abee602497c1d3f58/warehouse\"\n                    }\n                },\n                \"binLocation\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da88ca708abee602497c1d3f58/bin-location\"\n                    }\n                },\n                \"order\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da88ca708abee602497c1d3f58/order\"\n                    }\n                },\n                \"returnOrder\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da88ca708abee602497c1d3f58/return-order\"\n                    }\n                },\n                \"stockContainer\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da88ca708abee602497c1d3f58/stock-container\"\n                    }\n                },\n                \"goodsReceipt\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da88ca708abee602497c1d3f58/goods-receipt\"\n                    }\n                },\n                \"specialStockLocation\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da88ca708abee602497c1d3f58/special-stock-location\"\n                    }\n                }\n            },\n            \"meta\": null\n        },\n        {\n            \"id\": \"018cb5da739d701fb15d5585db26f80a\",\n            \"type\": \"pickware_erp_stock\",\n            \"attributes\": {\n                \"quantity\": 70,\n                \"productId\": \"018cb5d8cab2711aa86262a22fc25788\",\n                \"productVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"locationTypeTechnicalName\": \"bin_location\",\n                \"warehouseId\": null,\n                \"binLocationId\": \"018cb5da67d970a6906b076aacb2818b\",\n                \"orderId\": null,\n                \"orderVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"returnOrderId\": null,\n                \"returnOrderVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"stockContainerId\": null,\n                \"goodsReceiptId\": null,\n                \"specialStockLocationTechnicalName\": null,\n                \"createdAt\": \"2023-12-29T13:54:01.757+00:00\",\n                \"updatedAt\": null,\n                \"apiAlias\": \"pickware_erp_stock_foreign_keys_extension\"\n            },\n            \"links\": {\n                \"self\": \"https://example.com/api/pickware-erp-stock/018cb5da739d701fb15d5585db26f80a\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da739d701fb15d5585db26f80a/product\"\n                    }\n                },\n                \"locationType\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da739d701fb15d5585db26f80a/location-type\"\n                    }\n                },\n                \"warehouse\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da739d701fb15d5585db26f80a/warehouse\"\n                    }\n                },\n                \"binLocation\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da739d701fb15d5585db26f80a/bin-location\"\n                    }\n                },\n                \"order\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da739d701fb15d5585db26f80a/order\"\n                    }\n                },\n                \"returnOrder\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da739d701fb15d5585db26f80a/return-order\"\n                    }\n                },\n                \"stockContainer\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da739d701fb15d5585db26f80a/stock-container\"\n                    }\n                },\n                \"goodsReceipt\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da739d701fb15d5585db26f80a/goods-receipt\"\n                    }\n                },\n                \"specialStockLocation\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da739d701fb15d5585db26f80a/special-stock-location\"\n                    }\n                }\n            },\n            \"meta\": null\n        },\n        {\n            \"id\": \"018cb5da761e70be9405967c84502b6b\",\n            \"type\": \"pickware_erp_stock\",\n            \"attributes\": {\n                \"quantity\": 65,\n                \"productId\": \"018cb5d8cc6772558198d927babe02b2\",\n                \"productVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"locationTypeTechnicalName\": \"bin_location\",\n                \"warehouseId\": null,\n                \"binLocationId\": \"018cb5da67d970a6906b076aacb2818b\",\n                \"orderId\": null,\n                \"orderVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"returnOrderId\": null,\n                \"returnOrderVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"stockContainerId\": null,\n                \"goodsReceiptId\": null,\n                \"specialStockLocationTechnicalName\": null,\n                \"createdAt\": \"2023-12-29T13:54:02.398+00:00\",\n                \"updatedAt\": null,\n                \"apiAlias\": \"pickware_erp_stock_foreign_keys_extension\"\n            },\n            \"links\": {\n                \"self\": \"https://example.com/api/pickware-erp-stock/018cb5da761e70be9405967c84502b6b\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da761e70be9405967c84502b6b/product\"\n                    }\n                },\n                \"locationType\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da761e70be9405967c84502b6b/location-type\"\n                    }\n                },\n                \"warehouse\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da761e70be9405967c84502b6b/warehouse\"\n                    }\n                },\n                \"binLocation\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da761e70be9405967c84502b6b/bin-location\"\n                    }\n                },\n                \"order\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da761e70be9405967c84502b6b/order\"\n                    }\n                },\n                \"returnOrder\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da761e70be9405967c84502b6b/return-order\"\n                    }\n                },\n                \"stockContainer\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da761e70be9405967c84502b6b/stock-container\"\n                    }\n                },\n                \"goodsReceipt\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da761e70be9405967c84502b6b/goods-receipt\"\n                    }\n                },\n                \"specialStockLocation\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da761e70be9405967c84502b6b/special-stock-location\"\n                    }\n                }\n            },\n            \"meta\": null\n        },\n        {\n            \"id\": \"018cb5da7c407138a08d4d5264d9bc7a\",\n            \"type\": \"pickware_erp_stock\",\n            \"attributes\": {\n                \"quantity\": 150,\n                \"productId\": \"018cb5d8cc8a7246bb458058de7b9843\",\n                \"productVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"locationTypeTechnicalName\": \"bin_location\",\n                \"warehouseId\": null,\n                \"binLocationId\": \"018cb5da67d970a6906b076aacb2818b\",\n                \"orderId\": null,\n                \"orderVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"returnOrderId\": null,\n                \"returnOrderVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"stockContainerId\": null,\n                \"goodsReceiptId\": null,\n                \"specialStockLocationTechnicalName\": null,\n                \"createdAt\": \"2023-12-29T13:54:03.969+00:00\",\n                \"updatedAt\": null,\n                \"apiAlias\": \"pickware_erp_stock_foreign_keys_extension\"\n            },\n            \"links\": {\n                \"self\": \"https://example.com/api/pickware-erp-stock/018cb5da7c407138a08d4d5264d9bc7a\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da7c407138a08d4d5264d9bc7a/product\"\n                    }\n                },\n                \"locationType\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da7c407138a08d4d5264d9bc7a/location-type\"\n                    }\n                },\n                \"warehouse\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da7c407138a08d4d5264d9bc7a/warehouse\"\n                    }\n                },\n                \"binLocation\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da7c407138a08d4d5264d9bc7a/bin-location\"\n                    }\n                },\n                \"order\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da7c407138a08d4d5264d9bc7a/order\"\n                    }\n                },\n                \"returnOrder\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da7c407138a08d4d5264d9bc7a/return-order\"\n                    }\n                },\n                \"stockContainer\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da7c407138a08d4d5264d9bc7a/stock-container\"\n                    }\n                },\n                \"goodsReceipt\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da7c407138a08d4d5264d9bc7a/goods-receipt\"\n                    }\n                },\n                \"specialStockLocation\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da7c407138a08d4d5264d9bc7a/special-stock-location\"\n                    }\n                }\n            },\n            \"meta\": null\n        },\n        {\n            \"id\": \"018cb5da814272ce983e2efcc6805481\",\n            \"type\": \"pickware_erp_stock\",\n            \"attributes\": {\n                \"quantity\": 140,\n                \"productId\": \"018cb5d8ce63725b82be182dd83edf2b\",\n                \"productVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"locationTypeTechnicalName\": \"bin_location\",\n                \"warehouseId\": null,\n                \"binLocationId\": \"018cb5da67d970a6906b076aacb2818b\",\n                \"orderId\": null,\n                \"orderVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"returnOrderId\": null,\n                \"returnOrderVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"stockContainerId\": null,\n                \"goodsReceiptId\": null,\n                \"specialStockLocationTechnicalName\": null,\n                \"createdAt\": \"2023-12-29T13:54:05.250+00:00\",\n                \"updatedAt\": null,\n                \"apiAlias\": \"pickware_erp_stock_foreign_keys_extension\"\n            },\n            \"links\": {\n                \"self\": \"https://example.com/api/pickware-erp-stock/018cb5da814272ce983e2efcc6805481\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da814272ce983e2efcc6805481/product\"\n                    }\n                },\n                \"locationType\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da814272ce983e2efcc6805481/location-type\"\n                    }\n                },\n                \"warehouse\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da814272ce983e2efcc6805481/warehouse\"\n                    }\n                },\n                \"binLocation\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da814272ce983e2efcc6805481/bin-location\"\n                    }\n                },\n                \"order\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da814272ce983e2efcc6805481/order\"\n                    }\n                },\n                \"returnOrder\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da814272ce983e2efcc6805481/return-order\"\n                    }\n                },\n                \"stockContainer\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da814272ce983e2efcc6805481/stock-container\"\n                    }\n                },\n                \"goodsReceipt\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da814272ce983e2efcc6805481/goods-receipt\"\n                    }\n                },\n                \"specialStockLocation\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da814272ce983e2efcc6805481/special-stock-location\"\n                    }\n                }\n            },\n            \"meta\": null\n        },\n        {\n            \"id\": \"018cb5da726f73f5ab0ba9aff0cd7915\",\n            \"type\": \"pickware_erp_stock\",\n            \"attributes\": {\n                \"quantity\": 120,\n                \"productId\": \"018cb5d8caad739fa4ecd3607e7b9f17\",\n                \"productVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"locationTypeTechnicalName\": \"bin_location\",\n                \"warehouseId\": null,\n                \"binLocationId\": \"018cb5da67d970a6906b076aacb2818b\",\n                \"orderId\": null,\n                \"orderVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"returnOrderId\": null,\n                \"returnOrderVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"stockContainerId\": null,\n                \"goodsReceiptId\": null,\n                \"specialStockLocationTechnicalName\": null,\n                \"createdAt\": \"2023-12-29T13:54:01.455+00:00\",\n                \"updatedAt\": null,\n                \"apiAlias\": \"pickware_erp_stock_foreign_keys_extension\"\n            },\n            \"links\": {\n                \"self\": \"https://example.com/api/pickware-erp-stock/018cb5da726f73f5ab0ba9aff0cd7915\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da726f73f5ab0ba9aff0cd7915/product\"\n                    }\n                },\n                \"locationType\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da726f73f5ab0ba9aff0cd7915/location-type\"\n                    }\n                },\n                \"warehouse\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da726f73f5ab0ba9aff0cd7915/warehouse\"\n                    }\n                },\n                \"binLocation\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da726f73f5ab0ba9aff0cd7915/bin-location\"\n                    }\n                },\n                \"order\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da726f73f5ab0ba9aff0cd7915/order\"\n                    }\n                },\n                \"returnOrder\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da726f73f5ab0ba9aff0cd7915/return-order\"\n                    }\n                },\n                \"stockContainer\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da726f73f5ab0ba9aff0cd7915/stock-container\"\n                    }\n                },\n                \"goodsReceipt\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da726f73f5ab0ba9aff0cd7915/goods-receipt\"\n                    }\n                },\n                \"specialStockLocation\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da726f73f5ab0ba9aff0cd7915/special-stock-location\"\n                    }\n                }\n            },\n            \"meta\": null\n        },\n        {\n            \"id\": \"018cb5da69ac7198be9c8899d3ee9deb\",\n            \"type\": \"pickware_erp_stock\",\n            \"attributes\": {\n                \"quantity\": 135,\n                \"productId\": \"018cb5d8ca9473378da27a1681ee3c74\",\n                \"productVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"locationTypeTechnicalName\": \"bin_location\",\n                \"warehouseId\": null,\n                \"binLocationId\": \"018cb5da67d970a6906b076aacb2818b\",\n                \"orderId\": null,\n                \"orderVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"returnOrderId\": null,\n                \"returnOrderVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"stockContainerId\": null,\n                \"goodsReceiptId\": null,\n                \"specialStockLocationTechnicalName\": null,\n                \"createdAt\": \"2023-12-29T13:53:59.213+00:00\",\n                \"updatedAt\": null,\n                \"apiAlias\": \"pickware_erp_stock_foreign_keys_extension\"\n            },\n            \"links\": {\n                \"self\": \"https://example.com/api/pickware-erp-stock/018cb5da69ac7198be9c8899d3ee9deb\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da69ac7198be9c8899d3ee9deb/product\"\n                    }\n                },\n                \"locationType\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da69ac7198be9c8899d3ee9deb/location-type\"\n                    }\n                },\n                \"warehouse\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da69ac7198be9c8899d3ee9deb/warehouse\"\n                    }\n                },\n                \"binLocation\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da69ac7198be9c8899d3ee9deb/bin-location\"\n                    }\n                },\n                \"order\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da69ac7198be9c8899d3ee9deb/order\"\n                    }\n                },\n                \"returnOrder\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da69ac7198be9c8899d3ee9deb/return-order\"\n                    }\n                },\n                \"stockContainer\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da69ac7198be9c8899d3ee9deb/stock-container\"\n                    }\n                },\n                \"goodsReceipt\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da69ac7198be9c8899d3ee9deb/goods-receipt\"\n                    }\n                },\n                \"specialStockLocation\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da69ac7198be9c8899d3ee9deb/special-stock-location\"\n                    }\n                }\n            },\n            \"meta\": null\n        },\n        {\n            \"id\": \"018cb5da97bb7100ba67bd85b8436826\",\n            \"type\": \"pickware_erp_stock\",\n            \"attributes\": {\n                \"quantity\": 80,\n                \"productId\": \"018cb5d8d2e8709aae3adb1dd879a348\",\n                \"productVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"locationTypeTechnicalName\": \"bin_location\",\n                \"warehouseId\": null,\n                \"binLocationId\": \"018cb5da67d970a6906b076aacb2818b\",\n                \"orderId\": null,\n                \"orderVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"returnOrderId\": null,\n                \"returnOrderVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"stockContainerId\": null,\n                \"goodsReceiptId\": null,\n                \"specialStockLocationTechnicalName\": null,\n                \"createdAt\": \"2023-12-29T13:54:11.004+00:00\",\n                \"updatedAt\": null,\n                \"apiAlias\": \"pickware_erp_stock_foreign_keys_extension\"\n            },\n            \"links\": {\n                \"self\": \"https://example.com/api/pickware-erp-stock/018cb5da97bb7100ba67bd85b8436826\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da97bb7100ba67bd85b8436826/product\"\n                    }\n                },\n                \"locationType\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da97bb7100ba67bd85b8436826/location-type\"\n                    }\n                },\n                \"warehouse\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da97bb7100ba67bd85b8436826/warehouse\"\n                    }\n                },\n                \"binLocation\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da97bb7100ba67bd85b8436826/bin-location\"\n                    }\n                },\n                \"order\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da97bb7100ba67bd85b8436826/order\"\n                    }\n                },\n                \"returnOrder\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da97bb7100ba67bd85b8436826/return-order\"\n                    }\n                },\n                \"stockContainer\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da97bb7100ba67bd85b8436826/stock-container\"\n                    }\n                },\n                \"goodsReceipt\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da97bb7100ba67bd85b8436826/goods-receipt\"\n                    }\n                },\n                \"specialStockLocation\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da97bb7100ba67bd85b8436826/special-stock-location\"\n                    }\n                }\n            },\n            \"meta\": null\n        },\n        {\n            \"id\": \"018cb5da8b537370bcc18899b49383da\",\n            \"type\": \"pickware_erp_stock\",\n            \"attributes\": {\n                \"quantity\": 90,\n                \"productId\": \"018cb5d8d10c73e297623b82158ec00a\",\n                \"productVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"locationTypeTechnicalName\": \"bin_location\",\n                \"warehouseId\": null,\n                \"binLocationId\": \"018cb5da67d970a6906b076aacb2818b\",\n                \"orderId\": null,\n                \"orderVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"returnOrderId\": null,\n                \"returnOrderVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"stockContainerId\": null,\n                \"goodsReceiptId\": null,\n                \"specialStockLocationTechnicalName\": null,\n                \"createdAt\": \"2023-12-29T13:54:07.827+00:00\",\n                \"updatedAt\": null,\n                \"apiAlias\": \"pickware_erp_stock_foreign_keys_extension\"\n            },\n            \"links\": {\n                \"self\": \"https://example.com/api/pickware-erp-stock/018cb5da8b537370bcc18899b49383da\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da8b537370bcc18899b49383da/product\"\n                    }\n                },\n                \"locationType\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da8b537370bcc18899b49383da/location-type\"\n                    }\n                },\n                \"warehouse\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da8b537370bcc18899b49383da/warehouse\"\n                    }\n                },\n                \"binLocation\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da8b537370bcc18899b49383da/bin-location\"\n                    }\n                },\n                \"order\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da8b537370bcc18899b49383da/order\"\n                    }\n                },\n                \"returnOrder\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da8b537370bcc18899b49383da/return-order\"\n                    }\n                },\n                \"stockContainer\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da8b537370bcc18899b49383da/stock-container\"\n                    }\n                },\n                \"goodsReceipt\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da8b537370bcc18899b49383da/goods-receipt\"\n                    }\n                },\n                \"specialStockLocation\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da8b537370bcc18899b49383da/special-stock-location\"\n                    }\n                }\n            },\n            \"meta\": null\n        },\n        {\n            \"id\": \"018cb5da82df73089ca34b7b4a8eefce\",\n            \"type\": \"pickware_erp_stock\",\n            \"attributes\": {\n                \"quantity\": 65,\n                \"productId\": \"018cb5d8ce6e70e6ad417cd6b61808c7\",\n                \"productVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"locationTypeTechnicalName\": \"bin_location\",\n                \"warehouseId\": null,\n                \"binLocationId\": \"018cb5da67d970a6906b076aacb2818b\",\n                \"orderId\": null,\n                \"orderVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"returnOrderId\": null,\n                \"returnOrderVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"stockContainerId\": null,\n                \"goodsReceiptId\": null,\n                \"specialStockLocationTechnicalName\": null,\n                \"createdAt\": \"2023-12-29T13:54:05.663+00:00\",\n                \"updatedAt\": null,\n                \"apiAlias\": \"pickware_erp_stock_foreign_keys_extension\"\n            },\n            \"links\": {\n                \"self\": \"https://example.com/api/pickware-erp-stock/018cb5da82df73089ca34b7b4a8eefce\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da82df73089ca34b7b4a8eefce/product\"\n                    }\n                },\n                \"locationType\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da82df73089ca34b7b4a8eefce/location-type\"\n                    }\n                },\n                \"warehouse\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da82df73089ca34b7b4a8eefce/warehouse\"\n                    }\n                },\n                \"binLocation\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da82df73089ca34b7b4a8eefce/bin-location\"\n                    }\n                },\n                \"order\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da82df73089ca34b7b4a8eefce/order\"\n                    }\n                },\n                \"returnOrder\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da82df73089ca34b7b4a8eefce/return-order\"\n                    }\n                },\n                \"stockContainer\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da82df73089ca34b7b4a8eefce/stock-container\"\n                    }\n                },\n                \"goodsReceipt\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da82df73089ca34b7b4a8eefce/goods-receipt\"\n                    }\n                },\n                \"specialStockLocation\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da82df73089ca34b7b4a8eefce/special-stock-location\"\n                    }\n                }\n            },\n            \"meta\": null\n        },\n        {\n            \"id\": \"018cb5da77057108b9691a251657f0f0\",\n            \"type\": \"pickware_erp_stock\",\n            \"attributes\": {\n                \"quantity\": 110,\n                \"productId\": \"018cb5d8cc6b71c79414a7287ce900ac\",\n                \"productVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"locationTypeTechnicalName\": \"bin_location\",\n                \"warehouseId\": null,\n                \"binLocationId\": \"018cb5da67d970a6906b076aacb2818b\",\n                \"orderId\": null,\n                \"orderVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"returnOrderId\": null,\n                \"returnOrderVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"stockContainerId\": null,\n                \"goodsReceiptId\": null,\n                \"specialStockLocationTechnicalName\": null,\n                \"createdAt\": \"2023-12-29T13:54:02.630+00:00\",\n                \"updatedAt\": null,\n                \"apiAlias\": \"pickware_erp_stock_foreign_keys_extension\"\n            },\n            \"links\": {\n                \"self\": \"https://example.com/api/pickware-erp-stock/018cb5da77057108b9691a251657f0f0\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da77057108b9691a251657f0f0/product\"\n                    }\n                },\n                \"locationType\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da77057108b9691a251657f0f0/location-type\"\n                    }\n                },\n                \"warehouse\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da77057108b9691a251657f0f0/warehouse\"\n                    }\n                },\n                \"binLocation\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da77057108b9691a251657f0f0/bin-location\"\n                    }\n                },\n                \"order\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da77057108b9691a251657f0f0/order\"\n                    }\n                },\n                \"returnOrder\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da77057108b9691a251657f0f0/return-order\"\n                    }\n                },\n                \"stockContainer\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da77057108b9691a251657f0f0/stock-container\"\n                    }\n                },\n                \"goodsReceipt\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da77057108b9691a251657f0f0/goods-receipt\"\n                    }\n                },\n                \"specialStockLocation\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da77057108b9691a251657f0f0/special-stock-location\"\n                    }\n                }\n            },\n            \"meta\": null\n        },\n        {\n            \"id\": \"018cb5da96fd70a294e6025983c86513\",\n            \"type\": \"pickware_erp_stock\",\n            \"attributes\": {\n                \"quantity\": 50,\n                \"productId\": \"018cb5d8d2e2712e8aabab99356cf4d1\",\n                \"productVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"locationTypeTechnicalName\": \"bin_location\",\n                \"warehouseId\": null,\n                \"binLocationId\": \"018cb5da67d970a6906b076aacb2818b\",\n                \"orderId\": null,\n                \"orderVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"returnOrderId\": null,\n                \"returnOrderVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"stockContainerId\": null,\n                \"goodsReceiptId\": null,\n                \"specialStockLocationTechnicalName\": null,\n                \"createdAt\": \"2023-12-29T13:54:10.813+00:00\",\n                \"updatedAt\": null,\n                \"apiAlias\": \"pickware_erp_stock_foreign_keys_extension\"\n            },\n            \"links\": {\n                \"self\": \"https://example.com/api/pickware-erp-stock/018cb5da96fd70a294e6025983c86513\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da96fd70a294e6025983c86513/product\"\n                    }\n                },\n                \"locationType\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da96fd70a294e6025983c86513/location-type\"\n                    }\n                },\n                \"warehouse\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da96fd70a294e6025983c86513/warehouse\"\n                    }\n                },\n                \"binLocation\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da96fd70a294e6025983c86513/bin-location\"\n                    }\n                },\n                \"order\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da96fd70a294e6025983c86513/order\"\n                    }\n                },\n                \"returnOrder\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da96fd70a294e6025983c86513/return-order\"\n                    }\n                },\n                \"stockContainer\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da96fd70a294e6025983c86513/stock-container\"\n                    }\n                },\n                \"goodsReceipt\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da96fd70a294e6025983c86513/goods-receipt\"\n                    }\n                },\n                \"specialStockLocation\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da96fd70a294e6025983c86513/special-stock-location\"\n                    }\n                }\n            },\n            \"meta\": null\n        },\n        {\n            \"id\": \"018cb5da881072149fc016449d23defd\",\n            \"type\": \"pickware_erp_stock\",\n            \"attributes\": {\n                \"quantity\": 135,\n                \"productId\": \"018cb5d8ce9571478ca4017d403d4fbd\",\n                \"productVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"locationTypeTechnicalName\": \"bin_location\",\n                \"warehouseId\": null,\n                \"binLocationId\": \"018cb5da67d970a6906b076aacb2818b\",\n                \"orderId\": null,\n                \"orderVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"returnOrderId\": null,\n                \"returnOrderVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"stockContainerId\": null,\n                \"goodsReceiptId\": null,\n                \"specialStockLocationTechnicalName\": null,\n                \"createdAt\": \"2023-12-29T13:54:06.993+00:00\",\n                \"updatedAt\": null,\n                \"apiAlias\": \"pickware_erp_stock_foreign_keys_extension\"\n            },\n            \"links\": {\n                \"self\": \"https://example.com/api/pickware-erp-stock/018cb5da881072149fc016449d23defd\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da881072149fc016449d23defd/product\"\n                    }\n                },\n                \"locationType\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da881072149fc016449d23defd/location-type\"\n                    }\n                },\n                \"warehouse\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da881072149fc016449d23defd/warehouse\"\n                    }\n                },\n                \"binLocation\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da881072149fc016449d23defd/bin-location\"\n                    }\n                },\n                \"order\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da881072149fc016449d23defd/order\"\n                    }\n                },\n                \"returnOrder\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da881072149fc016449d23defd/return-order\"\n                    }\n                },\n                \"stockContainer\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da881072149fc016449d23defd/stock-container\"\n                    }\n                },\n                \"goodsReceipt\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da881072149fc016449d23defd/goods-receipt\"\n                    }\n                },\n                \"specialStockLocation\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da881072149fc016449d23defd/special-stock-location\"\n                    }\n                }\n            },\n            \"meta\": null\n        },\n        {\n            \"id\": \"018cb5da6aee739aa0055409b8b5f181\",\n            \"type\": \"pickware_erp_stock\",\n            \"attributes\": {\n                \"quantity\": 50,\n                \"productId\": \"018cb5d8ca9473378da27a168236927c\",\n                \"productVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"locationTypeTechnicalName\": \"bin_location\",\n                \"warehouseId\": null,\n                \"binLocationId\": \"018cb5da67d970a6906b076aacb2818b\",\n                \"orderId\": null,\n                \"orderVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"returnOrderId\": null,\n                \"returnOrderVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"stockContainerId\": null,\n                \"goodsReceiptId\": null,\n                \"specialStockLocationTechnicalName\": null,\n                \"createdAt\": \"2023-12-29T13:53:59.535+00:00\",\n                \"updatedAt\": null,\n                \"apiAlias\": \"pickware_erp_stock_foreign_keys_extension\"\n            },\n            \"links\": {\n                \"self\": \"https://example.com/api/pickware-erp-stock/018cb5da6aee739aa0055409b8b5f181\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da6aee739aa0055409b8b5f181/product\"\n                    }\n                },\n                \"locationType\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da6aee739aa0055409b8b5f181/location-type\"\n                    }\n                },\n                \"warehouse\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da6aee739aa0055409b8b5f181/warehouse\"\n                    }\n                },\n                \"binLocation\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da6aee739aa0055409b8b5f181/bin-location\"\n                    }\n                },\n                \"order\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da6aee739aa0055409b8b5f181/order\"\n                    }\n                },\n                \"returnOrder\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da6aee739aa0055409b8b5f181/return-order\"\n                    }\n                },\n                \"stockContainer\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da6aee739aa0055409b8b5f181/stock-container\"\n                    }\n                },\n                \"goodsReceipt\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da6aee739aa0055409b8b5f181/goods-receipt\"\n                    }\n                },\n                \"specialStockLocation\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da6aee739aa0055409b8b5f181/special-stock-location\"\n                    }\n                }\n            },\n            \"meta\": null\n        },\n        {\n            \"id\": \"018cb5da918e727b97ba750d1a53f960\",\n            \"type\": \"pickware_erp_stock\",\n            \"attributes\": {\n                \"quantity\": 80,\n                \"productId\": \"018cb5d8d2d1737dab406c0f61b702a3\",\n                \"productVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"locationTypeTechnicalName\": \"bin_location\",\n                \"warehouseId\": null,\n                \"binLocationId\": \"018cb5da67d970a6906b076aacb2818b\",\n                \"orderId\": null,\n                \"orderVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"returnOrderId\": null,\n                \"returnOrderVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"stockContainerId\": null,\n                \"goodsReceiptId\": null,\n                \"specialStockLocationTechnicalName\": null,\n                \"createdAt\": \"2023-12-29T13:54:09.422+00:00\",\n                \"updatedAt\": null,\n                \"apiAlias\": \"pickware_erp_stock_foreign_keys_extension\"\n            },\n            \"links\": {\n                \"self\": \"https://example.com/api/pickware-erp-stock/018cb5da918e727b97ba750d1a53f960\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da918e727b97ba750d1a53f960/product\"\n                    }\n                },\n                \"locationType\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da918e727b97ba750d1a53f960/location-type\"\n                    }\n                },\n                \"warehouse\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da918e727b97ba750d1a53f960/warehouse\"\n                    }\n                },\n                \"binLocation\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da918e727b97ba750d1a53f960/bin-location\"\n                    }\n                },\n                \"order\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da918e727b97ba750d1a53f960/order\"\n                    }\n                },\n                \"returnOrder\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da918e727b97ba750d1a53f960/return-order\"\n                    }\n                },\n                \"stockContainer\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da918e727b97ba750d1a53f960/stock-container\"\n                    }\n                },\n                \"goodsReceipt\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da918e727b97ba750d1a53f960/goods-receipt\"\n                    }\n                },\n                \"specialStockLocation\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da918e727b97ba750d1a53f960/special-stock-location\"\n                    }\n                }\n            },\n            \"meta\": null\n        },\n        {\n            \"id\": \"018cb5da9237729f9d614f03cffaed56\",\n            \"type\": \"pickware_erp_stock\",\n            \"attributes\": {\n                \"quantity\": 150,\n                \"productId\": \"018cb5d8d2d47342bdd91e2f16f0fa75\",\n                \"productVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"locationTypeTechnicalName\": \"bin_location\",\n                \"warehouseId\": null,\n                \"binLocationId\": \"018cb5da67d970a6906b076aacb2818b\",\n                \"orderId\": null,\n                \"orderVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"returnOrderId\": null,\n                \"returnOrderVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"stockContainerId\": null,\n                \"goodsReceiptId\": null,\n                \"specialStockLocationTechnicalName\": null,\n                \"createdAt\": \"2023-12-29T13:54:09.591+00:00\",\n                \"updatedAt\": null,\n                \"apiAlias\": \"pickware_erp_stock_foreign_keys_extension\"\n            },\n            \"links\": {\n                \"self\": \"https://example.com/api/pickware-erp-stock/018cb5da9237729f9d614f03cffaed56\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da9237729f9d614f03cffaed56/product\"\n                    }\n                },\n                \"locationType\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da9237729f9d614f03cffaed56/location-type\"\n                    }\n                },\n                \"warehouse\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da9237729f9d614f03cffaed56/warehouse\"\n                    }\n                },\n                \"binLocation\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da9237729f9d614f03cffaed56/bin-location\"\n                    }\n                },\n                \"order\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da9237729f9d614f03cffaed56/order\"\n                    }\n                },\n                \"returnOrder\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da9237729f9d614f03cffaed56/return-order\"\n                    }\n                },\n                \"stockContainer\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da9237729f9d614f03cffaed56/stock-container\"\n                    }\n                },\n                \"goodsReceipt\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da9237729f9d614f03cffaed56/goods-receipt\"\n                    }\n                },\n                \"specialStockLocation\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da9237729f9d614f03cffaed56/special-stock-location\"\n                    }\n                }\n            },\n            \"meta\": null\n        },\n        {\n            \"id\": \"018cb5da7a47724a84f75efce70c8ed0\",\n            \"type\": \"pickware_erp_stock\",\n            \"attributes\": {\n                \"quantity\": 130,\n                \"productId\": \"018cb5d8cc7e73faa92294ceb50bd315\",\n                \"productVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"locationTypeTechnicalName\": \"bin_location\",\n                \"warehouseId\": null,\n                \"binLocationId\": \"018cb5da67d970a6906b076aacb2818b\",\n                \"orderId\": null,\n                \"orderVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"returnOrderId\": null,\n                \"returnOrderVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"stockContainerId\": null,\n                \"goodsReceiptId\": null,\n                \"specialStockLocationTechnicalName\": null,\n                \"createdAt\": \"2023-12-29T13:54:03.463+00:00\",\n                \"updatedAt\": null,\n                \"apiAlias\": \"pickware_erp_stock_foreign_keys_extension\"\n            },\n            \"links\": {\n                \"self\": \"https://example.com/api/pickware-erp-stock/018cb5da7a47724a84f75efce70c8ed0\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da7a47724a84f75efce70c8ed0/product\"\n                    }\n                },\n                \"locationType\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da7a47724a84f75efce70c8ed0/location-type\"\n                    }\n                },\n                \"warehouse\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da7a47724a84f75efce70c8ed0/warehouse\"\n                    }\n                },\n                \"binLocation\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da7a47724a84f75efce70c8ed0/bin-location\"\n                    }\n                },\n                \"order\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da7a47724a84f75efce70c8ed0/order\"\n                    }\n                },\n                \"returnOrder\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da7a47724a84f75efce70c8ed0/return-order\"\n                    }\n                },\n                \"stockContainer\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da7a47724a84f75efce70c8ed0/stock-container\"\n                    }\n                },\n                \"goodsReceipt\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da7a47724a84f75efce70c8ed0/goods-receipt\"\n                    }\n                },\n                \"specialStockLocation\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da7a47724a84f75efce70c8ed0/special-stock-location\"\n                    }\n                }\n            },\n            \"meta\": null\n        },\n        {\n            \"id\": \"018cb5da717a7110bd8a4bdd1c26d25b\",\n            \"type\": \"pickware_erp_stock\",\n            \"attributes\": {\n                \"quantity\": 75,\n                \"productId\": \"018cb5d8caaa7254848804beb6ce0a8d\",\n                \"productVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"locationTypeTechnicalName\": \"bin_location\",\n                \"warehouseId\": null,\n                \"binLocationId\": \"018cb5da67d970a6906b076aacb2818b\",\n                \"orderId\": null,\n                \"orderVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"returnOrderId\": null,\n                \"returnOrderVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"stockContainerId\": null,\n                \"goodsReceiptId\": null,\n                \"specialStockLocationTechnicalName\": null,\n                \"createdAt\": \"2023-12-29T13:54:01.210+00:00\",\n                \"updatedAt\": null,\n                \"apiAlias\": \"pickware_erp_stock_foreign_keys_extension\"\n            },\n            \"links\": {\n                \"self\": \"https://example.com/api/pickware-erp-stock/018cb5da717a7110bd8a4bdd1c26d25b\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da717a7110bd8a4bdd1c26d25b/product\"\n                    }\n                },\n                \"locationType\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da717a7110bd8a4bdd1c26d25b/location-type\"\n                    }\n                },\n                \"warehouse\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da717a7110bd8a4bdd1c26d25b/warehouse\"\n                    }\n                },\n                \"binLocation\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da717a7110bd8a4bdd1c26d25b/bin-location\"\n                    }\n                },\n                \"order\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da717a7110bd8a4bdd1c26d25b/order\"\n                    }\n                },\n                \"returnOrder\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da717a7110bd8a4bdd1c26d25b/return-order\"\n                    }\n                },\n                \"stockContainer\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da717a7110bd8a4bdd1c26d25b/stock-container\"\n                    }\n                },\n                \"goodsReceipt\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da717a7110bd8a4bdd1c26d25b/goods-receipt\"\n                    }\n                },\n                \"specialStockLocation\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da717a7110bd8a4bdd1c26d25b/special-stock-location\"\n                    }\n                }\n            },\n            \"meta\": null\n        },\n        {\n            \"id\": \"018cb5da7dd572d0bb4f8964a9ae202b\",\n            \"type\": \"pickware_erp_stock\",\n            \"attributes\": {\n                \"quantity\": 70,\n                \"productId\": \"018cb5d8ce63725b82be182dd58de936\",\n                \"productVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"locationTypeTechnicalName\": \"bin_location\",\n                \"warehouseId\": null,\n                \"binLocationId\": \"018cb5da67d970a6906b076aacb2818b\",\n                \"orderId\": null,\n                \"orderVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"returnOrderId\": null,\n                \"returnOrderVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"stockContainerId\": null,\n                \"goodsReceiptId\": null,\n                \"specialStockLocationTechnicalName\": null,\n                \"createdAt\": \"2023-12-29T13:54:04.373+00:00\",\n                \"updatedAt\": null,\n                \"apiAlias\": \"pickware_erp_stock_foreign_keys_extension\"\n            },\n            \"links\": {\n                \"self\": \"https://example.com/api/pickware-erp-stock/018cb5da7dd572d0bb4f8964a9ae202b\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da7dd572d0bb4f8964a9ae202b/product\"\n                    }\n                },\n                \"locationType\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da7dd572d0bb4f8964a9ae202b/location-type\"\n                    }\n                },\n                \"warehouse\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da7dd572d0bb4f8964a9ae202b/warehouse\"\n                    }\n                },\n                \"binLocation\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da7dd572d0bb4f8964a9ae202b/bin-location\"\n                    }\n                },\n                \"order\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da7dd572d0bb4f8964a9ae202b/order\"\n                    }\n                },\n                \"returnOrder\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da7dd572d0bb4f8964a9ae202b/return-order\"\n                    }\n                },\n                \"stockContainer\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da7dd572d0bb4f8964a9ae202b/stock-container\"\n                    }\n                },\n                \"goodsReceipt\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da7dd572d0bb4f8964a9ae202b/goods-receipt\"\n                    }\n                },\n                \"specialStockLocation\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da7dd572d0bb4f8964a9ae202b/special-stock-location\"\n                    }\n                }\n            },\n            \"meta\": null\n        },\n        {\n            \"id\": \"018cb5da9610704ca6d49529ce8e35fe\",\n            \"type\": \"pickware_erp_stock\",\n            \"attributes\": {\n                \"quantity\": 55,\n                \"productId\": \"018cb5d8d2d973528746a797cef7d673\",\n                \"productVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"locationTypeTechnicalName\": \"bin_location\",\n                \"warehouseId\": null,\n                \"binLocationId\": \"018cb5da67d970a6906b076aacb2818b\",\n                \"orderId\": null,\n                \"orderVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"returnOrderId\": null,\n                \"returnOrderVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"stockContainerId\": null,\n                \"goodsReceiptId\": null,\n                \"specialStockLocationTechnicalName\": null,\n                \"createdAt\": \"2023-12-29T13:54:10.576+00:00\",\n                \"updatedAt\": null,\n                \"apiAlias\": \"pickware_erp_stock_foreign_keys_extension\"\n            },\n            \"links\": {\n                \"self\": \"https://example.com/api/pickware-erp-stock/018cb5da9610704ca6d49529ce8e35fe\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da9610704ca6d49529ce8e35fe/product\"\n                    }\n                },\n                \"locationType\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da9610704ca6d49529ce8e35fe/location-type\"\n                    }\n                },\n                \"warehouse\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da9610704ca6d49529ce8e35fe/warehouse\"\n                    }\n                },\n                \"binLocation\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da9610704ca6d49529ce8e35fe/bin-location\"\n                    }\n                },\n                \"order\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da9610704ca6d49529ce8e35fe/order\"\n                    }\n                },\n                \"returnOrder\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da9610704ca6d49529ce8e35fe/return-order\"\n                    }\n                },\n                \"stockContainer\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da9610704ca6d49529ce8e35fe/stock-container\"\n                    }\n                },\n                \"goodsReceipt\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da9610704ca6d49529ce8e35fe/goods-receipt\"\n                    }\n                },\n                \"specialStockLocation\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da9610704ca6d49529ce8e35fe/special-stock-location\"\n                    }\n                }\n            },\n            \"meta\": null\n        },\n        {\n            \"id\": \"018cb5da6fbb733b883563d08d05b6fb\",\n            \"type\": \"pickware_erp_stock\",\n            \"attributes\": {\n                \"quantity\": 100,\n                \"productId\": \"018cb5d8caa371a4a54cbed717907f5b\",\n                \"productVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"locationTypeTechnicalName\": \"bin_location\",\n                \"warehouseId\": null,\n                \"binLocationId\": \"018cb5da67d970a6906b076aacb2818b\",\n                \"orderId\": null,\n                \"orderVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"returnOrderId\": null,\n                \"returnOrderVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"stockContainerId\": null,\n                \"goodsReceiptId\": null,\n                \"specialStockLocationTechnicalName\": null,\n                \"createdAt\": \"2023-12-29T13:54:00.764+00:00\",\n                \"updatedAt\": null,\n                \"apiAlias\": \"pickware_erp_stock_foreign_keys_extension\"\n            },\n            \"links\": {\n                \"self\": \"https://example.com/api/pickware-erp-stock/018cb5da6fbb733b883563d08d05b6fb\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da6fbb733b883563d08d05b6fb/product\"\n                    }\n                },\n                \"locationType\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da6fbb733b883563d08d05b6fb/location-type\"\n                    }\n                },\n                \"warehouse\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da6fbb733b883563d08d05b6fb/warehouse\"\n                    }\n                },\n                \"binLocation\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da6fbb733b883563d08d05b6fb/bin-location\"\n                    }\n                },\n                \"order\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da6fbb733b883563d08d05b6fb/order\"\n                    }\n                },\n                \"returnOrder\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da6fbb733b883563d08d05b6fb/return-order\"\n                    }\n                },\n                \"stockContainer\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da6fbb733b883563d08d05b6fb/stock-container\"\n                    }\n                },\n                \"goodsReceipt\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da6fbb733b883563d08d05b6fb/goods-receipt\"\n                    }\n                },\n                \"specialStockLocation\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da6fbb733b883563d08d05b6fb/special-stock-location\"\n                    }\n                }\n            },\n            \"meta\": null\n        },\n        {\n            \"id\": \"018cb5da6ec07205a135caff72649064\",\n            \"type\": \"pickware_erp_stock\",\n            \"attributes\": {\n                \"quantity\": 150,\n                \"productId\": \"018cb5d8caa071109c06d3c77b325e0a\",\n                \"productVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"locationTypeTechnicalName\": \"bin_location\",\n                \"warehouseId\": null,\n                \"binLocationId\": \"018cb5da67d970a6906b076aacb2818b\",\n                \"orderId\": null,\n                \"orderVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"returnOrderId\": null,\n                \"returnOrderVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"stockContainerId\": null,\n                \"goodsReceiptId\": null,\n                \"specialStockLocationTechnicalName\": null,\n                \"createdAt\": \"2023-12-29T13:54:00.513+00:00\",\n                \"updatedAt\": null,\n                \"apiAlias\": \"pickware_erp_stock_foreign_keys_extension\"\n            },\n            \"links\": {\n                \"self\": \"https://example.com/api/pickware-erp-stock/018cb5da6ec07205a135caff72649064\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da6ec07205a135caff72649064/product\"\n                    }\n                },\n                \"locationType\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da6ec07205a135caff72649064/location-type\"\n                    }\n                },\n                \"warehouse\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da6ec07205a135caff72649064/warehouse\"\n                    }\n                },\n                \"binLocation\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da6ec07205a135caff72649064/bin-location\"\n                    }\n                },\n                \"order\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da6ec07205a135caff72649064/order\"\n                    }\n                },\n                \"returnOrder\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da6ec07205a135caff72649064/return-order\"\n                    }\n                },\n                \"stockContainer\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da6ec07205a135caff72649064/stock-container\"\n                    }\n                },\n                \"goodsReceipt\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da6ec07205a135caff72649064/goods-receipt\"\n                    }\n                },\n                \"specialStockLocation\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da6ec07205a135caff72649064/special-stock-location\"\n                    }\n                }\n            },\n            \"meta\": null\n        },\n        {\n            \"id\": \"018cb5da84b7703e8252868f830a6d51\",\n            \"type\": \"pickware_erp_stock\",\n            \"attributes\": {\n                \"quantity\": 90,\n                \"productId\": \"018cb5d8ce7a7176a7f7f973efd6fe52\",\n                \"productVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"locationTypeTechnicalName\": \"bin_location\",\n                \"warehouseId\": null,\n                \"binLocationId\": \"018cb5da67d970a6906b076aacb2818b\",\n                \"orderId\": null,\n                \"orderVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"returnOrderId\": null,\n                \"returnOrderVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"stockContainerId\": null,\n                \"goodsReceiptId\": null,\n                \"specialStockLocationTechnicalName\": null,\n                \"createdAt\": \"2023-12-29T13:54:06.136+00:00\",\n                \"updatedAt\": null,\n                \"apiAlias\": \"pickware_erp_stock_foreign_keys_extension\"\n            },\n            \"links\": {\n                \"self\": \"https://example.com/api/pickware-erp-stock/018cb5da84b7703e8252868f830a6d51\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da84b7703e8252868f830a6d51/product\"\n                    }\n                },\n                \"locationType\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da84b7703e8252868f830a6d51/location-type\"\n                    }\n                },\n                \"warehouse\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da84b7703e8252868f830a6d51/warehouse\"\n                    }\n                },\n                \"binLocation\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da84b7703e8252868f830a6d51/bin-location\"\n                    }\n                },\n                \"order\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da84b7703e8252868f830a6d51/order\"\n                    }\n                },\n                \"returnOrder\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da84b7703e8252868f830a6d51/return-order\"\n                    }\n                },\n                \"stockContainer\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da84b7703e8252868f830a6d51/stock-container\"\n                    }\n                },\n                \"goodsReceipt\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da84b7703e8252868f830a6d51/goods-receipt\"\n                    }\n                },\n                \"specialStockLocation\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da84b7703e8252868f830a6d51/special-stock-location\"\n                    }\n                }\n            },\n            \"meta\": null\n        },\n        {\n            \"id\": \"018cb5da68eb72a98f3a4c9d484ed294\",\n            \"type\": \"pickware_erp_stock\",\n            \"attributes\": {\n                \"quantity\": 55,\n                \"productId\": \"018cb5d8ca9473378da27a168171fc15\",\n                \"productVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"locationTypeTechnicalName\": \"bin_location\",\n                \"warehouseId\": null,\n                \"binLocationId\": \"018cb5da67d970a6906b076aacb2818b\",\n                \"orderId\": null,\n                \"orderVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"returnOrderId\": null,\n                \"returnOrderVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"stockContainerId\": null,\n                \"goodsReceiptId\": null,\n                \"specialStockLocationTechnicalName\": null,\n                \"createdAt\": \"2023-12-29T13:53:59.019+00:00\",\n                \"updatedAt\": null,\n                \"apiAlias\": \"pickware_erp_stock_foreign_keys_extension\"\n            },\n            \"links\": {\n                \"self\": \"https://example.com/api/pickware-erp-stock/018cb5da68eb72a98f3a4c9d484ed294\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da68eb72a98f3a4c9d484ed294/product\"\n                    }\n                },\n                \"locationType\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da68eb72a98f3a4c9d484ed294/location-type\"\n                    }\n                },\n                \"warehouse\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da68eb72a98f3a4c9d484ed294/warehouse\"\n                    }\n                },\n                \"binLocation\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da68eb72a98f3a4c9d484ed294/bin-location\"\n                    }\n                },\n                \"order\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da68eb72a98f3a4c9d484ed294/order\"\n                    }\n                },\n                \"returnOrder\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da68eb72a98f3a4c9d484ed294/return-order\"\n                    }\n                },\n                \"stockContainer\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da68eb72a98f3a4c9d484ed294/stock-container\"\n                    }\n                },\n                \"goodsReceipt\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da68eb72a98f3a4c9d484ed294/goods-receipt\"\n                    }\n                },\n                \"specialStockLocation\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da68eb72a98f3a4c9d484ed294/special-stock-location\"\n                    }\n                }\n            },\n            \"meta\": null\n        },\n        {\n            \"id\": \"018cb5da70837358836d6bb36dca9467\",\n            \"type\": \"pickware_erp_stock\",\n            \"attributes\": {\n                \"quantity\": 140,\n                \"productId\": \"018cb5d8caa672d59182653b699d8bc3\",\n                \"productVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"locationTypeTechnicalName\": \"bin_location\",\n                \"warehouseId\": null,\n                \"binLocationId\": \"018cb5da67d970a6906b076aacb2818b\",\n                \"orderId\": null,\n                \"orderVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"returnOrderId\": null,\n                \"returnOrderVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"stockContainerId\": null,\n                \"goodsReceiptId\": null,\n                \"specialStockLocationTechnicalName\": null,\n                \"createdAt\": \"2023-12-29T13:54:00.964+00:00\",\n                \"updatedAt\": null,\n                \"apiAlias\": \"pickware_erp_stock_foreign_keys_extension\"\n            },\n            \"links\": {\n                \"self\": \"https://example.com/api/pickware-erp-stock/018cb5da70837358836d6bb36dca9467\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da70837358836d6bb36dca9467/product\"\n                    }\n                },\n                \"locationType\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da70837358836d6bb36dca9467/location-type\"\n                    }\n                },\n                \"warehouse\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da70837358836d6bb36dca9467/warehouse\"\n                    }\n                },\n                \"binLocation\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da70837358836d6bb36dca9467/bin-location\"\n                    }\n                },\n                \"order\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da70837358836d6bb36dca9467/order\"\n                    }\n                },\n                \"returnOrder\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da70837358836d6bb36dca9467/return-order\"\n                    }\n                },\n                \"stockContainer\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da70837358836d6bb36dca9467/stock-container\"\n                    }\n                },\n                \"goodsReceipt\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da70837358836d6bb36dca9467/goods-receipt\"\n                    }\n                },\n                \"specialStockLocation\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da70837358836d6bb36dca9467/special-stock-location\"\n                    }\n                }\n            },\n            \"meta\": null\n        },\n        {\n            \"id\": \"018cb5da75667313bbacb9b47dae99cb\",\n            \"type\": \"pickware_erp_stock\",\n            \"attributes\": {\n                \"quantity\": 140,\n                \"productId\": \"018cb5d8cc62704182a63b3a96923802\",\n                \"productVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"locationTypeTechnicalName\": \"bin_location\",\n                \"warehouseId\": null,\n                \"binLocationId\": \"018cb5da67d970a6906b076aacb2818b\",\n                \"orderId\": null,\n                \"orderVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"returnOrderId\": null,\n                \"returnOrderVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"stockContainerId\": null,\n                \"goodsReceiptId\": null,\n                \"specialStockLocationTechnicalName\": null,\n                \"createdAt\": \"2023-12-29T13:54:02.214+00:00\",\n                \"updatedAt\": null,\n                \"apiAlias\": \"pickware_erp_stock_foreign_keys_extension\"\n            },\n            \"links\": {\n                \"self\": \"https://example.com/api/pickware-erp-stock/018cb5da75667313bbacb9b47dae99cb\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da75667313bbacb9b47dae99cb/product\"\n                    }\n                },\n                \"locationType\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da75667313bbacb9b47dae99cb/location-type\"\n                    }\n                },\n                \"warehouse\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da75667313bbacb9b47dae99cb/warehouse\"\n                    }\n                },\n                \"binLocation\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da75667313bbacb9b47dae99cb/bin-location\"\n                    }\n                },\n                \"order\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da75667313bbacb9b47dae99cb/order\"\n                    }\n                },\n                \"returnOrder\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da75667313bbacb9b47dae99cb/return-order\"\n                    }\n                },\n                \"stockContainer\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da75667313bbacb9b47dae99cb/stock-container\"\n                    }\n                },\n                \"goodsReceipt\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da75667313bbacb9b47dae99cb/goods-receipt\"\n                    }\n                },\n                \"specialStockLocation\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da75667313bbacb9b47dae99cb/special-stock-location\"\n                    }\n                }\n            },\n            \"meta\": null\n        },\n        {\n            \"id\": \"018cb5da940d733aaeda43dcefc3c1d2\",\n            \"type\": \"pickware_erp_stock\",\n            \"attributes\": {\n                \"quantity\": 125,\n                \"productId\": \"018cb5d8d2d47342bdd91e2f18b305ba\",\n                \"productVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"locationTypeTechnicalName\": \"bin_location\",\n                \"warehouseId\": null,\n                \"binLocationId\": \"018cb5da67d970a6906b076aacb2818b\",\n                \"orderId\": null,\n                \"orderVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"returnOrderId\": null,\n                \"returnOrderVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"stockContainerId\": null,\n                \"goodsReceiptId\": null,\n                \"specialStockLocationTechnicalName\": null,\n                \"createdAt\": \"2023-12-29T13:54:10.062+00:00\",\n                \"updatedAt\": null,\n                \"apiAlias\": \"pickware_erp_stock_foreign_keys_extension\"\n            },\n            \"links\": {\n                \"self\": \"https://example.com/api/pickware-erp-stock/018cb5da940d733aaeda43dcefc3c1d2\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da940d733aaeda43dcefc3c1d2/product\"\n                    }\n                },\n                \"locationType\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da940d733aaeda43dcefc3c1d2/location-type\"\n                    }\n                },\n                \"warehouse\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da940d733aaeda43dcefc3c1d2/warehouse\"\n                    }\n                },\n                \"binLocation\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da940d733aaeda43dcefc3c1d2/bin-location\"\n                    }\n                },\n                \"order\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da940d733aaeda43dcefc3c1d2/order\"\n                    }\n                },\n                \"returnOrder\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da940d733aaeda43dcefc3c1d2/return-order\"\n                    }\n                },\n                \"stockContainer\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da940d733aaeda43dcefc3c1d2/stock-container\"\n                    }\n                },\n                \"goodsReceipt\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da940d733aaeda43dcefc3c1d2/goods-receipt\"\n                    }\n                },\n                \"specialStockLocation\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da940d733aaeda43dcefc3c1d2/special-stock-location\"\n                    }\n                }\n            },\n            \"meta\": null\n        },\n        {\n            \"id\": \"018cb5da9bf47083b4aee37650cbd009\",\n            \"type\": \"pickware_erp_stock\",\n            \"attributes\": {\n                \"quantity\": 115,\n                \"productId\": \"018cb5d8d307704d8ae553eee3f16b96\",\n                \"productVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"locationTypeTechnicalName\": \"bin_location\",\n                \"warehouseId\": null,\n                \"binLocationId\": \"018cb5da67d970a6906b076aacb2818b\",\n                \"orderId\": null,\n                \"orderVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"returnOrderId\": null,\n                \"returnOrderVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"stockContainerId\": null,\n                \"goodsReceiptId\": null,\n                \"specialStockLocationTechnicalName\": null,\n                \"createdAt\": \"2023-12-29T13:54:12.085+00:00\",\n                \"updatedAt\": null,\n                \"apiAlias\": \"pickware_erp_stock_foreign_keys_extension\"\n            },\n            \"links\": {\n                \"self\": \"https://example.com/api/pickware-erp-stock/018cb5da9bf47083b4aee37650cbd009\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da9bf47083b4aee37650cbd009/product\"\n                    }\n                },\n                \"locationType\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da9bf47083b4aee37650cbd009/location-type\"\n                    }\n                },\n                \"warehouse\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da9bf47083b4aee37650cbd009/warehouse\"\n                    }\n                },\n                \"binLocation\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da9bf47083b4aee37650cbd009/bin-location\"\n                    }\n                },\n                \"order\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da9bf47083b4aee37650cbd009/order\"\n                    }\n                },\n                \"returnOrder\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da9bf47083b4aee37650cbd009/return-order\"\n                    }\n                },\n                \"stockContainer\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da9bf47083b4aee37650cbd009/stock-container\"\n                    }\n                },\n                \"goodsReceipt\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da9bf47083b4aee37650cbd009/goods-receipt\"\n                    }\n                },\n                \"specialStockLocation\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da9bf47083b4aee37650cbd009/special-stock-location\"\n                    }\n                }\n            },\n            \"meta\": null\n        },\n        {\n            \"id\": \"018cb5da8cf97256abdbf09348c80434\",\n            \"type\": \"pickware_erp_stock\",\n            \"attributes\": {\n                \"quantity\": 70,\n                \"productId\": \"018cb5d8d117708ab28145ebb7aa94b9\",\n                \"productVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"locationTypeTechnicalName\": \"bin_location\",\n                \"warehouseId\": null,\n                \"binLocationId\": \"018cb5da67d970a6906b076aacb2818b\",\n                \"orderId\": null,\n                \"orderVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"returnOrderId\": null,\n                \"returnOrderVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"stockContainerId\": null,\n                \"goodsReceiptId\": null,\n                \"specialStockLocationTechnicalName\": null,\n                \"createdAt\": \"2023-12-29T13:54:08.250+00:00\",\n                \"updatedAt\": null,\n                \"apiAlias\": \"pickware_erp_stock_foreign_keys_extension\"\n            },\n            \"links\": {\n                \"self\": \"https://example.com/api/pickware-erp-stock/018cb5da8cf97256abdbf09348c80434\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da8cf97256abdbf09348c80434/product\"\n                    }\n                },\n                \"locationType\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da8cf97256abdbf09348c80434/location-type\"\n                    }\n                },\n                \"warehouse\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da8cf97256abdbf09348c80434/warehouse\"\n                    }\n                },\n                \"binLocation\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da8cf97256abdbf09348c80434/bin-location\"\n                    }\n                },\n                \"order\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da8cf97256abdbf09348c80434/order\"\n                    }\n                },\n                \"returnOrder\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da8cf97256abdbf09348c80434/return-order\"\n                    }\n                },\n                \"stockContainer\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da8cf97256abdbf09348c80434/stock-container\"\n                    }\n                },\n                \"goodsReceipt\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da8cf97256abdbf09348c80434/goods-receipt\"\n                    }\n                },\n                \"specialStockLocation\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da8cf97256abdbf09348c80434/special-stock-location\"\n                    }\n                }\n            },\n            \"meta\": null\n        },\n        {\n            \"id\": \"018cb5da844d724fa239787e0d3fb5aa\",\n            \"type\": \"pickware_erp_stock\",\n            \"attributes\": {\n                \"quantity\": 85,\n                \"productId\": \"018cb5d8ce7772aeb461041ae3fba4f4\",\n                \"productVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"locationTypeTechnicalName\": \"bin_location\",\n                \"warehouseId\": null,\n                \"binLocationId\": \"018cb5da67d970a6906b076aacb2818b\",\n                \"orderId\": null,\n                \"orderVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"returnOrderId\": null,\n                \"returnOrderVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"stockContainerId\": null,\n                \"goodsReceiptId\": null,\n                \"specialStockLocationTechnicalName\": null,\n                \"createdAt\": \"2023-12-29T13:54:06.029+00:00\",\n                \"updatedAt\": null,\n                \"apiAlias\": \"pickware_erp_stock_foreign_keys_extension\"\n            },\n            \"links\": {\n                \"self\": \"https://example.com/api/pickware-erp-stock/018cb5da844d724fa239787e0d3fb5aa\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da844d724fa239787e0d3fb5aa/product\"\n                    }\n                },\n                \"locationType\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da844d724fa239787e0d3fb5aa/location-type\"\n                    }\n                },\n                \"warehouse\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da844d724fa239787e0d3fb5aa/warehouse\"\n                    }\n                },\n                \"binLocation\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da844d724fa239787e0d3fb5aa/bin-location\"\n                    }\n                },\n                \"order\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da844d724fa239787e0d3fb5aa/order\"\n                    }\n                },\n                \"returnOrder\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da844d724fa239787e0d3fb5aa/return-order\"\n                    }\n                },\n                \"stockContainer\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da844d724fa239787e0d3fb5aa/stock-container\"\n                    }\n                },\n                \"goodsReceipt\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da844d724fa239787e0d3fb5aa/goods-receipt\"\n                    }\n                },\n                \"specialStockLocation\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da844d724fa239787e0d3fb5aa/special-stock-location\"\n                    }\n                }\n            },\n            \"meta\": null\n        },\n        {\n            \"id\": \"018cb5da9922723db571bbb1e1917b73\",\n            \"type\": \"pickware_erp_stock\",\n            \"attributes\": {\n                \"quantity\": 115,\n                \"productId\": \"018cb5d8d2f0739f9d7688be3c8706c1\",\n                \"productVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"locationTypeTechnicalName\": \"bin_location\",\n                \"warehouseId\": null,\n                \"binLocationId\": \"018cb5da67d970a6906b076aacb2818b\",\n                \"orderId\": null,\n                \"orderVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"returnOrderId\": null,\n                \"returnOrderVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"stockContainerId\": null,\n                \"goodsReceiptId\": null,\n                \"specialStockLocationTechnicalName\": null,\n                \"createdAt\": \"2023-12-29T13:54:11.362+00:00\",\n                \"updatedAt\": null,\n                \"apiAlias\": \"pickware_erp_stock_foreign_keys_extension\"\n            },\n            \"links\": {\n                \"self\": \"https://example.com/api/pickware-erp-stock/018cb5da9922723db571bbb1e1917b73\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da9922723db571bbb1e1917b73/product\"\n                    }\n                },\n                \"locationType\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da9922723db571bbb1e1917b73/location-type\"\n                    }\n                },\n                \"warehouse\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da9922723db571bbb1e1917b73/warehouse\"\n                    }\n                },\n                \"binLocation\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da9922723db571bbb1e1917b73/bin-location\"\n                    }\n                },\n                \"order\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da9922723db571bbb1e1917b73/order\"\n                    }\n                },\n                \"returnOrder\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da9922723db571bbb1e1917b73/return-order\"\n                    }\n                },\n                \"stockContainer\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da9922723db571bbb1e1917b73/stock-container\"\n                    }\n                },\n                \"goodsReceipt\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da9922723db571bbb1e1917b73/goods-receipt\"\n                    }\n                },\n                \"specialStockLocation\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da9922723db571bbb1e1917b73/special-stock-location\"\n                    }\n                }\n            },\n            \"meta\": null\n        },\n        {\n            \"id\": \"018cb5da6ce170d89eab0332d19cc56d\",\n            \"type\": \"pickware_erp_stock\",\n            \"attributes\": {\n                \"quantity\": 70,\n                \"productId\": \"018cb5d8ca9970688913896edab5acec\",\n                \"productVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"locationTypeTechnicalName\": \"bin_location\",\n                \"warehouseId\": null,\n                \"binLocationId\": \"018cb5da67d970a6906b076aacb2818b\",\n                \"orderId\": null,\n                \"orderVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"returnOrderId\": null,\n                \"returnOrderVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"stockContainerId\": null,\n                \"goodsReceiptId\": null,\n                \"specialStockLocationTechnicalName\": null,\n                \"createdAt\": \"2023-12-29T13:54:00.033+00:00\",\n                \"updatedAt\": null,\n                \"apiAlias\": \"pickware_erp_stock_foreign_keys_extension\"\n            },\n            \"links\": {\n                \"self\": \"https://example.com/api/pickware-erp-stock/018cb5da6ce170d89eab0332d19cc56d\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da6ce170d89eab0332d19cc56d/product\"\n                    }\n                },\n                \"locationType\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da6ce170d89eab0332d19cc56d/location-type\"\n                    }\n                },\n                \"warehouse\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da6ce170d89eab0332d19cc56d/warehouse\"\n                    }\n                },\n                \"binLocation\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da6ce170d89eab0332d19cc56d/bin-location\"\n                    }\n                },\n                \"order\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da6ce170d89eab0332d19cc56d/order\"\n                    }\n                },\n                \"returnOrder\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da6ce170d89eab0332d19cc56d/return-order\"\n                    }\n                },\n                \"stockContainer\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da6ce170d89eab0332d19cc56d/stock-container\"\n                    }\n                },\n                \"goodsReceipt\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da6ce170d89eab0332d19cc56d/goods-receipt\"\n                    }\n                },\n                \"specialStockLocation\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da6ce170d89eab0332d19cc56d/special-stock-location\"\n                    }\n                }\n            },\n            \"meta\": null\n        },\n        {\n            \"id\": \"018cb5da869272f1b992bc19986ebaf8\",\n            \"type\": \"pickware_erp_stock\",\n            \"attributes\": {\n                \"quantity\": 75,\n                \"productId\": \"018cb5d8ce8872f3bc687b52d456d151\",\n                \"productVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"locationTypeTechnicalName\": \"bin_location\",\n                \"warehouseId\": null,\n                \"binLocationId\": \"018cb5da67d970a6906b076aacb2818b\",\n                \"orderId\": null,\n                \"orderVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"returnOrderId\": null,\n                \"returnOrderVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"stockContainerId\": null,\n                \"goodsReceiptId\": null,\n                \"specialStockLocationTechnicalName\": null,\n                \"createdAt\": \"2023-12-29T13:54:06.610+00:00\",\n                \"updatedAt\": null,\n                \"apiAlias\": \"pickware_erp_stock_foreign_keys_extension\"\n            },\n            \"links\": {\n                \"self\": \"https://example.com/api/pickware-erp-stock/018cb5da869272f1b992bc19986ebaf8\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da869272f1b992bc19986ebaf8/product\"\n                    }\n                },\n                \"locationType\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da869272f1b992bc19986ebaf8/location-type\"\n                    }\n                },\n                \"warehouse\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da869272f1b992bc19986ebaf8/warehouse\"\n                    }\n                },\n                \"binLocation\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da869272f1b992bc19986ebaf8/bin-location\"\n                    }\n                },\n                \"order\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da869272f1b992bc19986ebaf8/order\"\n                    }\n                },\n                \"returnOrder\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da869272f1b992bc19986ebaf8/return-order\"\n                    }\n                },\n                \"stockContainer\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da869272f1b992bc19986ebaf8/stock-container\"\n                    }\n                },\n                \"goodsReceipt\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da869272f1b992bc19986ebaf8/goods-receipt\"\n                    }\n                },\n                \"specialStockLocation\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da869272f1b992bc19986ebaf8/special-stock-location\"\n                    }\n                }\n            },\n            \"meta\": null\n        },\n        {\n            \"id\": \"018cb5da7ba772399c7e21c94a561e2e\",\n            \"type\": \"pickware_erp_stock\",\n            \"attributes\": {\n                \"quantity\": 85,\n                \"productId\": \"018cb5d8cc8773f1ac2126ada2b81895\",\n                \"productVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"locationTypeTechnicalName\": \"bin_location\",\n                \"warehouseId\": null,\n                \"binLocationId\": \"018cb5da67d970a6906b076aacb2818b\",\n                \"orderId\": null,\n                \"orderVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"returnOrderId\": null,\n                \"returnOrderVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"stockContainerId\": null,\n                \"goodsReceiptId\": null,\n                \"specialStockLocationTechnicalName\": null,\n                \"createdAt\": \"2023-12-29T13:54:03.815+00:00\",\n                \"updatedAt\": null,\n                \"apiAlias\": \"pickware_erp_stock_foreign_keys_extension\"\n            },\n            \"links\": {\n                \"self\": \"https://example.com/api/pickware-erp-stock/018cb5da7ba772399c7e21c94a561e2e\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da7ba772399c7e21c94a561e2e/product\"\n                    }\n                },\n                \"locationType\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da7ba772399c7e21c94a561e2e/location-type\"\n                    }\n                },\n                \"warehouse\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da7ba772399c7e21c94a561e2e/warehouse\"\n                    }\n                },\n                \"binLocation\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da7ba772399c7e21c94a561e2e/bin-location\"\n                    }\n                },\n                \"order\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da7ba772399c7e21c94a561e2e/order\"\n                    }\n                },\n                \"returnOrder\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da7ba772399c7e21c94a561e2e/return-order\"\n                    }\n                },\n                \"stockContainer\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da7ba772399c7e21c94a561e2e/stock-container\"\n                    }\n                },\n                \"goodsReceipt\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da7ba772399c7e21c94a561e2e/goods-receipt\"\n                    }\n                },\n                \"specialStockLocation\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da7ba772399c7e21c94a561e2e/special-stock-location\"\n                    }\n                }\n            },\n            \"meta\": null\n        },\n        {\n            \"id\": \"018cb5da909672c088bd43c0f3b973e0\",\n            \"type\": \"pickware_erp_stock\",\n            \"attributes\": {\n                \"quantity\": 50,\n                \"productId\": \"018cb5d8d12e71248ce0aff8ed870d9c\",\n                \"productVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"locationTypeTechnicalName\": \"bin_location\",\n                \"warehouseId\": null,\n                \"binLocationId\": \"018cb5da67d970a6906b076aacb2818b\",\n                \"orderId\": null,\n                \"orderVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"returnOrderId\": null,\n                \"returnOrderVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"stockContainerId\": null,\n                \"goodsReceiptId\": null,\n                \"specialStockLocationTechnicalName\": null,\n                \"createdAt\": \"2023-12-29T13:54:09.174+00:00\",\n                \"updatedAt\": null,\n                \"apiAlias\": \"pickware_erp_stock_foreign_keys_extension\"\n            },\n            \"links\": {\n                \"self\": \"https://example.com/api/pickware-erp-stock/018cb5da909672c088bd43c0f3b973e0\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da909672c088bd43c0f3b973e0/product\"\n                    }\n                },\n                \"locationType\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da909672c088bd43c0f3b973e0/location-type\"\n                    }\n                },\n                \"warehouse\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da909672c088bd43c0f3b973e0/warehouse\"\n                    }\n                },\n                \"binLocation\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da909672c088bd43c0f3b973e0/bin-location\"\n                    }\n                },\n                \"order\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da909672c088bd43c0f3b973e0/order\"\n                    }\n                },\n                \"returnOrder\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da909672c088bd43c0f3b973e0/return-order\"\n                    }\n                },\n                \"stockContainer\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da909672c088bd43c0f3b973e0/stock-container\"\n                    }\n                },\n                \"goodsReceipt\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da909672c088bd43c0f3b973e0/goods-receipt\"\n                    }\n                },\n                \"specialStockLocation\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da909672c088bd43c0f3b973e0/special-stock-location\"\n                    }\n                }\n            },\n            \"meta\": null\n        },\n        {\n            \"id\": \"018cb5dab7ea71d1ad44effc65863e41\",\n            \"type\": \"pickware_erp_stock\",\n            \"attributes\": {\n                \"quantity\": 50,\n                \"productId\": \"018cb5d8ce7d704fb0e08b835f443370\",\n                \"productVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"locationTypeTechnicalName\": \"bin_location\",\n                \"warehouseId\": null,\n                \"binLocationId\": \"018cb5da9cee738eb5165d1fcdfe2590\",\n                \"orderId\": null,\n                \"orderVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"returnOrderId\": null,\n                \"returnOrderVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"stockContainerId\": null,\n                \"goodsReceiptId\": null,\n                \"specialStockLocationTechnicalName\": null,\n                \"createdAt\": \"2023-12-29T13:54:19.242+00:00\",\n                \"updatedAt\": null,\n                \"apiAlias\": \"pickware_erp_stock_foreign_keys_extension\"\n            },\n            \"links\": {\n                \"self\": \"https://example.com/api/pickware-erp-stock/018cb5dab7ea71d1ad44effc65863e41\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dab7ea71d1ad44effc65863e41/product\"\n                    }\n                },\n                \"locationType\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dab7ea71d1ad44effc65863e41/location-type\"\n                    }\n                },\n                \"warehouse\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dab7ea71d1ad44effc65863e41/warehouse\"\n                    }\n                },\n                \"binLocation\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dab7ea71d1ad44effc65863e41/bin-location\"\n                    }\n                },\n                \"order\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dab7ea71d1ad44effc65863e41/order\"\n                    }\n                },\n                \"returnOrder\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dab7ea71d1ad44effc65863e41/return-order\"\n                    }\n                },\n                \"stockContainer\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dab7ea71d1ad44effc65863e41/stock-container\"\n                    }\n                },\n                \"goodsReceipt\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dab7ea71d1ad44effc65863e41/goods-receipt\"\n                    }\n                },\n                \"specialStockLocation\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dab7ea71d1ad44effc65863e41/special-stock-location\"\n                    }\n                }\n            },\n            \"meta\": null\n        },\n        {\n            \"id\": \"018cb5dab43e73ddb8e98ed395dc5765\",\n            \"type\": \"pickware_erp_stock\",\n            \"attributes\": {\n                \"quantity\": 90,\n                \"productId\": \"018cb5d8ce63725b82be182dd7b29953\",\n                \"productVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"locationTypeTechnicalName\": \"bin_location\",\n                \"warehouseId\": null,\n                \"binLocationId\": \"018cb5da9cee738eb5165d1fcdfe2590\",\n                \"orderId\": null,\n                \"orderVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"returnOrderId\": null,\n                \"returnOrderVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"stockContainerId\": null,\n                \"goodsReceiptId\": null,\n                \"specialStockLocationTechnicalName\": null,\n                \"createdAt\": \"2023-12-29T13:54:18.302+00:00\",\n                \"updatedAt\": null,\n                \"apiAlias\": \"pickware_erp_stock_foreign_keys_extension\"\n            },\n            \"links\": {\n                \"self\": \"https://example.com/api/pickware-erp-stock/018cb5dab43e73ddb8e98ed395dc5765\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dab43e73ddb8e98ed395dc5765/product\"\n                    }\n                },\n                \"locationType\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dab43e73ddb8e98ed395dc5765/location-type\"\n                    }\n                },\n                \"warehouse\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dab43e73ddb8e98ed395dc5765/warehouse\"\n                    }\n                },\n                \"binLocation\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dab43e73ddb8e98ed395dc5765/bin-location\"\n                    }\n                },\n                \"order\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dab43e73ddb8e98ed395dc5765/order\"\n                    }\n                },\n                \"returnOrder\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dab43e73ddb8e98ed395dc5765/return-order\"\n                    }\n                },\n                \"stockContainer\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dab43e73ddb8e98ed395dc5765/stock-container\"\n                    }\n                },\n                \"goodsReceipt\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dab43e73ddb8e98ed395dc5765/goods-receipt\"\n                    }\n                },\n                \"specialStockLocation\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dab43e73ddb8e98ed395dc5765/special-stock-location\"\n                    }\n                }\n            },\n            \"meta\": null\n        },\n        {\n            \"id\": \"018cb5dac16471ecaec04bf14985eefa\",\n            \"type\": \"pickware_erp_stock\",\n            \"attributes\": {\n                \"quantity\": 95,\n                \"productId\": \"018cb5d8d11f72af8d3c5f714713f038\",\n                \"productVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"locationTypeTechnicalName\": \"bin_location\",\n                \"warehouseId\": null,\n                \"binLocationId\": \"018cb5da9cee738eb5165d1fcdfe2590\",\n                \"orderId\": null,\n                \"orderVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"returnOrderId\": null,\n                \"returnOrderVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"stockContainerId\": null,\n                \"goodsReceiptId\": null,\n                \"specialStockLocationTechnicalName\": null,\n                \"createdAt\": \"2023-12-29T13:54:21.668+00:00\",\n                \"updatedAt\": null,\n                \"apiAlias\": \"pickware_erp_stock_foreign_keys_extension\"\n            },\n            \"links\": {\n                \"self\": \"https://example.com/api/pickware-erp-stock/018cb5dac16471ecaec04bf14985eefa\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dac16471ecaec04bf14985eefa/product\"\n                    }\n                },\n                \"locationType\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dac16471ecaec04bf14985eefa/location-type\"\n                    }\n                },\n                \"warehouse\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dac16471ecaec04bf14985eefa/warehouse\"\n                    }\n                },\n                \"binLocation\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dac16471ecaec04bf14985eefa/bin-location\"\n                    }\n                },\n                \"order\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dac16471ecaec04bf14985eefa/order\"\n                    }\n                },\n                \"returnOrder\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dac16471ecaec04bf14985eefa/return-order\"\n                    }\n                },\n                \"stockContainer\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dac16471ecaec04bf14985eefa/stock-container\"\n                    }\n                },\n                \"goodsReceipt\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dac16471ecaec04bf14985eefa/goods-receipt\"\n                    }\n                },\n                \"specialStockLocation\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dac16471ecaec04bf14985eefa/special-stock-location\"\n                    }\n                }\n            },\n            \"meta\": null\n        },\n        {\n            \"id\": \"018cb5daaab9713daf0f7c130a17d5ab\",\n            \"type\": \"pickware_erp_stock\",\n            \"attributes\": {\n                \"quantity\": 140,\n                \"productId\": \"018cb5d8cc6470bc813fb065a7ad5b99\",\n                \"productVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"locationTypeTechnicalName\": \"bin_location\",\n                \"warehouseId\": null,\n                \"binLocationId\": \"018cb5da9cee738eb5165d1fcdfe2590\",\n                \"orderId\": null,\n                \"orderVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"returnOrderId\": null,\n                \"returnOrderVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"stockContainerId\": null,\n                \"goodsReceiptId\": null,\n                \"specialStockLocationTechnicalName\": null,\n                \"createdAt\": \"2023-12-29T13:54:15.865+00:00\",\n                \"updatedAt\": null,\n                \"apiAlias\": \"pickware_erp_stock_foreign_keys_extension\"\n            },\n            \"links\": {\n                \"self\": \"https://example.com/api/pickware-erp-stock/018cb5daaab9713daf0f7c130a17d5ab\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5daaab9713daf0f7c130a17d5ab/product\"\n                    }\n                },\n                \"locationType\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5daaab9713daf0f7c130a17d5ab/location-type\"\n                    }\n                },\n                \"warehouse\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5daaab9713daf0f7c130a17d5ab/warehouse\"\n                    }\n                },\n                \"binLocation\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5daaab9713daf0f7c130a17d5ab/bin-location\"\n                    }\n                },\n                \"order\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5daaab9713daf0f7c130a17d5ab/order\"\n                    }\n                },\n                \"returnOrder\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5daaab9713daf0f7c130a17d5ab/return-order\"\n                    }\n                },\n                \"stockContainer\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5daaab9713daf0f7c130a17d5ab/stock-container\"\n                    }\n                },\n                \"goodsReceipt\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5daaab9713daf0f7c130a17d5ab/goods-receipt\"\n                    }\n                },\n                \"specialStockLocation\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5daaab9713daf0f7c130a17d5ab/special-stock-location\"\n                    }\n                }\n            },\n            \"meta\": null\n        },\n        {\n            \"id\": \"018cb5daab757287b721e1d02c9b1883\",\n            \"type\": \"pickware_erp_stock\",\n            \"attributes\": {\n                \"quantity\": 95,\n                \"productId\": \"018cb5d8cc697281a0a1c6a3c46fd768\",\n                \"productVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"locationTypeTechnicalName\": \"bin_location\",\n                \"warehouseId\": null,\n                \"binLocationId\": \"018cb5da9cee738eb5165d1fcdfe2590\",\n                \"orderId\": null,\n                \"orderVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"returnOrderId\": null,\n                \"returnOrderVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"stockContainerId\": null,\n                \"goodsReceiptId\": null,\n                \"specialStockLocationTechnicalName\": null,\n                \"createdAt\": \"2023-12-29T13:54:16.053+00:00\",\n                \"updatedAt\": null,\n                \"apiAlias\": \"pickware_erp_stock_foreign_keys_extension\"\n            },\n            \"links\": {\n                \"self\": \"https://example.com/api/pickware-erp-stock/018cb5daab757287b721e1d02c9b1883\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5daab757287b721e1d02c9b1883/product\"\n                    }\n                },\n                \"locationType\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5daab757287b721e1d02c9b1883/location-type\"\n                    }\n                },\n                \"warehouse\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5daab757287b721e1d02c9b1883/warehouse\"\n                    }\n                },\n                \"binLocation\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5daab757287b721e1d02c9b1883/bin-location\"\n                    }\n                },\n                \"order\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5daab757287b721e1d02c9b1883/order\"\n                    }\n                },\n                \"returnOrder\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5daab757287b721e1d02c9b1883/return-order\"\n                    }\n                },\n                \"stockContainer\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5daab757287b721e1d02c9b1883/stock-container\"\n                    }\n                },\n                \"goodsReceipt\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5daab757287b721e1d02c9b1883/goods-receipt\"\n                    }\n                },\n                \"specialStockLocation\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5daab757287b721e1d02c9b1883/special-stock-location\"\n                    }\n                }\n            },\n            \"meta\": null\n        },\n        {\n            \"id\": \"018cb5dab2e373e1ba8c9faba5be1b99\",\n            \"type\": \"pickware_erp_stock\",\n            \"attributes\": {\n                \"quantity\": 155,\n                \"productId\": \"018cb5d8ce63725b82be182dd70981cf\",\n                \"productVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"locationTypeTechnicalName\": \"bin_location\",\n                \"warehouseId\": null,\n                \"binLocationId\": \"018cb5da9cee738eb5165d1fcdfe2590\",\n                \"orderId\": null,\n                \"orderVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"returnOrderId\": null,\n                \"returnOrderVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"stockContainerId\": null,\n                \"goodsReceiptId\": null,\n                \"specialStockLocationTechnicalName\": null,\n                \"createdAt\": \"2023-12-29T13:54:17.955+00:00\",\n                \"updatedAt\": null,\n                \"apiAlias\": \"pickware_erp_stock_foreign_keys_extension\"\n            },\n            \"links\": {\n                \"self\": \"https://example.com/api/pickware-erp-stock/018cb5dab2e373e1ba8c9faba5be1b99\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dab2e373e1ba8c9faba5be1b99/product\"\n                    }\n                },\n                \"locationType\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dab2e373e1ba8c9faba5be1b99/location-type\"\n                    }\n                },\n                \"warehouse\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dab2e373e1ba8c9faba5be1b99/warehouse\"\n                    }\n                },\n                \"binLocation\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dab2e373e1ba8c9faba5be1b99/bin-location\"\n                    }\n                },\n                \"order\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dab2e373e1ba8c9faba5be1b99/order\"\n                    }\n                },\n                \"returnOrder\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dab2e373e1ba8c9faba5be1b99/return-order\"\n                    }\n                },\n                \"stockContainer\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dab2e373e1ba8c9faba5be1b99/stock-container\"\n                    }\n                },\n                \"goodsReceipt\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dab2e373e1ba8c9faba5be1b99/goods-receipt\"\n                    }\n                },\n                \"specialStockLocation\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dab2e373e1ba8c9faba5be1b99/special-stock-location\"\n                    }\n                }\n            },\n            \"meta\": null\n        },\n        {\n            \"id\": \"018cb5da9f3470e08c49e2b906e37d11\",\n            \"type\": \"pickware_erp_stock\",\n            \"attributes\": {\n                \"quantity\": 135,\n                \"productId\": \"018cb5d8ca9473378da27a1682152cde\",\n                \"productVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"locationTypeTechnicalName\": \"bin_location\",\n                \"warehouseId\": null,\n                \"binLocationId\": \"018cb5da9cee738eb5165d1fcdfe2590\",\n                \"orderId\": null,\n                \"orderVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"returnOrderId\": null,\n                \"returnOrderVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"stockContainerId\": null,\n                \"goodsReceiptId\": null,\n                \"specialStockLocationTechnicalName\": null,\n                \"createdAt\": \"2023-12-29T13:54:12.916+00:00\",\n                \"updatedAt\": null,\n                \"apiAlias\": \"pickware_erp_stock_foreign_keys_extension\"\n            },\n            \"links\": {\n                \"self\": \"https://example.com/api/pickware-erp-stock/018cb5da9f3470e08c49e2b906e37d11\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da9f3470e08c49e2b906e37d11/product\"\n                    }\n                },\n                \"locationType\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da9f3470e08c49e2b906e37d11/location-type\"\n                    }\n                },\n                \"warehouse\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da9f3470e08c49e2b906e37d11/warehouse\"\n                    }\n                },\n                \"binLocation\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da9f3470e08c49e2b906e37d11/bin-location\"\n                    }\n                },\n                \"order\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da9f3470e08c49e2b906e37d11/order\"\n                    }\n                },\n                \"returnOrder\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da9f3470e08c49e2b906e37d11/return-order\"\n                    }\n                },\n                \"stockContainer\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da9f3470e08c49e2b906e37d11/stock-container\"\n                    }\n                },\n                \"goodsReceipt\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da9f3470e08c49e2b906e37d11/goods-receipt\"\n                    }\n                },\n                \"specialStockLocation\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da9f3470e08c49e2b906e37d11/special-stock-location\"\n                    }\n                }\n            },\n            \"meta\": null\n        },\n        {\n            \"id\": \"018cb5daaf05738c9ec5a84cd34eccb7\",\n            \"type\": \"pickware_erp_stock\",\n            \"attributes\": {\n                \"quantity\": 130,\n                \"productId\": \"018cb5d8cc8473e2b51cef803ba56b60\",\n                \"productVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"locationTypeTechnicalName\": \"bin_location\",\n                \"warehouseId\": null,\n                \"binLocationId\": \"018cb5da9cee738eb5165d1fcdfe2590\",\n                \"orderId\": null,\n                \"orderVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"returnOrderId\": null,\n                \"returnOrderVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"stockContainerId\": null,\n                \"goodsReceiptId\": null,\n                \"specialStockLocationTechnicalName\": null,\n                \"createdAt\": \"2023-12-29T13:54:16.965+00:00\",\n                \"updatedAt\": null,\n                \"apiAlias\": \"pickware_erp_stock_foreign_keys_extension\"\n            },\n            \"links\": {\n                \"self\": \"https://example.com/api/pickware-erp-stock/018cb5daaf05738c9ec5a84cd34eccb7\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5daaf05738c9ec5a84cd34eccb7/product\"\n                    }\n                },\n                \"locationType\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5daaf05738c9ec5a84cd34eccb7/location-type\"\n                    }\n                },\n                \"warehouse\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5daaf05738c9ec5a84cd34eccb7/warehouse\"\n                    }\n                },\n                \"binLocation\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5daaf05738c9ec5a84cd34eccb7/bin-location\"\n                    }\n                },\n                \"order\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5daaf05738c9ec5a84cd34eccb7/order\"\n                    }\n                },\n                \"returnOrder\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5daaf05738c9ec5a84cd34eccb7/return-order\"\n                    }\n                },\n                \"stockContainer\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5daaf05738c9ec5a84cd34eccb7/stock-container\"\n                    }\n                },\n                \"goodsReceipt\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5daaf05738c9ec5a84cd34eccb7/goods-receipt\"\n                    }\n                },\n                \"specialStockLocation\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5daaf05738c9ec5a84cd34eccb7/special-stock-location\"\n                    }\n                }\n            },\n            \"meta\": null\n        },\n        {\n            \"id\": \"018cb5dabdb370fbbed1c4d8be3f1377\",\n            \"type\": \"pickware_erp_stock\",\n            \"attributes\": {\n                \"quantity\": 130,\n                \"productId\": \"018cb5d8d107715986e755401d377c89\",\n                \"productVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"locationTypeTechnicalName\": \"bin_location\",\n                \"warehouseId\": null,\n                \"binLocationId\": \"018cb5da9cee738eb5165d1fcdfe2590\",\n                \"orderId\": null,\n                \"orderVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"returnOrderId\": null,\n                \"returnOrderVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"stockContainerId\": null,\n                \"goodsReceiptId\": null,\n                \"specialStockLocationTechnicalName\": null,\n                \"createdAt\": \"2023-12-29T13:54:20.724+00:00\",\n                \"updatedAt\": null,\n                \"apiAlias\": \"pickware_erp_stock_foreign_keys_extension\"\n            },\n            \"links\": {\n                \"self\": \"https://example.com/api/pickware-erp-stock/018cb5dabdb370fbbed1c4d8be3f1377\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dabdb370fbbed1c4d8be3f1377/product\"\n                    }\n                },\n                \"locationType\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dabdb370fbbed1c4d8be3f1377/location-type\"\n                    }\n                },\n                \"warehouse\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dabdb370fbbed1c4d8be3f1377/warehouse\"\n                    }\n                },\n                \"binLocation\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dabdb370fbbed1c4d8be3f1377/bin-location\"\n                    }\n                },\n                \"order\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dabdb370fbbed1c4d8be3f1377/order\"\n                    }\n                },\n                \"returnOrder\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dabdb370fbbed1c4d8be3f1377/return-order\"\n                    }\n                },\n                \"stockContainer\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dabdb370fbbed1c4d8be3f1377/stock-container\"\n                    }\n                },\n                \"goodsReceipt\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dabdb370fbbed1c4d8be3f1377/goods-receipt\"\n                    }\n                },\n                \"specialStockLocation\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dabdb370fbbed1c4d8be3f1377/special-stock-location\"\n                    }\n                }\n            },\n            \"meta\": null\n        },\n        {\n            \"id\": \"018cb5daafeb736ea0fe6d10005b5491\",\n            \"type\": \"pickware_erp_stock\",\n            \"attributes\": {\n                \"quantity\": 50,\n                \"productId\": \"018cb5d8cc8a7246bb458058de7b9843\",\n                \"productVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"locationTypeTechnicalName\": \"bin_location\",\n                \"warehouseId\": null,\n                \"binLocationId\": \"018cb5da9cee738eb5165d1fcdfe2590\",\n                \"orderId\": null,\n                \"orderVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"returnOrderId\": null,\n                \"returnOrderVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"stockContainerId\": null,\n                \"goodsReceiptId\": null,\n                \"specialStockLocationTechnicalName\": null,\n                \"createdAt\": \"2023-12-29T13:54:17.195+00:00\",\n                \"updatedAt\": null,\n                \"apiAlias\": \"pickware_erp_stock_foreign_keys_extension\"\n            },\n            \"links\": {\n                \"self\": \"https://example.com/api/pickware-erp-stock/018cb5daafeb736ea0fe6d10005b5491\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5daafeb736ea0fe6d10005b5491/product\"\n                    }\n                },\n                \"locationType\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5daafeb736ea0fe6d10005b5491/location-type\"\n                    }\n                },\n                \"warehouse\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5daafeb736ea0fe6d10005b5491/warehouse\"\n                    }\n                },\n                \"binLocation\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5daafeb736ea0fe6d10005b5491/bin-location\"\n                    }\n                },\n                \"order\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5daafeb736ea0fe6d10005b5491/order\"\n                    }\n                },\n                \"returnOrder\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5daafeb736ea0fe6d10005b5491/return-order\"\n                    }\n                },\n                \"stockContainer\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5daafeb736ea0fe6d10005b5491/stock-container\"\n                    }\n                },\n                \"goodsReceipt\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5daafeb736ea0fe6d10005b5491/goods-receipt\"\n                    }\n                },\n                \"specialStockLocation\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5daafeb736ea0fe6d10005b5491/special-stock-location\"\n                    }\n                }\n            },\n            \"meta\": null\n        },\n        {\n            \"id\": \"018cb5dac0f373fbb28fce1751748de3\",\n            \"type\": \"pickware_erp_stock\",\n            \"attributes\": {\n                \"quantity\": 110,\n                \"productId\": \"018cb5d8d11c70fda9cb397a2cd45569\",\n                \"productVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"locationTypeTechnicalName\": \"bin_location\",\n                \"warehouseId\": null,\n                \"binLocationId\": \"018cb5da9cee738eb5165d1fcdfe2590\",\n                \"orderId\": null,\n                \"orderVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"returnOrderId\": null,\n                \"returnOrderVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"stockContainerId\": null,\n                \"goodsReceiptId\": null,\n                \"specialStockLocationTechnicalName\": null,\n                \"createdAt\": \"2023-12-29T13:54:21.555+00:00\",\n                \"updatedAt\": null,\n                \"apiAlias\": \"pickware_erp_stock_foreign_keys_extension\"\n            },\n            \"links\": {\n                \"self\": \"https://example.com/api/pickware-erp-stock/018cb5dac0f373fbb28fce1751748de3\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dac0f373fbb28fce1751748de3/product\"\n                    }\n                },\n                \"locationType\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dac0f373fbb28fce1751748de3/location-type\"\n                    }\n                },\n                \"warehouse\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dac0f373fbb28fce1751748de3/warehouse\"\n                    }\n                },\n                \"binLocation\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dac0f373fbb28fce1751748de3/bin-location\"\n                    }\n                },\n                \"order\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dac0f373fbb28fce1751748de3/order\"\n                    }\n                },\n                \"returnOrder\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dac0f373fbb28fce1751748de3/return-order\"\n                    }\n                },\n                \"stockContainer\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dac0f373fbb28fce1751748de3/stock-container\"\n                    }\n                },\n                \"goodsReceipt\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dac0f373fbb28fce1751748de3/goods-receipt\"\n                    }\n                },\n                \"specialStockLocation\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dac0f373fbb28fce1751748de3/special-stock-location\"\n                    }\n                }\n            },\n            \"meta\": null\n        },\n        {\n            \"id\": \"018cb5dacd237240a71c6d97e6a9b48d\",\n            \"type\": \"pickware_erp_stock\",\n            \"attributes\": {\n                \"quantity\": 55,\n                \"productId\": \"018cb5d8d2f3706b88c90dfd5892b031\",\n                \"productVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"locationTypeTechnicalName\": \"bin_location\",\n                \"warehouseId\": null,\n                \"binLocationId\": \"018cb5da9cee738eb5165d1fcdfe2590\",\n                \"orderId\": null,\n                \"orderVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"returnOrderId\": null,\n                \"returnOrderVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"stockContainerId\": null,\n                \"goodsReceiptId\": null,\n                \"specialStockLocationTechnicalName\": null,\n                \"createdAt\": \"2023-12-29T13:54:24.675+00:00\",\n                \"updatedAt\": null,\n                \"apiAlias\": \"pickware_erp_stock_foreign_keys_extension\"\n            },\n            \"links\": {\n                \"self\": \"https://example.com/api/pickware-erp-stock/018cb5dacd237240a71c6d97e6a9b48d\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dacd237240a71c6d97e6a9b48d/product\"\n                    }\n                },\n                \"locationType\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dacd237240a71c6d97e6a9b48d/location-type\"\n                    }\n                },\n                \"warehouse\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dacd237240a71c6d97e6a9b48d/warehouse\"\n                    }\n                },\n                \"binLocation\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dacd237240a71c6d97e6a9b48d/bin-location\"\n                    }\n                },\n                \"order\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dacd237240a71c6d97e6a9b48d/order\"\n                    }\n                },\n                \"returnOrder\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dacd237240a71c6d97e6a9b48d/return-order\"\n                    }\n                },\n                \"stockContainer\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dacd237240a71c6d97e6a9b48d/stock-container\"\n                    }\n                },\n                \"goodsReceipt\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dacd237240a71c6d97e6a9b48d/goods-receipt\"\n                    }\n                },\n                \"specialStockLocation\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dacd237240a71c6d97e6a9b48d/special-stock-location\"\n                    }\n                }\n            },\n            \"meta\": null\n        },\n        {\n            \"id\": \"018cb5daadc072d283907d6d7db71018\",\n            \"type\": \"pickware_erp_stock\",\n            \"attributes\": {\n                \"quantity\": 115,\n                \"productId\": \"018cb5d8cc7970ceab8c9bd37a198e52\",\n                \"productVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"locationTypeTechnicalName\": \"bin_location\",\n                \"warehouseId\": null,\n                \"binLocationId\": \"018cb5da9cee738eb5165d1fcdfe2590\",\n                \"orderId\": null,\n                \"orderVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"returnOrderId\": null,\n                \"returnOrderVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"stockContainerId\": null,\n                \"goodsReceiptId\": null,\n                \"specialStockLocationTechnicalName\": null,\n                \"createdAt\": \"2023-12-29T13:54:16.640+00:00\",\n                \"updatedAt\": null,\n                \"apiAlias\": \"pickware_erp_stock_foreign_keys_extension\"\n            },\n            \"links\": {\n                \"self\": \"https://example.com/api/pickware-erp-stock/018cb5daadc072d283907d6d7db71018\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5daadc072d283907d6d7db71018/product\"\n                    }\n                },\n                \"locationType\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5daadc072d283907d6d7db71018/location-type\"\n                    }\n                },\n                \"warehouse\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5daadc072d283907d6d7db71018/warehouse\"\n                    }\n                },\n                \"binLocation\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5daadc072d283907d6d7db71018/bin-location\"\n                    }\n                },\n                \"order\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5daadc072d283907d6d7db71018/order\"\n                    }\n                },\n                \"returnOrder\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5daadc072d283907d6d7db71018/return-order\"\n                    }\n                },\n                \"stockContainer\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5daadc072d283907d6d7db71018/stock-container\"\n                    }\n                },\n                \"goodsReceipt\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5daadc072d283907d6d7db71018/goods-receipt\"\n                    }\n                },\n                \"specialStockLocation\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5daadc072d283907d6d7db71018/special-stock-location\"\n                    }\n                }\n            },\n            \"meta\": null\n        },\n        {\n            \"id\": \"018cb5da9ec27309a536a470c3cb7b4a\",\n            \"type\": \"pickware_erp_stock\",\n            \"attributes\": {\n                \"quantity\": 85,\n                \"productId\": \"018cb5d8ca9473378da27a1681ee3c74\",\n                \"productVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"locationTypeTechnicalName\": \"bin_location\",\n                \"warehouseId\": null,\n                \"binLocationId\": \"018cb5da9cee738eb5165d1fcdfe2590\",\n                \"orderId\": null,\n                \"orderVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"returnOrderId\": null,\n                \"returnOrderVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"stockContainerId\": null,\n                \"goodsReceiptId\": null,\n                \"specialStockLocationTechnicalName\": null,\n                \"createdAt\": \"2023-12-29T13:54:12.802+00:00\",\n                \"updatedAt\": null,\n                \"apiAlias\": \"pickware_erp_stock_foreign_keys_extension\"\n            },\n            \"links\": {\n                \"self\": \"https://example.com/api/pickware-erp-stock/018cb5da9ec27309a536a470c3cb7b4a\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da9ec27309a536a470c3cb7b4a/product\"\n                    }\n                },\n                \"locationType\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da9ec27309a536a470c3cb7b4a/location-type\"\n                    }\n                },\n                \"warehouse\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da9ec27309a536a470c3cb7b4a/warehouse\"\n                    }\n                },\n                \"binLocation\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da9ec27309a536a470c3cb7b4a/bin-location\"\n                    }\n                },\n                \"order\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da9ec27309a536a470c3cb7b4a/order\"\n                    }\n                },\n                \"returnOrder\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da9ec27309a536a470c3cb7b4a/return-order\"\n                    }\n                },\n                \"stockContainer\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da9ec27309a536a470c3cb7b4a/stock-container\"\n                    }\n                },\n                \"goodsReceipt\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da9ec27309a536a470c3cb7b4a/goods-receipt\"\n                    }\n                },\n                \"specialStockLocation\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da9ec27309a536a470c3cb7b4a/special-stock-location\"\n                    }\n                }\n            },\n            \"meta\": null\n        },\n        {\n            \"id\": \"018cb5dacb8172d8a2d638286e7bb2c2\",\n            \"type\": \"pickware_erp_stock\",\n            \"attributes\": {\n                \"quantity\": 145,\n                \"productId\": \"018cb5d8d2e8709aae3adb1dd879a348\",\n                \"productVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"locationTypeTechnicalName\": \"bin_location\",\n                \"warehouseId\": null,\n                \"binLocationId\": \"018cb5da9cee738eb5165d1fcdfe2590\",\n                \"orderId\": null,\n                \"orderVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"returnOrderId\": null,\n                \"returnOrderVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"stockContainerId\": null,\n                \"goodsReceiptId\": null,\n                \"specialStockLocationTechnicalName\": null,\n                \"createdAt\": \"2023-12-29T13:54:24.257+00:00\",\n                \"updatedAt\": null,\n                \"apiAlias\": \"pickware_erp_stock_foreign_keys_extension\"\n            },\n            \"links\": {\n                \"self\": \"https://example.com/api/pickware-erp-stock/018cb5dacb8172d8a2d638286e7bb2c2\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dacb8172d8a2d638286e7bb2c2/product\"\n                    }\n                },\n                \"locationType\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dacb8172d8a2d638286e7bb2c2/location-type\"\n                    }\n                },\n                \"warehouse\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dacb8172d8a2d638286e7bb2c2/warehouse\"\n                    }\n                },\n                \"binLocation\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dacb8172d8a2d638286e7bb2c2/bin-location\"\n                    }\n                },\n                \"order\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dacb8172d8a2d638286e7bb2c2/order\"\n                    }\n                },\n                \"returnOrder\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dacb8172d8a2d638286e7bb2c2/return-order\"\n                    }\n                },\n                \"stockContainer\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dacb8172d8a2d638286e7bb2c2/stock-container\"\n                    }\n                },\n                \"goodsReceipt\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dacb8172d8a2d638286e7bb2c2/goods-receipt\"\n                    }\n                },\n                \"specialStockLocation\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dacb8172d8a2d638286e7bb2c2/special-stock-location\"\n                    }\n                }\n            },\n            \"meta\": null\n        },\n        {\n            \"id\": \"018cb5dab8e373a79ac7da7a867155cf\",\n            \"type\": \"pickware_erp_stock\",\n            \"attributes\": {\n                \"quantity\": 75,\n                \"productId\": \"018cb5d8ce8272e08c87f6c209996e48\",\n                \"productVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"locationTypeTechnicalName\": \"bin_location\",\n                \"warehouseId\": null,\n                \"binLocationId\": \"018cb5da9cee738eb5165d1fcdfe2590\",\n                \"orderId\": null,\n                \"orderVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"returnOrderId\": null,\n                \"returnOrderVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"stockContainerId\": null,\n                \"goodsReceiptId\": null,\n                \"specialStockLocationTechnicalName\": null,\n                \"createdAt\": \"2023-12-29T13:54:19.491+00:00\",\n                \"updatedAt\": null,\n                \"apiAlias\": \"pickware_erp_stock_foreign_keys_extension\"\n            },\n            \"links\": {\n                \"self\": \"https://example.com/api/pickware-erp-stock/018cb5dab8e373a79ac7da7a867155cf\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dab8e373a79ac7da7a867155cf/product\"\n                    }\n                },\n                \"locationType\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dab8e373a79ac7da7a867155cf/location-type\"\n                    }\n                },\n                \"warehouse\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dab8e373a79ac7da7a867155cf/warehouse\"\n                    }\n                },\n                \"binLocation\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dab8e373a79ac7da7a867155cf/bin-location\"\n                    }\n                },\n                \"order\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dab8e373a79ac7da7a867155cf/order\"\n                    }\n                },\n                \"returnOrder\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dab8e373a79ac7da7a867155cf/return-order\"\n                    }\n                },\n                \"stockContainer\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dab8e373a79ac7da7a867155cf/stock-container\"\n                    }\n                },\n                \"goodsReceipt\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dab8e373a79ac7da7a867155cf/goods-receipt\"\n                    }\n                },\n                \"specialStockLocation\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dab8e373a79ac7da7a867155cf/special-stock-location\"\n                    }\n                }\n            },\n            \"meta\": null\n        },\n        {\n            \"id\": \"018cb5daa117729e90193bb4169feac8\",\n            \"type\": \"pickware_erp_stock\",\n            \"attributes\": {\n                \"quantity\": 60,\n                \"productId\": \"018cb5d8ca9771b0a43ad015e25d5458\",\n                \"productVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"locationTypeTechnicalName\": \"bin_location\",\n                \"warehouseId\": null,\n                \"binLocationId\": \"018cb5da9cee738eb5165d1fcdfe2590\",\n                \"orderId\": null,\n                \"orderVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"returnOrderId\": null,\n                \"returnOrderVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"stockContainerId\": null,\n                \"goodsReceiptId\": null,\n                \"specialStockLocationTechnicalName\": null,\n                \"createdAt\": \"2023-12-29T13:54:13.399+00:00\",\n                \"updatedAt\": null,\n                \"apiAlias\": \"pickware_erp_stock_foreign_keys_extension\"\n            },\n            \"links\": {\n                \"self\": \"https://example.com/api/pickware-erp-stock/018cb5daa117729e90193bb4169feac8\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5daa117729e90193bb4169feac8/product\"\n                    }\n                },\n                \"locationType\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5daa117729e90193bb4169feac8/location-type\"\n                    }\n                },\n                \"warehouse\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5daa117729e90193bb4169feac8/warehouse\"\n                    }\n                },\n                \"binLocation\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5daa117729e90193bb4169feac8/bin-location\"\n                    }\n                },\n                \"order\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5daa117729e90193bb4169feac8/order\"\n                    }\n                },\n                \"returnOrder\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5daa117729e90193bb4169feac8/return-order\"\n                    }\n                },\n                \"stockContainer\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5daa117729e90193bb4169feac8/stock-container\"\n                    }\n                },\n                \"goodsReceipt\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5daa117729e90193bb4169feac8/goods-receipt\"\n                    }\n                },\n                \"specialStockLocation\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5daa117729e90193bb4169feac8/special-stock-location\"\n                    }\n                }\n            },\n            \"meta\": null\n        },\n        {\n            \"id\": \"018cb5dabf3f70b7b333829bad9602d0\",\n            \"type\": \"pickware_erp_stock\",\n            \"attributes\": {\n                \"quantity\": 60,\n                \"productId\": \"018cb5d8d112713e8bf6ba17dd478357\",\n                \"productVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"locationTypeTechnicalName\": \"bin_location\",\n                \"warehouseId\": null,\n                \"binLocationId\": \"018cb5da9cee738eb5165d1fcdfe2590\",\n                \"orderId\": null,\n                \"orderVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"returnOrderId\": null,\n                \"returnOrderVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"stockContainerId\": null,\n                \"goodsReceiptId\": null,\n                \"specialStockLocationTechnicalName\": null,\n                \"createdAt\": \"2023-12-29T13:54:21.120+00:00\",\n                \"updatedAt\": null,\n                \"apiAlias\": \"pickware_erp_stock_foreign_keys_extension\"\n            },\n            \"links\": {\n                \"self\": \"https://example.com/api/pickware-erp-stock/018cb5dabf3f70b7b333829bad9602d0\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dabf3f70b7b333829bad9602d0/product\"\n                    }\n                },\n                \"locationType\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dabf3f70b7b333829bad9602d0/location-type\"\n                    }\n                },\n                \"warehouse\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dabf3f70b7b333829bad9602d0/warehouse\"\n                    }\n                },\n                \"binLocation\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dabf3f70b7b333829bad9602d0/bin-location\"\n                    }\n                },\n                \"order\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dabf3f70b7b333829bad9602d0/order\"\n                    }\n                },\n                \"returnOrder\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dabf3f70b7b333829bad9602d0/return-order\"\n                    }\n                },\n                \"stockContainer\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dabf3f70b7b333829bad9602d0/stock-container\"\n                    }\n                },\n                \"goodsReceipt\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dabf3f70b7b333829bad9602d0/goods-receipt\"\n                    }\n                },\n                \"specialStockLocation\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dabf3f70b7b333829bad9602d0/special-stock-location\"\n                    }\n                }\n            },\n            \"meta\": null\n        },\n        {\n            \"id\": \"018cb5daa6f27222ab3b518c8349ec5d\",\n            \"type\": \"pickware_erp_stock\",\n            \"attributes\": {\n                \"quantity\": 65,\n                \"productId\": \"018cb5d8caab70148bc1ac089a5acca2\",\n                \"productVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"locationTypeTechnicalName\": \"bin_location\",\n                \"warehouseId\": null,\n                \"binLocationId\": \"018cb5da9cee738eb5165d1fcdfe2590\",\n                \"orderId\": null,\n                \"orderVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"returnOrderId\": null,\n                \"returnOrderVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"stockContainerId\": null,\n                \"goodsReceiptId\": null,\n                \"specialStockLocationTechnicalName\": null,\n                \"createdAt\": \"2023-12-29T13:54:14.898+00:00\",\n                \"updatedAt\": null,\n                \"apiAlias\": \"pickware_erp_stock_foreign_keys_extension\"\n            },\n            \"links\": {\n                \"self\": \"https://example.com/api/pickware-erp-stock/018cb5daa6f27222ab3b518c8349ec5d\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5daa6f27222ab3b518c8349ec5d/product\"\n                    }\n                },\n                \"locationType\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5daa6f27222ab3b518c8349ec5d/location-type\"\n                    }\n                },\n                \"warehouse\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5daa6f27222ab3b518c8349ec5d/warehouse\"\n                    }\n                },\n                \"binLocation\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5daa6f27222ab3b518c8349ec5d/bin-location\"\n                    }\n                },\n                \"order\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5daa6f27222ab3b518c8349ec5d/order\"\n                    }\n                },\n                \"returnOrder\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5daa6f27222ab3b518c8349ec5d/return-order\"\n                    }\n                },\n                \"stockContainer\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5daa6f27222ab3b518c8349ec5d/stock-container\"\n                    }\n                },\n                \"goodsReceipt\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5daa6f27222ab3b518c8349ec5d/goods-receipt\"\n                    }\n                },\n                \"specialStockLocation\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5daa6f27222ab3b518c8349ec5d/special-stock-location\"\n                    }\n                }\n            },\n            \"meta\": null\n        },\n        {\n            \"id\": \"018cb5dabe1471758cb0026efda4f720\",\n            \"type\": \"pickware_erp_stock\",\n            \"attributes\": {\n                \"quantity\": 140,\n                \"productId\": \"018cb5d8d109710bb256c9667f3f059f\",\n                \"productVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"locationTypeTechnicalName\": \"bin_location\",\n                \"warehouseId\": null,\n                \"binLocationId\": \"018cb5da9cee738eb5165d1fcdfe2590\",\n                \"orderId\": null,\n                \"orderVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"returnOrderId\": null,\n                \"returnOrderVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"stockContainerId\": null,\n                \"goodsReceiptId\": null,\n                \"specialStockLocationTechnicalName\": null,\n                \"createdAt\": \"2023-12-29T13:54:20.821+00:00\",\n                \"updatedAt\": null,\n                \"apiAlias\": \"pickware_erp_stock_foreign_keys_extension\"\n            },\n            \"links\": {\n                \"self\": \"https://example.com/api/pickware-erp-stock/018cb5dabe1471758cb0026efda4f720\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dabe1471758cb0026efda4f720/product\"\n                    }\n                },\n                \"locationType\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dabe1471758cb0026efda4f720/location-type\"\n                    }\n                },\n                \"warehouse\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dabe1471758cb0026efda4f720/warehouse\"\n                    }\n                },\n                \"binLocation\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dabe1471758cb0026efda4f720/bin-location\"\n                    }\n                },\n                \"order\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dabe1471758cb0026efda4f720/order\"\n                    }\n                },\n                \"returnOrder\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dabe1471758cb0026efda4f720/return-order\"\n                    }\n                },\n                \"stockContainer\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dabe1471758cb0026efda4f720/stock-container\"\n                    }\n                },\n                \"goodsReceipt\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dabe1471758cb0026efda4f720/goods-receipt\"\n                    }\n                },\n                \"specialStockLocation\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dabe1471758cb0026efda4f720/special-stock-location\"\n                    }\n                }\n            },\n            \"meta\": null\n        },\n        {\n            \"id\": \"018cb5daacd27104ad63c17a17c5e1de\",\n            \"type\": \"pickware_erp_stock\",\n            \"attributes\": {\n                \"quantity\": 90,\n                \"productId\": \"018cb5d8cc73710c9a82a03db7a3d8a6\",\n                \"productVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"locationTypeTechnicalName\": \"bin_location\",\n                \"warehouseId\": null,\n                \"binLocationId\": \"018cb5da9cee738eb5165d1fcdfe2590\",\n                \"orderId\": null,\n                \"orderVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"returnOrderId\": null,\n                \"returnOrderVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"stockContainerId\": null,\n                \"goodsReceiptId\": null,\n                \"specialStockLocationTechnicalName\": null,\n                \"createdAt\": \"2023-12-29T13:54:16.402+00:00\",\n                \"updatedAt\": null,\n                \"apiAlias\": \"pickware_erp_stock_foreign_keys_extension\"\n            },\n            \"links\": {\n                \"self\": \"https://example.com/api/pickware-erp-stock/018cb5daacd27104ad63c17a17c5e1de\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5daacd27104ad63c17a17c5e1de/product\"\n                    }\n                },\n                \"locationType\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5daacd27104ad63c17a17c5e1de/location-type\"\n                    }\n                },\n                \"warehouse\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5daacd27104ad63c17a17c5e1de/warehouse\"\n                    }\n                },\n                \"binLocation\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5daacd27104ad63c17a17c5e1de/bin-location\"\n                    }\n                },\n                \"order\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5daacd27104ad63c17a17c5e1de/order\"\n                    }\n                },\n                \"returnOrder\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5daacd27104ad63c17a17c5e1de/return-order\"\n                    }\n                },\n                \"stockContainer\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5daacd27104ad63c17a17c5e1de/stock-container\"\n                    }\n                },\n                \"goodsReceipt\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5daacd27104ad63c17a17c5e1de/goods-receipt\"\n                    }\n                },\n                \"specialStockLocation\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5daacd27104ad63c17a17c5e1de/special-stock-location\"\n                    }\n                }\n            },\n            \"meta\": null\n        },\n        {\n            \"id\": \"018cb5daa8fc72afb13bd85c796d9d03\",\n            \"type\": \"pickware_erp_stock\",\n            \"attributes\": {\n                \"quantity\": 150,\n                \"productId\": \"018cb5d8cc5b7099bf82496c4db6303a\",\n                \"productVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"locationTypeTechnicalName\": \"bin_location\",\n                \"warehouseId\": null,\n                \"binLocationId\": \"018cb5da9cee738eb5165d1fcdfe2590\",\n                \"orderId\": null,\n                \"orderVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"returnOrderId\": null,\n                \"returnOrderVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"stockContainerId\": null,\n                \"goodsReceiptId\": null,\n                \"specialStockLocationTechnicalName\": null,\n                \"createdAt\": \"2023-12-29T13:54:15.420+00:00\",\n                \"updatedAt\": null,\n                \"apiAlias\": \"pickware_erp_stock_foreign_keys_extension\"\n            },\n            \"links\": {\n                \"self\": \"https://example.com/api/pickware-erp-stock/018cb5daa8fc72afb13bd85c796d9d03\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5daa8fc72afb13bd85c796d9d03/product\"\n                    }\n                },\n                \"locationType\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5daa8fc72afb13bd85c796d9d03/location-type\"\n                    }\n                },\n                \"warehouse\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5daa8fc72afb13bd85c796d9d03/warehouse\"\n                    }\n                },\n                \"binLocation\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5daa8fc72afb13bd85c796d9d03/bin-location\"\n                    }\n                },\n                \"order\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5daa8fc72afb13bd85c796d9d03/order\"\n                    }\n                },\n                \"returnOrder\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5daa8fc72afb13bd85c796d9d03/return-order\"\n                    }\n                },\n                \"stockContainer\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5daa8fc72afb13bd85c796d9d03/stock-container\"\n                    }\n                },\n                \"goodsReceipt\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5daa8fc72afb13bd85c796d9d03/goods-receipt\"\n                    }\n                },\n                \"specialStockLocation\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5daa8fc72afb13bd85c796d9d03/special-stock-location\"\n                    }\n                }\n            },\n            \"meta\": null\n        },\n        {\n            \"id\": \"018cb5daa20971a9a778f118f31f5bba\",\n            \"type\": \"pickware_erp_stock\",\n            \"attributes\": {\n                \"quantity\": 90,\n                \"productId\": \"018cb5d8ca9b716d934a0148969bcca8\",\n                \"productVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"locationTypeTechnicalName\": \"bin_location\",\n                \"warehouseId\": null,\n                \"binLocationId\": \"018cb5da9cee738eb5165d1fcdfe2590\",\n                \"orderId\": null,\n                \"orderVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"returnOrderId\": null,\n                \"returnOrderVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"stockContainerId\": null,\n                \"goodsReceiptId\": null,\n                \"specialStockLocationTechnicalName\": null,\n                \"createdAt\": \"2023-12-29T13:54:13.641+00:00\",\n                \"updatedAt\": null,\n                \"apiAlias\": \"pickware_erp_stock_foreign_keys_extension\"\n            },\n            \"links\": {\n                \"self\": \"https://example.com/api/pickware-erp-stock/018cb5daa20971a9a778f118f31f5bba\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5daa20971a9a778f118f31f5bba/product\"\n                    }\n                },\n                \"locationType\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5daa20971a9a778f118f31f5bba/location-type\"\n                    }\n                },\n                \"warehouse\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5daa20971a9a778f118f31f5bba/warehouse\"\n                    }\n                },\n                \"binLocation\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5daa20971a9a778f118f31f5bba/bin-location\"\n                    }\n                },\n                \"order\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5daa20971a9a778f118f31f5bba/order\"\n                    }\n                },\n                \"returnOrder\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5daa20971a9a778f118f31f5bba/return-order\"\n                    }\n                },\n                \"stockContainer\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5daa20971a9a778f118f31f5bba/stock-container\"\n                    }\n                },\n                \"goodsReceipt\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5daa20971a9a778f118f31f5bba/goods-receipt\"\n                    }\n                },\n                \"specialStockLocation\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5daa20971a9a778f118f31f5bba/special-stock-location\"\n                    }\n                }\n            },\n            \"meta\": null\n        },\n        {\n            \"id\": \"018cb5dacbf07288b202c2773de8ff86\",\n            \"type\": \"pickware_erp_stock\",\n            \"attributes\": {\n                \"quantity\": 100,\n                \"productId\": \"018cb5d8d2eb7301933ddd21247598bd\",\n                \"productVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"locationTypeTechnicalName\": \"bin_location\",\n                \"warehouseId\": null,\n                \"binLocationId\": \"018cb5da9cee738eb5165d1fcdfe2590\",\n                \"orderId\": null,\n                \"orderVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"returnOrderId\": null,\n                \"returnOrderVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"stockContainerId\": null,\n                \"goodsReceiptId\": null,\n                \"specialStockLocationTechnicalName\": null,\n                \"createdAt\": \"2023-12-29T13:54:24.368+00:00\",\n                \"updatedAt\": null,\n                \"apiAlias\": \"pickware_erp_stock_foreign_keys_extension\"\n            },\n            \"links\": {\n                \"self\": \"https://example.com/api/pickware-erp-stock/018cb5dacbf07288b202c2773de8ff86\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dacbf07288b202c2773de8ff86/product\"\n                    }\n                },\n                \"locationType\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dacbf07288b202c2773de8ff86/location-type\"\n                    }\n                },\n                \"warehouse\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dacbf07288b202c2773de8ff86/warehouse\"\n                    }\n                },\n                \"binLocation\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dacbf07288b202c2773de8ff86/bin-location\"\n                    }\n                },\n                \"order\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dacbf07288b202c2773de8ff86/order\"\n                    }\n                },\n                \"returnOrder\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dacbf07288b202c2773de8ff86/return-order\"\n                    }\n                },\n                \"stockContainer\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dacbf07288b202c2773de8ff86/stock-container\"\n                    }\n                },\n                \"goodsReceipt\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dacbf07288b202c2773de8ff86/goods-receipt\"\n                    }\n                },\n                \"specialStockLocation\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dacbf07288b202c2773de8ff86/special-stock-location\"\n                    }\n                }\n            },\n            \"meta\": null\n        },\n        {\n            \"id\": \"018cb5dac4cc71e5bdad76637a50f61a\",\n            \"type\": \"pickware_erp_stock\",\n            \"attributes\": {\n                \"quantity\": 125,\n                \"productId\": \"018cb5d8d2d1737dab406c0f61b702a3\",\n                \"productVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"locationTypeTechnicalName\": \"bin_location\",\n                \"warehouseId\": null,\n                \"binLocationId\": \"018cb5da9cee738eb5165d1fcdfe2590\",\n                \"orderId\": null,\n                \"orderVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"returnOrderId\": null,\n                \"returnOrderVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"stockContainerId\": null,\n                \"goodsReceiptId\": null,\n                \"specialStockLocationTechnicalName\": null,\n                \"createdAt\": \"2023-12-29T13:54:22.540+00:00\",\n                \"updatedAt\": null,\n                \"apiAlias\": \"pickware_erp_stock_foreign_keys_extension\"\n            },\n            \"links\": {\n                \"self\": \"https://example.com/api/pickware-erp-stock/018cb5dac4cc71e5bdad76637a50f61a\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dac4cc71e5bdad76637a50f61a/product\"\n                    }\n                },\n                \"locationType\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dac4cc71e5bdad76637a50f61a/location-type\"\n                    }\n                },\n                \"warehouse\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dac4cc71e5bdad76637a50f61a/warehouse\"\n                    }\n                },\n                \"binLocation\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dac4cc71e5bdad76637a50f61a/bin-location\"\n                    }\n                },\n                \"order\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dac4cc71e5bdad76637a50f61a/order\"\n                    }\n                },\n                \"returnOrder\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dac4cc71e5bdad76637a50f61a/return-order\"\n                    }\n                },\n                \"stockContainer\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dac4cc71e5bdad76637a50f61a/stock-container\"\n                    }\n                },\n                \"goodsReceipt\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dac4cc71e5bdad76637a50f61a/goods-receipt\"\n                    }\n                },\n                \"specialStockLocation\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dac4cc71e5bdad76637a50f61a/special-stock-location\"\n                    }\n                }\n            },\n            \"meta\": null\n        },\n        {\n            \"id\": \"018cb5dac5cf73d39f498098179231bf\",\n            \"type\": \"pickware_erp_stock\",\n            \"attributes\": {\n                \"quantity\": 200,\n                \"productId\": \"018cb5d8d2d47342bdd91e2f16f0fa75\",\n                \"productVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"locationTypeTechnicalName\": \"bin_location\",\n                \"warehouseId\": null,\n                \"binLocationId\": \"018cb5da9cee738eb5165d1fcdfe2590\",\n                \"orderId\": null,\n                \"orderVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"returnOrderId\": null,\n                \"returnOrderVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"stockContainerId\": null,\n                \"goodsReceiptId\": null,\n                \"specialStockLocationTechnicalName\": null,\n                \"createdAt\": \"2023-12-29T13:54:22.799+00:00\",\n                \"updatedAt\": null,\n                \"apiAlias\": \"pickware_erp_stock_foreign_keys_extension\"\n            },\n            \"links\": {\n                \"self\": \"https://example.com/api/pickware-erp-stock/018cb5dac5cf73d39f498098179231bf\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dac5cf73d39f498098179231bf/product\"\n                    }\n                },\n                \"locationType\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dac5cf73d39f498098179231bf/location-type\"\n                    }\n                },\n                \"warehouse\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dac5cf73d39f498098179231bf/warehouse\"\n                    }\n                },\n                \"binLocation\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dac5cf73d39f498098179231bf/bin-location\"\n                    }\n                },\n                \"order\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dac5cf73d39f498098179231bf/order\"\n                    }\n                },\n                \"returnOrder\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dac5cf73d39f498098179231bf/return-order\"\n                    }\n                },\n                \"stockContainer\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dac5cf73d39f498098179231bf/stock-container\"\n                    }\n                },\n                \"goodsReceipt\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dac5cf73d39f498098179231bf/goods-receipt\"\n                    }\n                },\n                \"specialStockLocation\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dac5cf73d39f498098179231bf/special-stock-location\"\n                    }\n                }\n            },\n            \"meta\": null\n        },\n        {\n            \"id\": \"018cb5dabac3722bb1316ddb3db0ef51\",\n            \"type\": \"pickware_erp_stock\",\n            \"attributes\": {\n                \"quantity\": 65,\n                \"productId\": \"018cb5d8ce91711e8caf41cccf94800d\",\n                \"productVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"locationTypeTechnicalName\": \"bin_location\",\n                \"warehouseId\": null,\n                \"binLocationId\": \"018cb5da9cee738eb5165d1fcdfe2590\",\n                \"orderId\": null,\n                \"orderVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"returnOrderId\": null,\n                \"returnOrderVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"stockContainerId\": null,\n                \"goodsReceiptId\": null,\n                \"specialStockLocationTechnicalName\": null,\n                \"createdAt\": \"2023-12-29T13:54:19.971+00:00\",\n                \"updatedAt\": null,\n                \"apiAlias\": \"pickware_erp_stock_foreign_keys_extension\"\n            },\n            \"links\": {\n                \"self\": \"https://example.com/api/pickware-erp-stock/018cb5dabac3722bb1316ddb3db0ef51\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dabac3722bb1316ddb3db0ef51/product\"\n                    }\n                },\n                \"locationType\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dabac3722bb1316ddb3db0ef51/location-type\"\n                    }\n                },\n                \"warehouse\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dabac3722bb1316ddb3db0ef51/warehouse\"\n                    }\n                },\n                \"binLocation\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dabac3722bb1316ddb3db0ef51/bin-location\"\n                    }\n                },\n                \"order\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dabac3722bb1316ddb3db0ef51/order\"\n                    }\n                },\n                \"returnOrder\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dabac3722bb1316ddb3db0ef51/return-order\"\n                    }\n                },\n                \"stockContainer\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dabac3722bb1316ddb3db0ef51/stock-container\"\n                    }\n                },\n                \"goodsReceipt\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dabac3722bb1316ddb3db0ef51/goods-receipt\"\n                    }\n                },\n                \"specialStockLocation\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dabac3722bb1316ddb3db0ef51/special-stock-location\"\n                    }\n                }\n            },\n            \"meta\": null\n        },\n        {\n            \"id\": \"018cb5dab67871feaf4c76495bac0f26\",\n            \"type\": \"pickware_erp_stock\",\n            \"attributes\": {\n                \"quantity\": 50,\n                \"productId\": \"018cb5d8ce7172669f8ce41e3d2d5c88\",\n                \"productVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"locationTypeTechnicalName\": \"bin_location\",\n                \"warehouseId\": null,\n                \"binLocationId\": \"018cb5da9cee738eb5165d1fcdfe2590\",\n                \"orderId\": null,\n                \"orderVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"returnOrderId\": null,\n                \"returnOrderVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"stockContainerId\": null,\n                \"goodsReceiptId\": null,\n                \"specialStockLocationTechnicalName\": null,\n                \"createdAt\": \"2023-12-29T13:54:18.873+00:00\",\n                \"updatedAt\": null,\n                \"apiAlias\": \"pickware_erp_stock_foreign_keys_extension\"\n            },\n            \"links\": {\n                \"self\": \"https://example.com/api/pickware-erp-stock/018cb5dab67871feaf4c76495bac0f26\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dab67871feaf4c76495bac0f26/product\"\n                    }\n                },\n                \"locationType\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dab67871feaf4c76495bac0f26/location-type\"\n                    }\n                },\n                \"warehouse\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dab67871feaf4c76495bac0f26/warehouse\"\n                    }\n                },\n                \"binLocation\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dab67871feaf4c76495bac0f26/bin-location\"\n                    }\n                },\n                \"order\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dab67871feaf4c76495bac0f26/order\"\n                    }\n                },\n                \"returnOrder\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dab67871feaf4c76495bac0f26/return-order\"\n                    }\n                },\n                \"stockContainer\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dab67871feaf4c76495bac0f26/stock-container\"\n                    }\n                },\n                \"goodsReceipt\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dab67871feaf4c76495bac0f26/goods-receipt\"\n                    }\n                },\n                \"specialStockLocation\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dab67871feaf4c76495bac0f26/special-stock-location\"\n                    }\n                }\n            },\n            \"meta\": null\n        },\n        {\n            \"id\": \"018cb5dab50070cc8782289f28c9ddd1\",\n            \"type\": \"pickware_erp_stock\",\n            \"attributes\": {\n                \"quantity\": 80,\n                \"productId\": \"018cb5d8ce6672bbbeb49429788671c0\",\n                \"productVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"locationTypeTechnicalName\": \"bin_location\",\n                \"warehouseId\": null,\n                \"binLocationId\": \"018cb5da9cee738eb5165d1fcdfe2590\",\n                \"orderId\": null,\n                \"orderVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"returnOrderId\": null,\n                \"returnOrderVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"stockContainerId\": null,\n                \"goodsReceiptId\": null,\n                \"specialStockLocationTechnicalName\": null,\n                \"createdAt\": \"2023-12-29T13:54:18.496+00:00\",\n                \"updatedAt\": null,\n                \"apiAlias\": \"pickware_erp_stock_foreign_keys_extension\"\n            },\n            \"links\": {\n                \"self\": \"https://example.com/api/pickware-erp-stock/018cb5dab50070cc8782289f28c9ddd1\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dab50070cc8782289f28c9ddd1/product\"\n                    }\n                },\n                \"locationType\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dab50070cc8782289f28c9ddd1/location-type\"\n                    }\n                },\n                \"warehouse\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dab50070cc8782289f28c9ddd1/warehouse\"\n                    }\n                },\n                \"binLocation\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dab50070cc8782289f28c9ddd1/bin-location\"\n                    }\n                },\n                \"order\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dab50070cc8782289f28c9ddd1/order\"\n                    }\n                },\n                \"returnOrder\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dab50070cc8782289f28c9ddd1/return-order\"\n                    }\n                },\n                \"stockContainer\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dab50070cc8782289f28c9ddd1/stock-container\"\n                    }\n                },\n                \"goodsReceipt\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dab50070cc8782289f28c9ddd1/goods-receipt\"\n                    }\n                },\n                \"specialStockLocation\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dab50070cc8782289f28c9ddd1/special-stock-location\"\n                    }\n                }\n            },\n            \"meta\": null\n        },\n        {\n            \"id\": \"018cb5dac9e070d1bbc7f1d1d4014059\",\n            \"type\": \"pickware_erp_stock\",\n            \"attributes\": {\n                \"quantity\": 135,\n                \"productId\": \"018cb5d8d2d973528746a797cef7d673\",\n                \"productVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"locationTypeTechnicalName\": \"bin_location\",\n                \"warehouseId\": null,\n                \"binLocationId\": \"018cb5da9cee738eb5165d1fcdfe2590\",\n                \"orderId\": null,\n                \"orderVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"returnOrderId\": null,\n                \"returnOrderVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"stockContainerId\": null,\n                \"goodsReceiptId\": null,\n                \"specialStockLocationTechnicalName\": null,\n                \"createdAt\": \"2023-12-29T13:54:23.840+00:00\",\n                \"updatedAt\": null,\n                \"apiAlias\": \"pickware_erp_stock_foreign_keys_extension\"\n            },\n            \"links\": {\n                \"self\": \"https://example.com/api/pickware-erp-stock/018cb5dac9e070d1bbc7f1d1d4014059\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dac9e070d1bbc7f1d1d4014059/product\"\n                    }\n                },\n                \"locationType\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dac9e070d1bbc7f1d1d4014059/location-type\"\n                    }\n                },\n                \"warehouse\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dac9e070d1bbc7f1d1d4014059/warehouse\"\n                    }\n                },\n                \"binLocation\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dac9e070d1bbc7f1d1d4014059/bin-location\"\n                    }\n                },\n                \"order\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dac9e070d1bbc7f1d1d4014059/order\"\n                    }\n                },\n                \"returnOrder\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dac9e070d1bbc7f1d1d4014059/return-order\"\n                    }\n                },\n                \"stockContainer\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dac9e070d1bbc7f1d1d4014059/stock-container\"\n                    }\n                },\n                \"goodsReceipt\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dac9e070d1bbc7f1d1d4014059/goods-receipt\"\n                    }\n                },\n                \"specialStockLocation\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dac9e070d1bbc7f1d1d4014059/special-stock-location\"\n                    }\n                }\n            },\n            \"meta\": null\n        },\n        {\n            \"id\": \"018cb5daa426717e9ee5be0f4239ef57\",\n            \"type\": \"pickware_erp_stock\",\n            \"attributes\": {\n                \"quantity\": 125,\n                \"productId\": \"018cb5d8caa173d29411dbda05c7c5b0\",\n                \"productVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"locationTypeTechnicalName\": \"bin_location\",\n                \"warehouseId\": null,\n                \"binLocationId\": \"018cb5da9cee738eb5165d1fcdfe2590\",\n                \"orderId\": null,\n                \"orderVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"returnOrderId\": null,\n                \"returnOrderVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"stockContainerId\": null,\n                \"goodsReceiptId\": null,\n                \"specialStockLocationTechnicalName\": null,\n                \"createdAt\": \"2023-12-29T13:54:14.183+00:00\",\n                \"updatedAt\": null,\n                \"apiAlias\": \"pickware_erp_stock_foreign_keys_extension\"\n            },\n            \"links\": {\n                \"self\": \"https://example.com/api/pickware-erp-stock/018cb5daa426717e9ee5be0f4239ef57\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5daa426717e9ee5be0f4239ef57/product\"\n                    }\n                },\n                \"locationType\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5daa426717e9ee5be0f4239ef57/location-type\"\n                    }\n                },\n                \"warehouse\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5daa426717e9ee5be0f4239ef57/warehouse\"\n                    }\n                },\n                \"binLocation\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5daa426717e9ee5be0f4239ef57/bin-location\"\n                    }\n                },\n                \"order\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5daa426717e9ee5be0f4239ef57/order\"\n                    }\n                },\n                \"returnOrder\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5daa426717e9ee5be0f4239ef57/return-order\"\n                    }\n                },\n                \"stockContainer\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5daa426717e9ee5be0f4239ef57/stock-container\"\n                    }\n                },\n                \"goodsReceipt\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5daa426717e9ee5be0f4239ef57/goods-receipt\"\n                    }\n                },\n                \"specialStockLocation\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5daa426717e9ee5be0f4239ef57/special-stock-location\"\n                    }\n                }\n            },\n            \"meta\": null\n        },\n        {\n            \"id\": \"018cb5dace0370a599fe91d91d5b8bd3\",\n            \"type\": \"pickware_erp_stock\",\n            \"attributes\": {\n                \"quantity\": 80,\n                \"productId\": \"018cb5d8d2f97170b4393ead8e760072\",\n                \"productVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"locationTypeTechnicalName\": \"bin_location\",\n                \"warehouseId\": null,\n                \"binLocationId\": \"018cb5da9cee738eb5165d1fcdfe2590\",\n                \"orderId\": null,\n                \"orderVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"returnOrderId\": null,\n                \"returnOrderVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"stockContainerId\": null,\n                \"goodsReceiptId\": null,\n                \"specialStockLocationTechnicalName\": null,\n                \"createdAt\": \"2023-12-29T13:54:24.899+00:00\",\n                \"updatedAt\": null,\n                \"apiAlias\": \"pickware_erp_stock_foreign_keys_extension\"\n            },\n            \"links\": {\n                \"self\": \"https://example.com/api/pickware-erp-stock/018cb5dace0370a599fe91d91d5b8bd3\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dace0370a599fe91d91d5b8bd3/product\"\n                    }\n                },\n                \"locationType\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dace0370a599fe91d91d5b8bd3/location-type\"\n                    }\n                },\n                \"warehouse\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dace0370a599fe91d91d5b8bd3/warehouse\"\n                    }\n                },\n                \"binLocation\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dace0370a599fe91d91d5b8bd3/bin-location\"\n                    }\n                },\n                \"order\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dace0370a599fe91d91d5b8bd3/order\"\n                    }\n                },\n                \"returnOrder\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dace0370a599fe91d91d5b8bd3/return-order\"\n                    }\n                },\n                \"stockContainer\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dace0370a599fe91d91d5b8bd3/stock-container\"\n                    }\n                },\n                \"goodsReceipt\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dace0370a599fe91d91d5b8bd3/goods-receipt\"\n                    }\n                },\n                \"specialStockLocation\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dace0370a599fe91d91d5b8bd3/special-stock-location\"\n                    }\n                }\n            },\n            \"meta\": null\n        },\n        {\n            \"id\": \"018cb5dabc63721d93897079c848110c\",\n            \"type\": \"pickware_erp_stock\",\n            \"attributes\": {\n                \"quantity\": 55,\n                \"productId\": \"018cb5d8d0ff7393a4ae9d679fcc8be9\",\n                \"productVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"locationTypeTechnicalName\": \"bin_location\",\n                \"warehouseId\": null,\n                \"binLocationId\": \"018cb5da9cee738eb5165d1fcdfe2590\",\n                \"orderId\": null,\n                \"orderVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"returnOrderId\": null,\n                \"returnOrderVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"stockContainerId\": null,\n                \"goodsReceiptId\": null,\n                \"specialStockLocationTechnicalName\": null,\n                \"createdAt\": \"2023-12-29T13:54:20.387+00:00\",\n                \"updatedAt\": null,\n                \"apiAlias\": \"pickware_erp_stock_foreign_keys_extension\"\n            },\n            \"links\": {\n                \"self\": \"https://example.com/api/pickware-erp-stock/018cb5dabc63721d93897079c848110c\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dabc63721d93897079c848110c/product\"\n                    }\n                },\n                \"locationType\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dabc63721d93897079c848110c/location-type\"\n                    }\n                },\n                \"warehouse\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dabc63721d93897079c848110c/warehouse\"\n                    }\n                },\n                \"binLocation\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dabc63721d93897079c848110c/bin-location\"\n                    }\n                },\n                \"order\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dabc63721d93897079c848110c/order\"\n                    }\n                },\n                \"returnOrder\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dabc63721d93897079c848110c/return-order\"\n                    }\n                },\n                \"stockContainer\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dabc63721d93897079c848110c/stock-container\"\n                    }\n                },\n                \"goodsReceipt\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dabc63721d93897079c848110c/goods-receipt\"\n                    }\n                },\n                \"specialStockLocation\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dabc63721d93897079c848110c/special-stock-location\"\n                    }\n                }\n            },\n            \"meta\": null\n        },\n        {\n            \"id\": \"018cb5daa5717246ac788b270f1bdd18\",\n            \"type\": \"pickware_erp_stock\",\n            \"attributes\": {\n                \"quantity\": 100,\n                \"productId\": \"018cb5d8caa672d59182653b699d8bc3\",\n                \"productVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"locationTypeTechnicalName\": \"bin_location\",\n                \"warehouseId\": null,\n                \"binLocationId\": \"018cb5da9cee738eb5165d1fcdfe2590\",\n                \"orderId\": null,\n                \"orderVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"returnOrderId\": null,\n                \"returnOrderVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"stockContainerId\": null,\n                \"goodsReceiptId\": null,\n                \"specialStockLocationTechnicalName\": null,\n                \"createdAt\": \"2023-12-29T13:54:14.513+00:00\",\n                \"updatedAt\": null,\n                \"apiAlias\": \"pickware_erp_stock_foreign_keys_extension\"\n            },\n            \"links\": {\n                \"self\": \"https://example.com/api/pickware-erp-stock/018cb5daa5717246ac788b270f1bdd18\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5daa5717246ac788b270f1bdd18/product\"\n                    }\n                },\n                \"locationType\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5daa5717246ac788b270f1bdd18/location-type\"\n                    }\n                },\n                \"warehouse\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5daa5717246ac788b270f1bdd18/warehouse\"\n                    }\n                },\n                \"binLocation\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5daa5717246ac788b270f1bdd18/bin-location\"\n                    }\n                },\n                \"order\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5daa5717246ac788b270f1bdd18/order\"\n                    }\n                },\n                \"returnOrder\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5daa5717246ac788b270f1bdd18/return-order\"\n                    }\n                },\n                \"stockContainer\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5daa5717246ac788b270f1bdd18/stock-container\"\n                    }\n                },\n                \"goodsReceipt\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5daa5717246ac788b270f1bdd18/goods-receipt\"\n                    }\n                },\n                \"specialStockLocation\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5daa5717246ac788b270f1bdd18/special-stock-location\"\n                    }\n                }\n            },\n            \"meta\": null\n        },\n        {\n            \"id\": \"018cb5daa606708e87efac106a434747\",\n            \"type\": \"pickware_erp_stock\",\n            \"attributes\": {\n                \"quantity\": 90,\n                \"productId\": \"018cb5d8caa87146abe9627084f6a9cc\",\n                \"productVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"locationTypeTechnicalName\": \"bin_location\",\n                \"warehouseId\": null,\n                \"binLocationId\": \"018cb5da9cee738eb5165d1fcdfe2590\",\n                \"orderId\": null,\n                \"orderVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"returnOrderId\": null,\n                \"returnOrderVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"stockContainerId\": null,\n                \"goodsReceiptId\": null,\n                \"specialStockLocationTechnicalName\": null,\n                \"createdAt\": \"2023-12-29T13:54:14.662+00:00\",\n                \"updatedAt\": null,\n                \"apiAlias\": \"pickware_erp_stock_foreign_keys_extension\"\n            },\n            \"links\": {\n                \"self\": \"https://example.com/api/pickware-erp-stock/018cb5daa606708e87efac106a434747\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5daa606708e87efac106a434747/product\"\n                    }\n                },\n                \"locationType\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5daa606708e87efac106a434747/location-type\"\n                    }\n                },\n                \"warehouse\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5daa606708e87efac106a434747/warehouse\"\n                    }\n                },\n                \"binLocation\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5daa606708e87efac106a434747/bin-location\"\n                    }\n                },\n                \"order\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5daa606708e87efac106a434747/order\"\n                    }\n                },\n                \"returnOrder\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5daa606708e87efac106a434747/return-order\"\n                    }\n                },\n                \"stockContainer\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5daa606708e87efac106a434747/stock-container\"\n                    }\n                },\n                \"goodsReceipt\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5daa606708e87efac106a434747/goods-receipt\"\n                    }\n                },\n                \"specialStockLocation\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5daa606708e87efac106a434747/special-stock-location\"\n                    }\n                }\n            },\n            \"meta\": null\n        },\n        {\n            \"id\": \"018cb5dac89970b28ebcd0be775cf79f\",\n            \"type\": \"pickware_erp_stock\",\n            \"attributes\": {\n                \"quantity\": 270,\n                \"productId\": \"018cb5d8d2d47342bdd91e2f19a1b556\",\n                \"productVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"locationTypeTechnicalName\": \"bin_location\",\n                \"warehouseId\": null,\n                \"binLocationId\": \"018cb5da9cee738eb5165d1fcdfe2590\",\n                \"orderId\": null,\n                \"orderVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"returnOrderId\": null,\n                \"returnOrderVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"stockContainerId\": null,\n                \"goodsReceiptId\": null,\n                \"specialStockLocationTechnicalName\": null,\n                \"createdAt\": \"2023-12-29T13:54:23.514+00:00\",\n                \"updatedAt\": null,\n                \"apiAlias\": \"pickware_erp_stock_foreign_keys_extension\"\n            },\n            \"links\": {\n                \"self\": \"https://example.com/api/pickware-erp-stock/018cb5dac89970b28ebcd0be775cf79f\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dac89970b28ebcd0be775cf79f/product\"\n                    }\n                },\n                \"locationType\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dac89970b28ebcd0be775cf79f/location-type\"\n                    }\n                },\n                \"warehouse\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dac89970b28ebcd0be775cf79f/warehouse\"\n                    }\n                },\n                \"binLocation\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dac89970b28ebcd0be775cf79f/bin-location\"\n                    }\n                },\n                \"order\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dac89970b28ebcd0be775cf79f/order\"\n                    }\n                },\n                \"returnOrder\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dac89970b28ebcd0be775cf79f/return-order\"\n                    }\n                },\n                \"stockContainer\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dac89970b28ebcd0be775cf79f/stock-container\"\n                    }\n                },\n                \"goodsReceipt\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dac89970b28ebcd0be775cf79f/goods-receipt\"\n                    }\n                },\n                \"specialStockLocation\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dac89970b28ebcd0be775cf79f/special-stock-location\"\n                    }\n                }\n            },\n            \"meta\": null\n        },\n        {\n            \"id\": \"018cb5da9d2c7109bd3f057d428370e7\",\n            \"type\": \"pickware_erp_stock\",\n            \"attributes\": {\n                \"quantity\": 140,\n                \"productId\": \"018cb5d8ca917279849256f5780945e7\",\n                \"productVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"locationTypeTechnicalName\": \"bin_location\",\n                \"warehouseId\": null,\n                \"binLocationId\": \"018cb5da9cee738eb5165d1fcdfe2590\",\n                \"orderId\": null,\n                \"orderVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"returnOrderId\": null,\n                \"returnOrderVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"stockContainerId\": null,\n                \"goodsReceiptId\": null,\n                \"specialStockLocationTechnicalName\": null,\n                \"createdAt\": \"2023-12-29T13:54:12.396+00:00\",\n                \"updatedAt\": null,\n                \"apiAlias\": \"pickware_erp_stock_foreign_keys_extension\"\n            },\n            \"links\": {\n                \"self\": \"https://example.com/api/pickware-erp-stock/018cb5da9d2c7109bd3f057d428370e7\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da9d2c7109bd3f057d428370e7/product\"\n                    }\n                },\n                \"locationType\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da9d2c7109bd3f057d428370e7/location-type\"\n                    }\n                },\n                \"warehouse\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da9d2c7109bd3f057d428370e7/warehouse\"\n                    }\n                },\n                \"binLocation\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da9d2c7109bd3f057d428370e7/bin-location\"\n                    }\n                },\n                \"order\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da9d2c7109bd3f057d428370e7/order\"\n                    }\n                },\n                \"returnOrder\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da9d2c7109bd3f057d428370e7/return-order\"\n                    }\n                },\n                \"stockContainer\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da9d2c7109bd3f057d428370e7/stock-container\"\n                    }\n                },\n                \"goodsReceipt\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da9d2c7109bd3f057d428370e7/goods-receipt\"\n                    }\n                },\n                \"specialStockLocation\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5da9d2c7109bd3f057d428370e7/special-stock-location\"\n                    }\n                }\n            },\n            \"meta\": null\n        },\n        {\n            \"id\": \"018cb5dacfc1735bade320304fe0e7fc\",\n            \"type\": \"pickware_erp_stock\",\n            \"attributes\": {\n                \"quantity\": 65,\n                \"productId\": \"018cb5d8d307704d8ae553eee3f16b96\",\n                \"productVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"locationTypeTechnicalName\": \"bin_location\",\n                \"warehouseId\": null,\n                \"binLocationId\": \"018cb5da9cee738eb5165d1fcdfe2590\",\n                \"orderId\": null,\n                \"orderVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"returnOrderId\": null,\n                \"returnOrderVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"stockContainerId\": null,\n                \"goodsReceiptId\": null,\n                \"specialStockLocationTechnicalName\": null,\n                \"createdAt\": \"2023-12-29T13:54:25.345+00:00\",\n                \"updatedAt\": null,\n                \"apiAlias\": \"pickware_erp_stock_foreign_keys_extension\"\n            },\n            \"links\": {\n                \"self\": \"https://example.com/api/pickware-erp-stock/018cb5dacfc1735bade320304fe0e7fc\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dacfc1735bade320304fe0e7fc/product\"\n                    }\n                },\n                \"locationType\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dacfc1735bade320304fe0e7fc/location-type\"\n                    }\n                },\n                \"warehouse\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dacfc1735bade320304fe0e7fc/warehouse\"\n                    }\n                },\n                \"binLocation\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dacfc1735bade320304fe0e7fc/bin-location\"\n                    }\n                },\n                \"order\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dacfc1735bade320304fe0e7fc/order\"\n                    }\n                },\n                \"returnOrder\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dacfc1735bade320304fe0e7fc/return-order\"\n                    }\n                },\n                \"stockContainer\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dacfc1735bade320304fe0e7fc/stock-container\"\n                    }\n                },\n                \"goodsReceipt\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dacfc1735bade320304fe0e7fc/goods-receipt\"\n                    }\n                },\n                \"specialStockLocation\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dacfc1735bade320304fe0e7fc/special-stock-location\"\n                    }\n                }\n            },\n            \"meta\": null\n        },\n        {\n            \"id\": \"018cb5daa2587312822c3a9e63b3795d\",\n            \"type\": \"pickware_erp_stock\",\n            \"attributes\": {\n                \"quantity\": 150,\n                \"productId\": \"018cb5d8ca9c70589b5d2cf9f40e23c4\",\n                \"productVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"locationTypeTechnicalName\": \"bin_location\",\n                \"warehouseId\": null,\n                \"binLocationId\": \"018cb5da9cee738eb5165d1fcdfe2590\",\n                \"orderId\": null,\n                \"orderVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"returnOrderId\": null,\n                \"returnOrderVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"stockContainerId\": null,\n                \"goodsReceiptId\": null,\n                \"specialStockLocationTechnicalName\": null,\n                \"createdAt\": \"2023-12-29T13:54:13.720+00:00\",\n                \"updatedAt\": null,\n                \"apiAlias\": \"pickware_erp_stock_foreign_keys_extension\"\n            },\n            \"links\": {\n                \"self\": \"https://example.com/api/pickware-erp-stock/018cb5daa2587312822c3a9e63b3795d\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5daa2587312822c3a9e63b3795d/product\"\n                    }\n                },\n                \"locationType\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5daa2587312822c3a9e63b3795d/location-type\"\n                    }\n                },\n                \"warehouse\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5daa2587312822c3a9e63b3795d/warehouse\"\n                    }\n                },\n                \"binLocation\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5daa2587312822c3a9e63b3795d/bin-location\"\n                    }\n                },\n                \"order\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5daa2587312822c3a9e63b3795d/order\"\n                    }\n                },\n                \"returnOrder\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5daa2587312822c3a9e63b3795d/return-order\"\n                    }\n                },\n                \"stockContainer\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5daa2587312822c3a9e63b3795d/stock-container\"\n                    }\n                },\n                \"goodsReceipt\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5daa2587312822c3a9e63b3795d/goods-receipt\"\n                    }\n                },\n                \"specialStockLocation\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5daa2587312822c3a9e63b3795d/special-stock-location\"\n                    }\n                }\n            },\n            \"meta\": null\n        },\n        {\n            \"id\": \"018cb5dac36470fa87edc87ce4c57afd\",\n            \"type\": \"pickware_erp_stock\",\n            \"attributes\": {\n                \"quantity\": 100,\n                \"productId\": \"018cb5d8d12b7356ba5d532616e7adc5\",\n                \"productVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"locationTypeTechnicalName\": \"bin_location\",\n                \"warehouseId\": null,\n                \"binLocationId\": \"018cb5da9cee738eb5165d1fcdfe2590\",\n                \"orderId\": null,\n                \"orderVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"returnOrderId\": null,\n                \"returnOrderVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"stockContainerId\": null,\n                \"goodsReceiptId\": null,\n                \"specialStockLocationTechnicalName\": null,\n                \"createdAt\": \"2023-12-29T13:54:22.181+00:00\",\n                \"updatedAt\": null,\n                \"apiAlias\": \"pickware_erp_stock_foreign_keys_extension\"\n            },\n            \"links\": {\n                \"self\": \"https://example.com/api/pickware-erp-stock/018cb5dac36470fa87edc87ce4c57afd\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dac36470fa87edc87ce4c57afd/product\"\n                    }\n                },\n                \"locationType\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dac36470fa87edc87ce4c57afd/location-type\"\n                    }\n                },\n                \"warehouse\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dac36470fa87edc87ce4c57afd/warehouse\"\n                    }\n                },\n                \"binLocation\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dac36470fa87edc87ce4c57afd/bin-location\"\n                    }\n                },\n                \"order\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dac36470fa87edc87ce4c57afd/order\"\n                    }\n                },\n                \"returnOrder\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dac36470fa87edc87ce4c57afd/return-order\"\n                    }\n                },\n                \"stockContainer\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dac36470fa87edc87ce4c57afd/stock-container\"\n                    }\n                },\n                \"goodsReceipt\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dac36470fa87edc87ce4c57afd/goods-receipt\"\n                    }\n                },\n                \"specialStockLocation\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dac36470fa87edc87ce4c57afd/special-stock-location\"\n                    }\n                }\n            },\n            \"meta\": null\n        },\n        {\n            \"id\": \"018cb5dab1a470bea043b55692d2e60b\",\n            \"type\": \"pickware_erp_stock\",\n            \"attributes\": {\n                \"quantity\": 95,\n                \"productId\": \"018cb5d8ce63725b82be182dd63c31cb\",\n                \"productVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"locationTypeTechnicalName\": \"bin_location\",\n                \"warehouseId\": null,\n                \"binLocationId\": \"018cb5da9cee738eb5165d1fcdfe2590\",\n                \"orderId\": null,\n                \"orderVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"returnOrderId\": null,\n                \"returnOrderVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"stockContainerId\": null,\n                \"goodsReceiptId\": null,\n                \"specialStockLocationTechnicalName\": null,\n                \"createdAt\": \"2023-12-29T13:54:17.636+00:00\",\n                \"updatedAt\": null,\n                \"apiAlias\": \"pickware_erp_stock_foreign_keys_extension\"\n            },\n            \"links\": {\n                \"self\": \"https://example.com/api/pickware-erp-stock/018cb5dab1a470bea043b55692d2e60b\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dab1a470bea043b55692d2e60b/product\"\n                    }\n                },\n                \"locationType\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dab1a470bea043b55692d2e60b/location-type\"\n                    }\n                },\n                \"warehouse\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dab1a470bea043b55692d2e60b/warehouse\"\n                    }\n                },\n                \"binLocation\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dab1a470bea043b55692d2e60b/bin-location\"\n                    }\n                },\n                \"order\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dab1a470bea043b55692d2e60b/order\"\n                    }\n                },\n                \"returnOrder\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dab1a470bea043b55692d2e60b/return-order\"\n                    }\n                },\n                \"stockContainer\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dab1a470bea043b55692d2e60b/stock-container\"\n                    }\n                },\n                \"goodsReceipt\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dab1a470bea043b55692d2e60b/goods-receipt\"\n                    }\n                },\n                \"specialStockLocation\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dab1a470bea043b55692d2e60b/special-stock-location\"\n                    }\n                }\n            },\n            \"meta\": null\n        },\n        {\n            \"id\": \"018cb5dab98d70439bcfb2f06f2031dd\",\n            \"type\": \"pickware_erp_stock\",\n            \"attributes\": {\n                \"quantity\": 95,\n                \"productId\": \"018cb5d8ce8872f3bc687b52d456d151\",\n                \"productVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"locationTypeTechnicalName\": \"bin_location\",\n                \"warehouseId\": null,\n                \"binLocationId\": \"018cb5da9cee738eb5165d1fcdfe2590\",\n                \"orderId\": null,\n                \"orderVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"returnOrderId\": null,\n                \"returnOrderVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"stockContainerId\": null,\n                \"goodsReceiptId\": null,\n                \"specialStockLocationTechnicalName\": null,\n                \"createdAt\": \"2023-12-29T13:54:19.661+00:00\",\n                \"updatedAt\": null,\n                \"apiAlias\": \"pickware_erp_stock_foreign_keys_extension\"\n            },\n            \"links\": {\n                \"self\": \"https://example.com/api/pickware-erp-stock/018cb5dab98d70439bcfb2f06f2031dd\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dab98d70439bcfb2f06f2031dd/product\"\n                    }\n                },\n                \"locationType\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dab98d70439bcfb2f06f2031dd/location-type\"\n                    }\n                },\n                \"warehouse\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dab98d70439bcfb2f06f2031dd/warehouse\"\n                    }\n                },\n                \"binLocation\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dab98d70439bcfb2f06f2031dd/bin-location\"\n                    }\n                },\n                \"order\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dab98d70439bcfb2f06f2031dd/order\"\n                    }\n                },\n                \"returnOrder\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dab98d70439bcfb2f06f2031dd/return-order\"\n                    }\n                },\n                \"stockContainer\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dab98d70439bcfb2f06f2031dd/stock-container\"\n                    }\n                },\n                \"goodsReceipt\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dab98d70439bcfb2f06f2031dd/goods-receipt\"\n                    }\n                },\n                \"specialStockLocation\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018cb5dab98d70439bcfb2f06f2031dd/special-stock-location\"\n                    }\n                }\n            },\n            \"meta\": null\n        }\n    ],\n    \"included\": [],\n    \"links\": {\n        \"self\": \"https://example.com/api/search/pickware-erp-stock\"\n    },\n    \"meta\": {\n        \"totalCountMode\": 0,\n        \"total\": 127\n    },\n    \"aggregations\": []\n}"
				},
				{
					"name": "Get stock of a product on a bin location",
					"originalRequest": {
						"method": "POST",
						"header": [
							{
								"key": "Content-Type",
								"name": "Content-Type",
								"value": "application/json",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\n  \"filter\": [\n    {\n      \"type\": \"equals\",\n      \"field\": \"product.pickwareErpPickwareProduct.isStockManagementDisabled\",\n      \"value\": false // Only show product stocks that are stock managed\n    },\n    {\n      \"type\": \"equals\",\n      \"field\": \"binLocation.code\",\n      \"value\": \"C-02-003\" // binLocation code\n    },\n    {\n      \"type\": \"equals\",\n      \"field\": \"product.id\",\n      \"value\": \"018c63226a7e72dba472b911c4c14471\" // product id\n    }\n  ]\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "https://example.com/api/search/pickware-erp-stock",
							"protocol": "https",
							"host": [
								"example",
								"com"
							],
							"path": [
								"api",
								"search",
								"pickware-erp-stock"
							]
						}
					},
					"status": "OK",
					"code": 200,
					"_postman_previewlanguage": "json",
					"header": [
						{
							"key": "Date",
							"value": "Wed, 27 Dec 2023 14:46:59 GMT"
						},
						{
							"key": "Server",
							"value": "Apache/2.4.58 (Unix) PHP/8.1.24"
						},
						{
							"key": "Vary",
							"value": "Authorization"
						},
						{
							"key": "X-Powered-By",
							"value": "PHP/8.1.24"
						},
						{
							"key": "Access-Control-Allow-Origin",
							"value": "*"
						},
						{
							"key": "Access-Control-Allow-Methods",
							"value": "GET,POST,PUT,PATCH,DELETE"
						},
						{
							"key": "Access-Control-Allow-Headers",
							"value": "Content-Type,Authorization,sw-context-token,sw-access-key,sw-language-id,sw-version-id,sw-inheritance,indexing-behavior,sw-include-seo-urls"
						},
						{
							"key": "Access-Control-Expose-Headers",
							"value": "Content-Type,Authorization,sw-context-token,sw-access-key,sw-language-id,sw-version-id,sw-inheritance,indexing-behavior,sw-include-seo-urls"
						},
						{
							"key": "X-Frame-Options",
							"value": "deny"
						},
						{
							"key": "X-Content-Type-Options",
							"value": "nosniff"
						},
						{
							"key": "Referrer-Policy",
							"value": "strict-origin-when-cross-origin"
						},
						{
							"key": "Content-Security-Policy",
							"value": "object-src 'none'; script-src 'none' 'unsafe-inline' 'nonce-66017e2d48683c8c8cc88bb29234ce2a'; base-uri 'self';"
						},
						{
							"key": "X-Robots-Tag",
							"value": "noindex"
						},
						{
							"key": "X-Symfony-Cache",
							"value": "POST /api/search/pickware-erp-stock: pass, invalidate"
						},
						{
							"key": "Cache-Control",
							"value": "no-cache, private"
						},
						{
							"key": "Keep-Alive",
							"value": "timeout=5, max=100"
						},
						{
							"key": "Connection",
							"value": "Keep-Alive"
						},
						{
							"key": "Transfer-Encoding",
							"value": "chunked"
						},
						{
							"key": "Content-Type",
							"value": "application/vnd.api+json"
						}
					],
					"cookie": [],
					"body": "{\n    \"data\": [\n        {\n            \"id\": \"018c63240db17213aa0d474db1492b97\",\n            \"type\": \"pickware_erp_stock\",\n            \"attributes\": {\n                \"quantity\": 140,\n                \"productId\": \"018c63226a7e72dba472b911c4c14471\",\n                \"productVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"locationTypeTechnicalName\": \"bin_location\",\n                \"warehouseId\": null,\n                \"binLocationId\": \"018c6323eea173d591908a0cd9a334c0\",\n                \"orderId\": null,\n                \"orderVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"returnOrderId\": null,\n                \"returnOrderVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"supplierOrderId\": null,\n                \"stockContainerId\": null,\n                \"goodsReceiptId\": null,\n                \"specialStockLocationTechnicalName\": null,\n                \"createdAt\": \"2023-12-13T12:25:56.401+00:00\",\n                \"updatedAt\": null,\n                \"apiAlias\": \"pickware_erp_stock_foreign_keys_extension\"\n            },\n            \"links\": {\n                \"self\": \"https://example.com/api/pickware-erp-stock/018c63240db17213aa0d474db1492b97\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018c63240db17213aa0d474db1492b97/product\"\n                    }\n                },\n                \"locationType\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018c63240db17213aa0d474db1492b97/location-type\"\n                    }\n                },\n                \"warehouse\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018c63240db17213aa0d474db1492b97/warehouse\"\n                    }\n                },\n                \"binLocation\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018c63240db17213aa0d474db1492b97/bin-location\"\n                    }\n                },\n                \"order\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018c63240db17213aa0d474db1492b97/order\"\n                    }\n                },\n                \"returnOrder\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018c63240db17213aa0d474db1492b97/return-order\"\n                    }\n                },\n                \"supplierOrder\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018c63240db17213aa0d474db1492b97/supplier-order\"\n                    }\n                },\n                \"stockContainer\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018c63240db17213aa0d474db1492b97/stock-container\"\n                    }\n                },\n                \"goodsReceipt\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018c63240db17213aa0d474db1492b97/goods-receipt\"\n                    }\n                },\n                \"specialStockLocation\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018c63240db17213aa0d474db1492b97/special-stock-location\"\n                    }\n                }\n            },\n            \"meta\": null\n        },\n        {\n            \"id\": \"018c632470d471d88c742409cd136e1f\",\n            \"type\": \"pickware_erp_stock\",\n            \"attributes\": {\n                \"quantity\": 110,\n                \"productId\": \"018c63226a7e72dba472b911c4c14471\",\n                \"productVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"locationTypeTechnicalName\": \"bin_location\",\n                \"warehouseId\": null,\n                \"binLocationId\": \"018c63244efe73c69cec826e90f904da\",\n                \"orderId\": null,\n                \"orderVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"returnOrderId\": null,\n                \"returnOrderVersionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n                \"supplierOrderId\": null,\n                \"stockContainerId\": null,\n                \"goodsReceiptId\": null,\n                \"specialStockLocationTechnicalName\": null,\n                \"createdAt\": \"2023-12-13T12:26:21.780+00:00\",\n                \"updatedAt\": null,\n                \"apiAlias\": \"pickware_erp_stock_foreign_keys_extension\"\n            },\n            \"links\": {\n                \"self\": \"https://example.com/api/pickware-erp-stock/018c632470d471d88c742409cd136e1f\"\n            },\n            \"relationships\": {\n                \"product\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018c632470d471d88c742409cd136e1f/product\"\n                    }\n                },\n                \"locationType\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018c632470d471d88c742409cd136e1f/location-type\"\n                    }\n                },\n                \"warehouse\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018c632470d471d88c742409cd136e1f/warehouse\"\n                    }\n                },\n                \"binLocation\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018c632470d471d88c742409cd136e1f/bin-location\"\n                    }\n                },\n                \"order\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018c632470d471d88c742409cd136e1f/order\"\n                    }\n                },\n                \"returnOrder\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018c632470d471d88c742409cd136e1f/return-order\"\n                    }\n                },\n                \"supplierOrder\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018c632470d471d88c742409cd136e1f/supplier-order\"\n                    }\n                },\n                \"stockContainer\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018c632470d471d88c742409cd136e1f/stock-container\"\n                    }\n                },\n                \"goodsReceipt\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018c632470d471d88c742409cd136e1f/goods-receipt\"\n                    }\n                },\n                \"specialStockLocation\": {\n                    \"data\": null,\n                    \"links\": {\n                        \"related\": \"https://example.com/api/pickware-erp-stock/018c632470d471d88c742409cd136e1f/special-stock-location\"\n                    }\n                }\n            },\n            \"meta\": null\n        }\n    ],\n    \"included\": [],\n    \"links\": {\n        \"self\": \"https://example.com/api/search/pickware-erp-stock\"\n    },\n    \"meta\": {\n        \"totalCountMode\": 0,\n        \"total\": 2\n    },\n    \"aggregations\": []\n}"
				}
			]
		},
		{
			"name": "Get product stock",
			"event": [
				{
					"listen": "test",
					"script": {
						"exec": [
							""
						],
						"type": "text/javascript"
					}
				},
				{
					"listen": "prerequest",
					"script": {
						"exec": [
							""
						],
						"type": "text/javascript"
					}
				}
			],
			"protocolProfileBehavior": {
				"disableBodyPruning": true
			},
			"request": {
				"method": "GET",
				"header": [
					{
						"key": "Content-Type",
						"value": "application/json"
					}
				],
				"body": {
					"mode": "raw",
					"raw": ""
				},
				"url": {
					"raw": "{{baseUrl}}/api/product/<product-id>",
					"host": [
						"{{baseUrl}}"
					],
					"path": [
						"api",
						"product",
						"<product-id>"
					]
				},
				"description": "Retrieves information such as the current total stock of a product. Replace with the ID of a product the information should be retrieved for.\n\nThe total stock of the product can be found under `data -> attributes -> stock`.\n\n``` json\n{\n  \"data\": {\n    ...\n    \"attributes\": {\n      ...\n      \"stock\": 100\n    }\n  },\n  ...\n}\n\n ```"
			},
			"response": [
				{
					"name": "Get product stock",
					"originalRequest": {
						"method": "GET",
						"header": [
							{
								"key": "Content-Type",
								"value": "application/json"
							}
						],
						"url": {
							"raw": "https://example.com/api/product/018cb5d8ce7d704fb0e08b835f443370",
							"protocol": "https",
							"host": [
								"example",
								"com"
							],
							"path": [
								"api",
								"product",
								"018cb5d8ce7d704fb0e08b835f443370"
							]
						}
					},
					"status": "OK",
					"code": 200,
					"_postman_previewlanguage": "json",
					"header": [
						{
							"key": "Date",
							"value": "Wed, 03 Jan 2024 10:15:00 GMT"
						},
						{
							"key": "Server",
							"value": "Apache/2.4.58 (Unix) PHP/8.1.24"
						},
						{
							"key": "Vary",
							"value": "Authorization"
						},
						{
							"key": "X-Powered-By",
							"value": "PHP/8.1.24"
						},
						{
							"key": "Access-Control-Allow-Origin",
							"value": "*"
						},
						{
							"key": "Access-Control-Allow-Methods",
							"value": "GET,POST,PUT,PATCH,DELETE"
						},
						{
							"key": "Access-Control-Allow-Headers",
							"value": "Content-Type,Authorization,sw-context-token,sw-access-key,sw-language-id,sw-version-id,sw-inheritance,indexing-behavior,sw-include-seo-urls"
						},
						{
							"key": "Access-Control-Expose-Headers",
							"value": "Content-Type,Authorization,sw-context-token,sw-access-key,sw-language-id,sw-version-id,sw-inheritance,indexing-behavior,sw-include-seo-urls"
						},
						{
							"key": "X-Frame-Options",
							"value": "deny"
						},
						{
							"key": "X-Content-Type-Options",
							"value": "nosniff"
						},
						{
							"key": "Referrer-Policy",
							"value": "strict-origin-when-cross-origin"
						},
						{
							"key": "Content-Security-Policy",
							"value": "object-src 'none'; script-src 'none' 'unsafe-inline' 'nonce-06f61b5f34644f7e6b1ae0a397af47a7'; base-uri 'self';"
						},
						{
							"key": "X-Robots-Tag",
							"value": "noindex"
						},
						{
							"key": "X-Symfony-Cache",
							"value": "GET /api/product/018cb5d8ce7d704fb0e08b835f443370: miss"
						},
						{
							"key": "Cache-Control",
							"value": "no-cache, private"
						},
						{
							"key": "Keep-Alive",
							"value": "timeout=5, max=100"
						},
						{
							"key": "Connection",
							"value": "Keep-Alive"
						},
						{
							"key": "Transfer-Encoding",
							"value": "chunked"
						},
						{
							"key": "Content-Type",
							"value": "application/vnd.api+json"
						}
					],
					"cookie": [],
					"body": "{\n    \"data\": {\n        \"id\": \"018cb5d8ce7d704fb0e08b835f443370\",\n        \"type\": \"product\",\n        \"attributes\": {\n            \"versionId\": \"0fa91ce3e96a4bc2be4bd9ce752c3425\",\n            \"parentId\": null,\n            \"parentVersionId\": null,\n            \"manufacturerId\": \"018cb5d8ca277265886c9388ff0fa0af\",\n            \"productManufacturerVersionId\": null,\n            \"unitId\": null,\n            \"taxId\": \"018cb5d63d56737888ee7b3e2a523d47\",\n            \"coverId\": \"018cb5d8ceae738592b995c4c2b5e186\",\n            \"productMediaVersionId\": null,\n            \"deliveryTimeId\": null,\n            \"featureSetId\": null,\n            \"canonicalProductId\": null,\n            \"cmsPageId\": null,\n            \"cmsPageVersionId\": null,\n            \"price\": [\n                {\n                    \"extensions\": [],\n                    \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\",\n                    \"net\": 307.31,\n                    \"gross\": 307.31,\n                    \"linked\": true,\n                    \"listPrice\": null,\n                    \"percentage\": null,\n                    \"regulationPrice\": null\n                }\n            ],\n            \"productNumber\": \"018cb5d8ce7d704fb0e08b835fc0bc0e\",\n            \"restockTime\": null,\n            \"autoIncrement\": 65,\n            \"active\": true,\n            \"available\": true,\n            \"isCloseout\": false,\n            \"variation\": [],\n            \"displayGroup\": \"7c5ceaa1494eebbfb471006026f4d475\",\n            \"variantListingConfig\": null,\n            \"variantRestrictions\": null,\n            \"manufacturerNumber\": null,\n            \"ean\": null,\n            \"purchaseSteps\": 1,\n            \"maxPurchase\": null,\n            \"minPurchase\": 1,\n            \"purchaseUnit\": null,\n            \"referenceUnit\": null,\n            \"shippingFree\": false,\n            \"purchasePrices\": [\n                {\n                    \"extensions\": [],\n                    \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\",\n                    \"net\": 771.69,\n                    \"gross\": 771.69,\n                    \"linked\": true,\n                    \"listPrice\": null,\n                    \"percentage\": null,\n                    \"regulationPrice\": null\n                }\n            ],\n            \"markAsTopseller\": false,\n            \"weight\": 0.203,\n            \"width\": 429,\n            \"height\": 809,\n            \"length\": null,\n            \"releaseDate\": null,\n            \"ratingAverage\": 3,\n            \"categoryTree\": [\n                \"018cb5d6251f72338a34855b66143f85\",\n                \"018cb5d8948973219089b7d0e2579c74\",\n                \"018cb5d8948b7149a8376145aa92d8d9\",\n                \"018cb5d8948c70a78b150691ee645ba5\",\n                \"018cb5d8948c70a78b150691ede59710\",\n                \"018cb5d8948c70a78b150691eea5e944\"\n            ],\n            \"propertyIds\": [\n                \"018cb5d890cc717f96e454aea44c3a43\",\n                \"018cb5d890cd70188a1357e8ee95043d\",\n                \"018cb5d890cd70188a1357e8f71269aa\",\n                \"018cb5d89195713b87c89bcd26524ac9\",\n                \"018cb5d89195713b87c89bcd3a275a54\",\n                \"018cb5d89195713b87c89bcd4835a4ed\"\n            ],\n            \"optionIds\": null,\n            \"streamIds\": [\n                \"018cb5d8d5c072e28e3bd82792f904e4\",\n                \"018cb5d8d5c072e28e3bd82793b0b1c0\",\n                \"018cb5d8d5c072e28e3bd8279439a93a\",\n                \"018cb5d8d5c072e28e3bd82795199d9a\",\n                \"018cb5d8d5c072e28e3bd8279616c8ef\",\n                \"018cb5d8d5c1721c833f3746362ca462\",\n                \"018cb5d8d5c1721c833f37463686353b\"\n            ],\n            \"tagIds\": [\n                \"018cb5d85e6070688072ee0d590fb4ad\"\n            ],\n            \"categoryIds\": [\n                \"018cb5d8948c70a78b150691ede59710\",\n                \"018cb5d8948c70a78b150691ee645ba5\",\n                \"018cb5d8948c70a78b150691eea5e944\"\n            ],\n            \"childCount\": 0,\n            \"customFieldSetSelectionActive\": null,\n            \"sales\": 0,\n            \"states\": [\n                \"is-physical\"\n            ],\n            \"metaDescription\": null,\n            \"name\": \"Aerodynamic Granite inHeat\",\n            \"keywords\": null,\n            \"description\": \"Ea et ad est maxime. Aspernatur quis nostrum cumque voluptates. Officia exercitationem aliquam vitae iure fuga. Et ut voluptate dolores.\",\n            \"metaTitle\": null,\n            \"packUnit\": null,\n            \"packUnitPlural\": null,\n            \"customFields\": {\n                \"pickware_shipping_customs_information_tariff_number\": \"10101010\",\n                \"pickware_shipping_customs_information_country_of_origin\": \"PL\"\n            },\n            \"slotConfig\": null,\n            \"customSearchKeywords\": null,\n            \"availableStock\": 4385,\n            \"stock\": 4390,\n            \"createdAt\": \"2023-12-29T13:52:14.203+00:00\",\n            \"updatedAt\": \"2023-12-29T14:03:29.402+00:00\",\n            \"translated\": {\n                \"metaDescription\": null,\n                \"name\": \"Aerodynamic Granite inHeat\",\n                \"keywords\": null,\n                \"description\": \"Ea et ad est maxime. Aspernatur quis nostrum cumque voluptates. Officia exercitationem aliquam vitae iure fuga. Et ut voluptate dolores.\",\n                \"metaTitle\": null,\n                \"packUnit\": null,\n                \"packUnitPlural\": null,\n                \"customFields\": {\n                    \"pickware_shipping_customs_information_tariff_number\": \"10101010\",\n                    \"pickware_shipping_customs_information_country_of_origin\": \"PL\"\n                },\n                \"slotConfig\": null,\n                \"customSearchKeywords\": null\n            },\n            \"apiAlias\": \"product_foreign_keys_extension\"\n        },\n        \"links\": {\n            \"self\": \"https://example.com/api/product/018cb5d8ce7d704fb0e08b835f443370\"\n        },\n        \"relationships\": {\n            \"downloads\": {\n                \"data\": [],\n                \"links\": {\n                    \"related\": \"https://example.com/api/product/018cb5d8ce7d704fb0e08b835f443370/downloads\"\n                }\n            },\n            \"parent\": {\n                \"data\": null,\n                \"links\": {\n                    \"related\": \"https://example.com/api/product/018cb5d8ce7d704fb0e08b835f443370/parent\"\n                }\n            },\n            \"children\": {\n                \"data\": [],\n                \"links\": {\n                    \"related\": \"https://example.com/api/product/018cb5d8ce7d704fb0e08b835f443370/children\"\n                }\n            },\n            \"deliveryTime\": {\n                \"data\": null,\n                \"links\": {\n                    \"related\": \"https://example.com/api/product/018cb5d8ce7d704fb0e08b835f443370/delivery-time\"\n                }\n            },\n            \"tax\": {\n                \"data\": {\n                    \"type\": \"tax\",\n                    \"id\": \"018cb5d63d56737888ee7b3e2a523d47\"\n                },\n                \"links\": {\n                    \"related\": \"https://example.com/api/product/018cb5d8ce7d704fb0e08b835f443370/tax\"\n                }\n            },\n            \"manufacturer\": {\n                \"data\": null,\n                \"links\": {\n                    \"related\": \"https://example.com/api/product/018cb5d8ce7d704fb0e08b835f443370/manufacturer\"\n                }\n            },\n            \"unit\": {\n                \"data\": null,\n                \"links\": {\n                    \"related\": \"https://example.com/api/product/018cb5d8ce7d704fb0e08b835f443370/unit\"\n                }\n            },\n            \"cover\": {\n                \"data\": null,\n                \"links\": {\n                    \"related\": \"https://example.com/api/product/018cb5d8ce7d704fb0e08b835f443370/cover\"\n                }\n            },\n            \"featureSet\": {\n                \"data\": null,\n                \"links\": {\n                    \"related\": \"https://example.com/api/product/018cb5d8ce7d704fb0e08b835f443370/feature-set\"\n                }\n            },\n            \"cmsPage\": {\n                \"data\": null,\n                \"links\": {\n                    \"related\": \"https://example.com/api/product/018cb5d8ce7d704fb0e08b835f443370/cms-page\"\n                }\n            },\n            \"canonicalProduct\": {\n                \"data\": null,\n                \"links\": {\n                    \"related\": \"https://example.com/api/product/018cb5d8ce7d704fb0e08b835f443370/canonical-product\"\n                }\n            },\n            \"prices\": {\n                \"data\": [],\n                \"links\": {\n                    \"related\": \"https://example.com/api/product/018cb5d8ce7d704fb0e08b835f443370/prices\"\n                }\n            },\n            \"media\": {\n                \"data\": [],\n                \"links\": {\n                    \"related\": \"https://example.com/api/product/018cb5d8ce7d704fb0e08b835f443370/media\"\n                }\n            },\n            \"crossSellings\": {\n                \"data\": [],\n                \"links\": {\n                    \"related\": \"https://example.com/api/product/018cb5d8ce7d704fb0e08b835f443370/cross-sellings\"\n                }\n            },\n            \"crossSellingAssignedProducts\": {\n                \"data\": [],\n                \"links\": {\n                    \"related\": \"https://example.com/api/product/018cb5d8ce7d704fb0e08b835f443370/cross-selling-assigned-products\"\n                }\n            },\n            \"configuratorSettings\": {\n                \"data\": [],\n                \"links\": {\n                    \"related\": \"https://example.com/api/product/018cb5d8ce7d704fb0e08b835f443370/configurator-settings\"\n                }\n            },\n            \"visibilities\": {\n                \"data\": [],\n                \"links\": {\n                    \"related\": \"https://example.com/api/product/018cb5d8ce7d704fb0e08b835f443370/visibilities\"\n                }\n            },\n            \"searchKeywords\": {\n                \"data\": [],\n                \"links\": {\n                    \"related\": \"https://example.com/api/product/018cb5d8ce7d704fb0e08b835f443370/search-keywords\"\n                }\n            },\n            \"productReviews\": {\n                \"data\": [],\n                \"links\": {\n                    \"related\": \"https://example.com/api/product/018cb5d8ce7d704fb0e08b835f443370/product-reviews\"\n                }\n            },\n            \"mainCategories\": {\n                \"data\": [],\n                \"links\": {\n                    \"related\": \"https://example.com/api/product/018cb5d8ce7d704fb0e08b835f443370/main-categories\"\n                }\n            },\n            \"seoUrls\": {\n                \"data\": [],\n                \"links\": {\n                    \"related\": \"https://example.com/api/product/018cb5d8ce7d704fb0e08b835f443370/seo-urls\"\n                }\n            },\n            \"orderLineItems\": {\n                \"data\": [],\n                \"links\": {\n                    \"related\": \"https://example.com/api/product/018cb5d8ce7d704fb0e08b835f443370/order-line-items\"\n                }\n            },\n            \"wishlists\": {\n                \"data\": [],\n                \"links\": {\n                    \"related\": \"https://example.com/api/product/018cb5d8ce7d704fb0e08b835f443370/wishlists\"\n                }\n            },\n            \"options\": {\n                \"data\": [],\n                \"links\": {\n                    \"related\": \"https://example.com/api/product/018cb5d8ce7d704fb0e08b835f443370/options\"\n                }\n            },\n            \"properties\": {\n                \"data\": [],\n                \"links\": {\n                    \"related\": \"https://example.com/api/product/018cb5d8ce7d704fb0e08b835f443370/properties\"\n                }\n            },\n            \"categories\": {\n                \"data\": [],\n                \"links\": {\n                    \"related\": \"https://example.com/api/product/018cb5d8ce7d704fb0e08b835f443370/categories\"\n                }\n            },\n            \"streams\": {\n                \"data\": [],\n                \"links\": {\n                    \"related\": \"https://example.com/api/product/018cb5d8ce7d704fb0e08b835f443370/streams\"\n                }\n            },\n            \"categoriesRo\": {\n                \"data\": [],\n                \"links\": {\n                    \"related\": \"https://example.com/api/product/018cb5d8ce7d704fb0e08b835f443370/categories-ro\"\n                }\n            },\n            \"tags\": {\n                \"data\": [],\n                \"links\": {\n                    \"related\": \"https://example.com/api/product/018cb5d8ce7d704fb0e08b835f443370/tags\"\n                }\n            },\n            \"customFieldSets\": {\n                \"data\": [],\n                \"links\": {\n                    \"related\": \"https://example.com/api/product/018cb5d8ce7d704fb0e08b835f443370/custom-field-sets\"\n                }\n            },\n            \"translations\": {\n                \"data\": [],\n                \"links\": {\n                    \"related\": \"https://example.com/api/product/018cb5d8ce7d704fb0e08b835f443370/translations\"\n                }\n            },\n            \"extensions\": {\n                \"data\": {\n                    \"type\": \"extension\",\n                    \"id\": \"018cb5d8ce7d704fb0e08b835f443370\"\n                }\n            }\n        },\n        \"meta\": null\n    },\n    \"included\": [\n        {\n            \"id\": \"018cb5d63d56737888ee7b3e2a523d47\",\n            \"type\": \"tax\",\n            \"attributes\": {\n                \"taxRate\": 0,\n                \"name\": \"Reduced rate 2\",\n                \"position\": 3,\n                \"customFields\": null,\n                \"createdAt\": \"2023-12-29T13:49:25.718+00:00\",\n                \"updatedAt\": null,\n                \"apiAlias\": \"tax_foreign_keys_extension\"\n            },\n            \"links\": {\n                \"self\": \"https://example.com/api/tax/018cb5d63d56737888ee7b3e2a523d47\"\n            },\n            \"relationships\": {\n                \"products\": {\n                    \"data\": [],\n                    \"links\": {\n                        \"related\": \"https://example.com/api/tax/018cb5d63d56737888ee7b3e2a523d47/products\"\n                    }\n                },\n                \"rules\": {\n                    \"data\": [],\n                    \"links\": {\n                        \"related\": \"https://example.com/api/tax/018cb5d63d56737888ee7b3e2a523d47/rules\"\n                    }\n                },\n                \"shippingMethods\": {\n                    \"data\": [],\n                    \"links\": {\n                        \"related\": \"https://example.com/api/tax/018cb5d63d56737888ee7b3e2a523d47/shipping-methods\"\n                    }\n                }\n            },\n            \"meta\": null\n        },\n        {\n            \"id\": \"018cb5d8ce7d704fb0e08b835f443370\",\n            \"type\": \"extension\",\n            \"attributes\": {},\n            \"links\": {},\n            \"relationships\": {},\n            \"meta\": null\n        }\n    ],\n    \"links\": {\n        \"self\": \"https://example.com/api/product/018cb5d8ce7d704fb0e08b835f443370\"\n    }\n}"
				}
			]
		},
		{
			"name": "Update total product stock",
			"event": [
				{
					"listen": "test",
					"script": {
						"exec": [
							""
						],
						"type": "text/javascript"
					}
				}
			],
			"request": {
				"method": "PATCH",
				"header": [
					{
						"key": "Content-Type",
						"value": "application/json"
					}
				],
				"body": {
					"mode": "raw",
					"raw": "{\n    \"stock\": 500 // Total stock to be set\n}"
				},
				"url": {
					"raw": "{{baseUrl}}/api/product/<product-id>",
					"host": [
						"{{baseUrl}}"
					],
					"path": [
						"api",
						"product",
						"<product-id>"
					]
				},
				"description": "Updates the total stock of a product.\n\nReplace product-id with the ID of a product the information should be retrieved for.\n\nIf the stock gets reduced, the alphanumerical picking strategy will be used, which reduces the stock from warehouses and bin locations in alphanumerical order until the complete amount was reduced.\n\nIf the stock is increased, the stock will be stocked according to the Stocking strategy, which moves the stock into the default bin location of the default warehouse.\n\nInclude the following required property:\n\n- `stock` — An **integer** of the total stock that should be set for the product."
			},
			"response": [
				{
					"name": "Update total product stock",
					"originalRequest": {
						"method": "PATCH",
						"header": [
							{
								"key": "Content-Type",
								"value": "application/json"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\n    \"stock\": 500 // Total stock to be set\n}"
						},
						"url": {
							"raw": "https://example.com/api/product/018c63226c85738cb191d955d4a03083",
							"protocol": "https",
							"host": [
								"example",
								"com"
							],
							"path": [
								"api",
								"product",
								"018c63226c85738cb191d955d4a03083"
							]
						}
					},
					"_postman_previewlanguage": "Text",
					"header": [],
					"cookie": [],
					"body": ""
				}
			]
		}
	],
	"auth": {
		"type": "oauth2",
		"oauth2": [
			{
				"key": "tokenName",
				"value": "auth_token",
				"type": "string"
			},
			{
				"key": "password",
				"value": "{{password}}",
				"type": "string"
			},
			{
				"key": "username",
				"value": "{{username}}",
				"type": "string"
			},
			{
				"key": "clientSecret",
				"value": "",
				"type": "string"
			},
			{
				"key": "clientId",
				"value": "administration",
				"type": "string"
			},
			{
				"key": "grant_type",
				"value": "password_credentials",
				"type": "string"
			},
			{
				"key": "scope",
				"value": "user-verified",
				"type": "string"
			},
			{
				"key": "accessTokenUrl",
				"value": "{{baseUrl}}/api/oauth/token",
				"type": "string"
			},
			{
				"key": "addTokenTo",
				"value": "header",
				"type": "string"
			}
		]
	},
	"event": [
		{
			"listen": "prerequest",
			"script": {
				"type": "text/javascript",
				"exec": [
					"var uuid = require('uuid'); ",
					"var idempotencyUUID = uuid.v4();",
					"pm.collectionVariables.set(\"idempotencyUUID\", idempotencyUUID.replace(/-/g, \"\"));"
				]
			}
		},
		{
			"listen": "test",
			"script": {
				"type": "text/javascript",
				"exec": [
					""
				]
			}
		}
	],
	"variable": [
		{
			"key": "baseUrl",
			"value": "https://example.com"
		},
		{
			"key": "username",
			"value": "admin",
			"type": "string"
		},
		{
			"key": "password",
			"value": "shopware",
			"type": "string"
		},
		{
			"key": "idempotencyUUID",
			"value": "some-idempotency-uuid"
		}
	]
}