v1

latestOpenAPI 3.1.02026-07-241120379.1 KB

Create Transaction

post/2023-10/bundle/{id}/transaction

Path parameters

versionstring required

YYYY-MM

idstring required

id

Request body

boxSizeIdstring

id

discountIdstring

id

sellingPlanShopifyIdinteger

Pass null to add bundle as a one-time purchase

quantityinteger

Response

200

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

Example response

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