Add product libraries management to API documentation#40
Merged
Conversation
This update introduces detailed documentation for managing product libraries within the API. Users can now list, create, retrieve, update, and delete product libraries. - Added endpoints for listing, creating, retrieving, updating, and deleting product libraries - Provided example requests and JSON responses for each operation - Included parameters and response codes for clarity on usage
Include a notice in the documentation to inform users that all endpoints in the Product Libraries section will return a `422 Unprocessable Entity` error if product libraries are not available for the group. - Enhances error handling transparency for users - Clarifies the conditions under which a failure occurs
The type of the `external_id` attribute in the JSON response has been changed from String to Integer. This change ensures consistency with the data type used in external systems and improves data validation during integration. - Reflects correct data type for external identifiers - Enhances data integrity across the integration process
ksimunovic
added a commit
that referenced
this pull request
Apr 21, 2026
…es-crud generated from commit ae66910
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This update introduces detailed documentation for managing product libraries within the API. Users can now list, create, retrieve, update, and delete product libraries.