Express Order Submit

Version 1.0.2
download iconDownload spec

Endpoint

POST
https://partner.att.com/omni-svcs/v1/carts/{cartId}/express-submit

Submits a fully-formed fiber order to AT&T's systems in a single call. The cartId is used to retrieve appointment data and terms data for technician installation. This endpoint accepts payment methods, enrollment preferences, terms acceptance, fulfillment options (for address changes), and installation appointment details. On success, returns immediate acknowledgment with the initial order status and customer order ID.

arrowRequest

Express order submission request containing payment methods, enrollment preferences, terms acceptance, fulfillment options, and installation appointment details.

Path Parameters

    Header Parameters

      Body Parameters

      Responses

      Successful order submission response containing order ID, customer order ID, submission date, state, and order summary access token.

      arrowBody

      application/json

      REQUEST

      1
      2
      3
      4
      curl --request POST \
           --url https://partner.att.com/omni-svcs/v1/carts/dea79fb0-21c4-11f1-8527-67c36c11d002/express-submit \
           --header 'accept: application/json' \
           --header 'content-type: application/json'

      RESPONSE

      1
      2
      3
      4
      5
      6
      7
      {
        "id": "177a1210-f019-11f0-a4f6-dd46c526bb51",
        "customerOrderId": "25-76826709685300",
        "state": "Submitted",
        "submissionDate": "2024-10-05T14:48:00.000Z",
        "orderSummaryAccessToken": "e2456215530fa8f6ddd1254a75482d08976559191"
      }