[BUG] Product not being associated with API after publishing
- Dominant language
- C#
- Stars
- 448
- Forks
- 247
- PR merge metrics
- No merged PRs in 30d
Description
### Release version
6.0.1
### Describe the bug
When publishing an API (with the setting "publish-all-artifacts-in-repo") the product is not being associated with the API. The product itself is being published, but it is not being connected with the API. In previous APIOps versions this worked fine. Since upgrading to version 6.0.1 this has stopped working for us.
Artifacts:

In the older version of the APIOps the extractor would associate the product with the api using the apis.json file (this is a screenshot from version v5.1.1 of APIOps):

This worked as expected, the product was associated with the API and when publishing, the product was connected with the API in the portal.
### Expected behavior
When running the publisher, the product should be associated with the API.
In the portal, product association can be verified:

### Actual behavior
No product is being associated with the API either in the artifacts or in the portal.
In the portal no product is associated with the API:

### Reproduction Steps
Using APIOps v6.0.1
Extract API using extractor pipeline, with specific productName defined in extractor config file.
Publish API using publisher pipeline.
Contributor guide
Assessment
This issue has not been assessed yet.