v4

latestOpenAPI 3.1.0Proprietaryraw.githubusercontent.com2026-04-277127123.7 KB
Bundles

Update bundle

Updates an existing bundle's properties.

put/bundles/{bundle_id}

Path parameters

bundle_idstring required

Bundle ID.

Request body

namestring
descriptionstring
valuenumber float
is_activeboolean
is_shippableboolean
value_shippingnumber float

Required if is_shippable is true.

tagstring
metadataobject
imagesstring[]
expirationstring date-time
expiration_unitnumber
expiration_amountnumber

Example request

{
  "name": "New product name",
  "value": 10
}

Response

Updated bundle

idinteger
selfstring
namestring
descriptionstring nullable
valuenumber
value_shippingnumber nullable
currencystring
amountstring nullable

Formatted price with currency symbol.

amount_shippingstring nullable
buyer_linkstring uri nullable
imagesstring[] nullable
expirationstring date-time nullable
expiration_unitnumber nullable
expiration_amountnumber nullable
is_expiredboolean
is_activeboolean
is_shippableboolean
tagstring nullable
visitsinteger nullable
metadataobject nullable
created_byinteger nullable
created_atstring date-time nullable
updated_atstring date-time nullable
qr_linkstring uri nullable
connectionsConnections

Hypermedia links to related resources.

Example response

{
  "currency": "EUR"
}