cURL
curl --request POST \ --url https://api.example.com/api/catalog/offers \ --header 'Content-Type: application/json' \ --cookie better-auth.session_token= \ --data ' { "title": "<string>", "price": 123, "currency": "<string>" } '
{ "title": "<string>", "price": 123, "currency": "<string>" }
Creates a new offer in the catalog.
Offer created
Was this page helpful?