Checkouts
Retrieve a custom checkout link
Fetches details of a specific custom checkout link by its ID.
-
Request Headers:
x-store-id(string, required): The ID of the store requesting the information.
-
Path Parameters:
id(string, required): ID of the checkout link.
-
Response: Detailed information about the checkout link.
Allows store owners to examine and verify individual custom checkout configurations.
GET
Retrieve a custom checkout link
Authorizations
Path Parameters
ID of the checkout link.
Previous
Delete a custom checkout linkDeletes an existing checkout link by ID, removing it from the store's records.
- **Request Headers:**
- `x-store-id` (string, required): The ID of the store making the deletion request.
- **Path Parameters:**
- `id` (string, required): ID of the checkout link.
- **Response:** Confirmation of the deletion status.
Ensures old or unused checkouts are removed to keep the store's checkout processes streamlined and efficient.
Next
Retrieve a custom checkout link