Bumps
Update Bump Details
Update details of a bump, including title, description, price, badge_title, and badge_color. Uses x-store-id for store ownership verification.
PATCH
Update Bump Details
Authorizations
Path Parameters
ID of the bump.
Previous
List all bumpsRetrieve a paginated list of all bumps created in the store. A bump typically represents an add-on or upsell associated with a product. Use query parameters for pagination.
- **Request Headers:**
- `x-store-id` (string, required): The ID of the store making the request.
- **Query Parameters:**
- `limit` (integer, optional): Number of bumps per page.
- `page` (integer, optional): Page number to retrieve.
- **Response:** Returns a list of bumps including details and metadata.
This is useful for managing upsell strategies in an e-commerce setup.
Next
Update Bump Details