Skip to main content
Components are the building blocks of a store’s homepage. Store owners configure them in the dashboard. Component types include banners, product lists, features, reviews, and custom content.

GET /components

Get all homepage components for the store, sorted by display order.

Authentication

None required.

Example Request

Response

Success (200)

Component Types


GET /components/

Get a specific component by ID.

Authentication

None required.

Path Parameters

Example Request

Response

Success (200)

The type field in the single-component response returns the raw component type (e.g., best_sellers, moving_group, latest) rather than the mapped type used in the list endpoint (product-list, banner, etc.).

Error Responses


GET /components//products

Get paginated products for a product-list component.

Authentication

None required.

Path Parameters

Query Parameters

Example Request

Response

Success (200)

Error Responses