v1

latestOpenAPI 3.1.02026-07-241120379.1 KB

Update Transaction (Beta)

put/2023-10/bundle/transaction

Request body

transactionIdstring

This is the transactionId / txnId that needs to be updated

bundleIdstring
boxSizeIdstring

id

discountIdstring

id

sellingPlanShopifyIdstring

Pass null to add bundle as a one-time purchase

quantityinteger

Response

200

successboolean
messagestring
codestring
{"stackTrail":"paths:/2023-10/bundle/transaction:put:responses:200:content:application/json:schema:properties:pageInfo","oasType":"schema","type":"unknown"}

Example response

{
  "success": true,
  "message": "Bundles transaction created successfully",
  "data": {
    "transactionId": "1855825a828a4142afd55fe7f99076e8"
  },
  "code": "SUCCESS"
}