Get a category
Categories
Get a category
Retrieve a single product category by id, including its product count. Requires the READ_CATEGORIES scope.
GET
Get a category
Returns one category within the store, including a
productCount of products assigned to it. The store is bound to your app token server-side — never send a shop id.Authorizations
Installed-app access token (prefix app_), issued by the OAuth install flow. The store is bound to the token server-side — never send a shop id.
Path Parameters
The category id.
Response
The requested category.
Standard Salesive response envelope. The operation-specific payload is carried in data.

