Skip to content

Commit 72b5bc5

Browse files
Merge branch 'main' into GA
2 parents 36d1ae2 + dd44930 commit 72b5bc5

File tree

1 file changed

+54
-0
lines changed

1 file changed

+54
-0
lines changed

spec/marketing.json

Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101008,6 +101008,12 @@
101008101008
"description": "A string that uniquely identifies the campaign associated with an order.",
101009101009
"example": "839488a60b"
101010101010
},
101011+
"cart_id": {
101012+
"type": "string",
101013+
"title": "Cart ID",
101014+
"description": "A cart id that the order was placed for.",
101015+
"example": "cart-123"
101016+
},
101011101017
"landing_site": {
101012101018
"type": "string",
101013101019
"title": "Landing Site",
@@ -111749,6 +111755,12 @@
111749111755
"description": "A string that uniquely identifies the campaign associated with an order.",
111750111756
"example": "839488a60b"
111751111757
},
111758+
"cart_id": {
111759+
"type": "string",
111760+
"title": "Cart ID",
111761+
"description": "A cart id that the order was placed for.",
111762+
"example": "cart-123"
111763+
},
111752111764
"landing_site": {
111753111765
"type": "string",
111754111766
"title": "Landing Site",
@@ -112494,6 +112506,12 @@
112494112506
"description": "A string that uniquely identifies the campaign for an order.",
112495112507
"example": "839488a60b"
112496112508
},
112509+
"cart_id": {
112510+
"type": "string",
112511+
"title": "Cart ID",
112512+
"description": "A cart id that the order was placed for.",
112513+
"example": "cart-123"
112514+
},
112497112515
"landing_site": {
112498112516
"type": "string",
112499112517
"title": "Landing Site",
@@ -113218,6 +113236,12 @@
113218113236
"description": "A string that uniquely identifies the campaign associated with an order.",
113219113237
"example": "839488a60b"
113220113238
},
113239+
"cart_id": {
113240+
"type": "string",
113241+
"title": "Cart ID",
113242+
"description": "A cart id that the order was placed for.",
113243+
"example": "cart-123"
113244+
},
113221113245
"landing_site": {
113222113246
"type": "string",
113223113247
"title": "Landing Site",
@@ -114020,6 +114044,12 @@
114020114044
"description": "A string that uniquely identifies the campaign associated with an order.",
114021114045
"example": "839488a60b"
114022114046
},
114047+
"cart_id": {
114048+
"type": "string",
114049+
"title": "Cart ID",
114050+
"description": "A cart id that the order was placed for.",
114051+
"example": "cart-123"
114052+
},
114023114053
"landing_site": {
114024114054
"type": "string",
114025114055
"title": "Landing Site",
@@ -114707,6 +114737,12 @@
114707114737
"description": "A string that uniquely identifies the campaign for an order.",
114708114738
"example": "839488a60b"
114709114739
},
114740+
"cart_id": {
114741+
"type": "string",
114742+
"title": "Cart ID",
114743+
"description": "A cart id that the order was placed for.",
114744+
"example": "cart-123"
114745+
},
114710114746
"landing_site": {
114711114747
"type": "string",
114712114748
"title": "Landing Site",
@@ -115423,6 +115459,12 @@
115423115459
"description": "A string that uniquely identifies the campaign associated with an order.",
115424115460
"example": "839488a60b"
115425115461
},
115462+
"cart_id": {
115463+
"type": "string",
115464+
"title": "Cart ID",
115465+
"description": "A cart id that the order was placed for.",
115466+
"example": "cart-123"
115467+
},
115426115468
"landing_site": {
115427115469
"type": "string",
115428115470
"title": "Landing Site",
@@ -116089,6 +116131,12 @@
116089116131
"description": "A string that uniquely identifies the campaign associated with an order.",
116090116132
"example": "839488a60b"
116091116133
},
116134+
"cart_id": {
116135+
"type": "string",
116136+
"title": "Cart ID",
116137+
"description": "A cart id that the order was placed for.",
116138+
"example": "cart-123"
116139+
},
116092116140
"landing_site": {
116093116141
"type": "string",
116094116142
"title": "Landing Site",
@@ -116642,6 +116690,12 @@
116642116690
"description": "A string that uniquely identifies the campaign associated with an order.",
116643116691
"example": "839488a60b"
116644116692
},
116693+
"cart_id": {
116694+
"type": "string",
116695+
"title": "Cart ID",
116696+
"description": "A cart id that the order was placed for.",
116697+
"example": "cart-123"
116698+
},
116645116699
"landing_site": {
116646116700
"type": "string",
116647116701
"title": "Landing Site",

0 commit comments

Comments
 (0)