Asset
API | Description |
---|---|
GET v1/store/login/user/assets |
Gets collection of the graphic assets by dial ID. |
GET v1/store/login/user/assets/{assetID} |
Gets graphic asset detailed data by asset ID. |
DELETE v1/store/login/user/assets/{assetID} |
Deletes uploaded graphic asset by ID. |
POST v1/store/login/user/assets |
Uploads graphic asset. |
Cart
Categories
API | Description |
---|---|
GET v1/store/categories |
Gets the top level product categories of a store, using pagination. |
GET v1/store/categories/{categoryID}/categories |
Gets the sub-categories of a specific product category, using pagination. |
GET v1/store/categories/id |
Gets the category's unique ID by its friendly ID. |
GET v1/store/categories/{categoryID} |
Gets the category by its unique ID. |
GET v1/store/categories/tree |
Gets the tree of product categories of a store. |
Orders
Products
API | Description |
---|---|
GET v1/store/products/id |
Gets the product's unique ID by its friendly ID. |
GET v1/store/products/{productID} |
Gets the product by its unique ID. |
GET v1/store/categories/{categoryID}/products |
Gets the online products of a specific product category, using pagination. |
GET v1/store/products/search |
Gets the products using a search string. |
GET v1/store/products |
Gets the products by their unique IDs. |
GET v1/store/products/{productID}/thumbnails |
Gets product thumbnails. |
Proof
API | Description |
---|---|
POST v1/store/login/user/orders/unsubmitted/items/{orderItemID}/preview |
Creates preview for the dynamic product by order product ID. |
GET v1/store/login/user/orders/unsubmitted/items/{orderItemID}/preview/{previewID} |
Gets preview status. |
GET v1/store/login/user/orders/unsubmitted/items/{orderItemID}/preview/{previewID}/download |
Returns binary content of the preview file by file name. |
POST v1/store/login/user/orders/unsubmitted/items/{orderItemID}/proof |
Creates proof for the dynamic product by order product ID. |
GET v1/store/login/user/orders/unsubmitted/items/{orderItemID}/proof/download |
Returns binary content of the proof file by file name. |
Properties
API | Description |
---|---|
POST v1/store/login/user/orders/unsubmitted/items/{orderItemID}/properties/{propertyID}/files |
Appends files to the order item property. |
DELETE v1/store/login/user/orders/unsubmitted/items/{orderItemID}/properties/{propertyID}/files |
Delete files of the order item property |
SingleSignon
API | Description |
---|---|
POST v1/store/sso |
Generates single sign-on url |
POST v1/store/sso/login |
Logs the user into the store using temporary SSO token. |
Store
API | Description |
---|---|
POST v1/store/login |
Logs the user into the store. |
POST v1/store/login/renew |
Renews the user session. |
DELETE v1/store/login |
Logs the user out from the store. |
GET v1/store/login/user |
Gets the currently logged-in user, who is identified by the provided security token. |
PUT v1/store/login/user/preferences |
Update or create preferences for user that is currentlly logged-in to the store. |
GET v1/store |
Gets the store to which the user is currently logged in. |
GET v1/store/cultures |
Gets the cultures of the store. |
GET v1/store/currencies |
Gets the currencies of the store. |
GET v1/store/deliveryServices |
Gets store's delivery service. |
GET v1/store/paymentMethods |
Gets store's payment methods. |
GET v1/store/countries |
Gets the list of countries. |
GET v1/store/countries/{countryID}/states |
Gets the list of states for the specified country. |
System
API | Description |
---|---|
GET v1/system/imageProxy |
Gets graphic content for the uStore's entity. |
GET v1/system/assetProxy |
Gets graphic asset content. |
User
API | Description |
---|---|
POST v1/store/login/user/addresses |
Adds user's addresses. |
PUT v1/store/login/user/addresses/{addressID} |
Changes user's addresses. |
GET v1/store/login/user/addresses |
Gets user's addresses. |
GET v1/store/login/user/activities |
Provides active tasks of the current user |