Skip to main content

overwrite-StorefrontApi-Products_Overview

This API allows for working with products, options and variants you create in Customer's Canvas through the PIM (Product Information Management) module.

Interactive API Docs

Api Clients

.Net Client

It is a part of the same packages as the Storefront API. All classes related to PIM functionality are located in the Aurigma.Storefront.Products namespace.

You can install it from Nuget as follows:

Install-Package Aurigma.StorefrontApi.ApiClient

See on Nuget

Angular Client

This client is compatible with Angular applications only. It won't work with NodeJS or other frontend JS frameworks. You can install the package to your Angular application as follows:

@aurigma/ng-storefront-products-api-client

See on npm

NodeJS Client (Axious)

This client can be used in a wide range of JavaScript applications. To make API calls, it uses Axios - a popular HTTP library. Although it is possible to use it in both frontend and backend projects, the primary target platform for this library is NodeJS.

Install the package as follows:

npm install @aurigma/axios-storefront-products-api-client

See on npm

PHP Client

PHP client for this API is coming soon.

Was this page helpful?