Overview
After reindexing the data, you can review the indexed data using the SFO APIs. You can verify the following:
Verifying the Details of a Product
To verify the details of a product,
- Click on Catalogs controller of the SFO swagger: https:// <<EnvironmentName>>.skavacommerce.com/orchestrationservices/swagger-ui/
Note: <<EnvironmentName>> should be replaced with the deployment environment name.
- Open the Load a Product API: https://<EnvironmentNAme>>.skavacommerce.com/orchestrationservices/swagger-ui/Catalogs/getProductById
Note: <<EnvironmentName>> should be replaced with the deployment environment name. - Click Try it out.
- Provide storeId and productId.
Note: Other fields are optional.Click Execute.
You can verify the product details in the response:
Verifying Subcategories of a Category
To verify the subcategories of a category,
- Click on Catalogs controller of the SFO swagger: https:// <<EnvironmentName>>.skavacommerce.com/orchestrationservices/swagger-ui/
Note: <<EnvironmentName>> should be replaced with the deployment environment name. - Open the Load All Category Lists API: https:// <<EnvironmentName>>.skavacommerce.com/orchestrationservices/swagger-ui/Catalogs/getCategoryById
Note: <<EnvironmentName>> should be replaced with the deployment environment name. - Click Try it out
- Provide storeId and categoryId. Note: Other fields are optional.
- Click Execute.
You can verify the category list details in the response:
Verifying all the Products of a Category
To verify all the products of a category,
- Click on Catalogs controller of the SFO swagger: https:// <<EnvironmentName>>.skavacommerce.com/orchestrationservices/swagger-ui/
Note: <<EnvironmentName>> should be replaced with the deployment environment name. - Open the Load All Products of a Category API: https:// <<EnvironmentName>>.skavacommerce.com /orchestrationservices/swagger-ui/Catalogs/getProductList
Note: <<EnvironmentName>> should be replaced with the deployment environment name. - Click Try it out.
- Provide storeId and categoryId.
Note: Other fields are optional. - Click Execute.
You can verify the product list details in the response:
Revision History
2022-11-01 | AN – Updated Swagger URL for release 8.12.
2022-10-10 | AN – Page created and content uploaded.