Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
88 changes: 88 additions & 0 deletions public/navigation.json
Original file line number Diff line number Diff line change
Expand Up @@ -5813,6 +5813,94 @@
}
]
},
{
"name": "Assortment",
"slug": "catalog-api-assortment",
"type": "category",
"children": [
{
"name": "Create product assortment",
"slug": "catalog-api",
"type": "openapi",
"method": "POST",
"origin": "",
"endpoint": "/api/catalog/pvt/assortment",
"children": []
},
{
"name": "Get all product assortments",
"slug": "catalog-api",
"type": "openapi",
"method": "GET",
"origin": "",
"endpoint": "/api/catalog/pvt/assortment",
"children": []
},
{
"name": "Get product assortment by ID",
"slug": "catalog-api",
"type": "openapi",
"method": "GET",
"origin": "",
"endpoint": "/api/catalog/pvt/assortment/-productAssortmentID-",
"children": []
},
{
"name": "Update product assortment",
"slug": "catalog-api",
"type": "openapi",
"method": "PUT",
"origin": "",
"endpoint": "/api/catalog/pvt/assortment/-productAssortmentID-",
"children": []
},
{
"name": "Delete product assortment",
"slug": "catalog-api",
"type": "openapi",
"method": "DELETE",
"origin": "",
"endpoint": "/api/catalog/pvt/assortment/-productAssortmentID-",
"children": []
},
{
"name": "Add included collection to product assortment",
"slug": "catalog-api",
"type": "openapi",
"method": "POST",
"origin": "",
"endpoint": "/api/catalog/pvt/assortment/-productAssortmentID-/included-collections/-collectionID-",
"children": []
},
{
"name": "Remove included collection from product assortment",
"slug": "catalog-api",
"type": "openapi",
"method": "DELETE",
"origin": "",
"endpoint": "/api/catalog/pvt/assortment/-productAssortmentID-/included-collections/-collectionID-",
"children": []
},
{
"name": "Add excluded collection to product assortment",
"slug": "catalog-api",
"type": "openapi",
"method": "POST",
"origin": "",
"endpoint": "/api/catalog/pvt/assortment/-productAssortmentID-/excluded-collections/-collectionID-",
"children": []
},
{
"name": "Remove excluded collection from product assortment",
"slug": "catalog-api",
"type": "openapi",
"method": "DELETE",
"origin": "",
"endpoint": "/api/catalog/pvt/assortment/-productAssortmentID-/excluded-collections/-collectionID-",
"children": []
}
]
},
{
"name": "Collection",
"slug": "catalog-api-collection",
Expand Down
Loading