Checkouts
List custom checkout links
Retrieve a paginated list of all custom checkout links for the store.
-
Request Headers:
x-store-id(string, required): The ID of the store requesting the checkout links.
-
Query Parameters:
limit(integer, optional): Number of items per page.page(integer, optional): Page number to retrieve.status(string, optional): Filter by status of checkout links.
-
Response: A paginated list of checkout links including metadata.
Useful for managing and tracking customized checkout experiences.
GET
List custom checkout links
Previous
Create a new checkout linkCreates a new custom checkout link for a product.
- **Request Headers:**
- `x-store-id` (string, required): The ID of the store making the request.
- **Request Body:**
- `name` (string, required): Name of the checkout link.
- `design` (object, optional): Design details for the checkout.
- `status` (string, optional): Status of the checkout (default: active).
- **Response:** The newly created checkout link.
Enables customers to have specialized checkout processes tailored to certain products or promotions.
Next
List custom checkout links