---
title: "Create or update giveaway"
method: PUT
path: "/open-api/v1.0/giveaways/giveaway-checkout"
tags: ["Giveaways"]
---

# Create or update giveaway

`PUT /open-api/v1.0/giveaways/giveaway-checkout`

*Rate limit: 100 requests / 10 seconds per shop. See [Rate limiting](/guides/rate-limiting).*

Creates a new giveaway or updates existing one

## Request body

- ComFourthwallAppOpenapiEndpointOpenApiGiveawayEndpointCreateGiveawayCheckoutXRequest
  - `heading` string, required
  - `description` string, required
  - `iconUrl` string, required
  - `buttonText` string, required
  - `disabled` boolean

## Response `200`

OK

## Other responses

- `429` — Rate limited: 100 requests / 10 seconds per shop.

---

[API](https://skmtc.net/fourthwall/apis/fourthwall-apis-2.md) · [All operations](https://skmtc.net/fourthwall/apis/fourthwall-apis-2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/fourthwall/fourthwall-apis-2/versions/ef273312f051/schema)
