Checkout
Version 1.0.1
Endpoint
POST
https://partner.att.com/omni-svcs/v1/checkout
Copy
Retrieves checkout configuration data including fulfillment options, available appointment time slots for technician installation, and contract terms based on the customer's shopping cart. The cartId is used to pull appointment data and terms data for technician installation. If the fulfillmentAddressId is provided, the API fetches fulfillment options based on that alternate address, supporting address change scenarios during checkout.
Checkout configuration request parameters.
Header Parameters
Body Parameters
Responses
Successful response containing checkout configuration data including fulfillment options, appointment dates, terms and conditions, and validation status.
Body
application/json
REQUEST
1
2
3
4
5
6
7
8
9curl --request POST \
--url https://partner.att.com/omni-svcs/v1/checkout \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"cartId": "57d95fe0-caf4-11f0-aa1c-47d951a990cf"
}
'RESPONSE
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278{
"appointmentDates": {
"realTime": {
"availableTimeSlot": [
{
"id": "wrkordid-2022-09-28-08-10",
"@type": "realTime",
"validFor": {
"startDateTime": "2022-09-29T08:00:00.000+00:00",
"endDateTime": "2022-09-29T10:00:00.000+00:00"
}
},
{
"id": "wrkordid-2022-09-29-08-10",
"@type": "realTime",
"validFor": {
"startDateTime": "2022-09-29T08:00:00.000+00:00",
"endDateTime": "2022-09-29T10:00:00.000+00:00"
}
}
]
},
"preferred": {
"availableCalendarPeriodSlot": [
{
"id": "preferred-2022-10-01",
"@type": "preferred",
"day": "2022-10-01",
"hourPeriod": [
{
"startHour": "08:00",
"endHour": "12:00"
},
{
"startHour": "12:00",
"endHour": "16:00"
}
]
}
]
}
},
"terms": [
{
"name": "CSA",
"extensions": [
{
"name": "ContentType",
"value": "Static"
},
{
"name": "type",
"value": "CSA"
},
{
"name": "title",
"value": "AT&T Consumer Service Agreement"
},
{
"name": "consentText",
"value": "I have read and agree to the AT&T Consumer Service Agreement (and the included provisions for binding individual arbitration rather than jury trials or class actions), under which service will auto-renew monthly until cancelled."
},
{
"name": "category",
"value": "BROADBAND"
},
{
"name": "subCategory",
"value": "GENERAL"
},
{
"name": "contentUrl",
"value": "/idpassets/archive-legal/fragment/legal/prod/lpc/terms/consumerServiceAgreement/v118/consumerServiceAgreement.cmsfeed.js"
},
{
"name": "contentVersion",
"value": "v118"
},
{
"name": "systemOfRecord",
"value": "LPC"
},
{
"name": "termsandConditionsKey",
"value": "CSA"
},
{
"name": "contentCategory",
"value": "TnC"
}
],
"resource": [
{
"id": "billing_account_id",
"type": "BillingAccount"
}
]
},
{
"name": "HTPT",
"extensions": [
{
"name": "ContentType",
"value": "Static"
},
{
"name": "type",
"value": "HTPT"
},
{
"name": "title",
"value": "AT&T HomeTech Protection"
},
{
"name": "consentText",
"value": "I have read AT&T HomeTech Protection and agree to the terms and conditions"
},
{
"name": "category",
"value": "BROADBAND"
},
{
"name": "subCategory",
"value": "GENERAL"
},
{
"name": "contentUrl",
"value": "/idpassets/archive-legal/fragment/legal/prod/lpc/terms/homeTechProtection/v4/homeTechProtection.cmsfeed.js"
},
{
"name": "contentVersion",
"value": "v4"
},
{
"name": "systemOfRecord",
"value": "LPC"
},
{
"name": "termsandConditionsKey",
"value": "HTPT"
},
{
"name": "contentCategory",
"value": "TnC"
}
],
"resource": [
{
"id": "5fa1942f-222d-40c3-8a99-acddc928e63f",
"type": "productOrderItem"
}
]
}
],
"validation": {
"configuration": [
{
"postOrderConfigurable": true,
"required": false,
"status": "incomplete",
"type": "DigitalID"
},
{
"required": true,
"status": "complete",
"type": "CustomerProfile"
},
{
"required": true,
"status": "incomplete",
"type": "BillingAccount"
},
{
"required": true,
"status": "incomplete",
"type": "CreditInfo"
},
{
"required": true,
"status": "complete",
"type": "FulfillmentOptions"
},
{
"required": true,
"status": "incomplete",
"type": "Terms"
},
{
"properties": [
{
"name": "TermsAndConditionsKeys",
"value": "AP,PAPERLESS_DISCLOSURE"
},
{
"name": "autoPayEligiblePaymentTenders",
"value": "ACH,CreditCard,DebitCard"
}
],
"required": true,
"status": "incomplete",
"subtype": "autopay",
"type": "payment"
},
{
"properties": [
{
"name": "advPayEligiblePaymentTenders",
"value": "CreditCard,DebitCard"
}
],
"required": false,
"status": "complete",
"subtype": "ADVPAY",
"type": "payment"
},
{
"required": false,
"status": "complete",
"subtype": "Prorated-RC",
"type": "payment"
},
{
"required": false,
"status": "complete",
"subtype": "Prepaid-RC",
"type": "payment"
},
{
"required": false,
"status": "complete",
"subtype": "DueUponFulfillment",
"type": "payment"
},
{
"required": false,
"status": "complete",
"subtype": "DWNPAY",
"type": "payment"
},
{
"required": true,
"status": "incomplete",
"type": "Installation"
},
{
"required": false,
"status": "complete",
"type": "NumberSelection"
},
{
"properties": [
{
"name": "Questions",
"value": "Who is your favorite childhood hero?,What is your favorite restaurant?,Who is your favorite actor?,Who is your favorite singer?"
}
],
"required": true,
"status": "complete",
"type": "AccountSecurity"
},
{
"required": false,
"status": "incomplete",
"type": "VoipConfiguration"
}
],
"readyToCheckout": true,
"readyToSubmit": false,
"status": "incomplete",
"validationMessage": [
{
"severity": "Info",
"text": "[ConstraintViolationImpl{interpolatedMessage='must not be null', propertyPath=productOrderItem[2].product.productRelationship[0].product, rootBeanClass=class com.att.idp.model.tmf.ProductOrder, messageTemplate='{jakarta.validation.constraints.NotNull.message}'}]",
"type": "ConstraintViolation"
}
]
}
}