Creates a new product or updates an existing product and assigns multiple EPC IDs to it. All provided EPC IDs must be new (not already assigned to any product). If a product with the given product_id already exists, it will be updated with the new data.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Array of EPC identifiers to assign to the product (must all be new)
1["aaa1234", "bbb1234", "ccc1234"]Optional location ID to immediately assign all created EPCs to (sets latest_location_id). If omitted or null, EPCs are created without a location.
1
Product created/updated and EPCs assigned successfully
List of unique EPC hashes for newly created EPCs
[
"8aaedfc3559d0ce545ca55bcea31aad2",
"2b1c7f8c2aab4e33a5e09a2d77f3b611",
"a7d9c4e8b3f2a1c5e7b9d4f8a2c6e9b1"
]