Order Detail

Retrieve detailed information for a single Deployment order.

GET
/api/v1/deployment/orders/{orderNumber}

Description

Return the deployment order details associated with the provided order number.

Request

Headers

HeaderValueRequired
AuthorizationBearer <access_token>Yes
Content-Typeapplication/jsonYes

Path Parameters

ParameterTypeRequiredDescription
orderNumberstringYesNumeric order number (digits only).

Response

FieldTypeDescription
order_numberstringOrder number.
order_statusstring | numberCurrent status (string label or numeric code depending on order type).
items[]arrayLine items.
documentsobjectAttached documents keyed by type (ITAD/Deployment buyback orders).
trackingarrayCarrier tracking details per shipment.
tagobject | nullAccounting tags saved at place-order time. Null when no tags were provided.
tag.gl_codestringGL code.
tag.po_numberstringPO number.
tag.sitestringSite.
tag.custom_field_1stringCustom field 1.
tag.custom_field_2stringCustom field 2.
tag.configure_cost_centerobject | nullResolved configure cost center details.
tag.configure_cost_center.cost_center_codestringCost center code.
tag.configure_cost_center.descriptionstringCost center description.
tag.configure_cost_center.typestringCost center type.
tag.configure_departmentobject | nullResolved configure department details.
tag.configure_department.department_namestringDepartment name.

Notes

  • Deployment orders use Device Hub / marketplace line items (item_number, product_name, sku_code, sub_total, discount, qty).
  • List uses last_update_date for the latest status timestamp; detail may include a tag object with cost center and department metadata.

Related Endpoints

Did this page help you?