Checkouts
Delete a custom checkout link
Deletes 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.
DELETE
Delete a custom checkout link
Previous
Update a custom checkout linkUpdates the details of an existing custom checkout link.
- **Request Headers:**
- `x-store-id` (string, required): The ID of the store performing the update.
- **Path Parameters:**
- `id` (string, required): ID of the checkout link.
- **Request Body:**
- `name` (string, optional): New name for the checkout link.
- `design` (object, optional): Updated design details.
- `status` (string, optional): New status for the checkout link.
- **Response:** The updated checkout link details.
Enables store managers to modify checkout experiences for better customer engagement.
Next
Delete a custom checkout link