OrderItemResources

List order items at subscription level.

get/subscriptions/{subscriptionId}/providers/Microsoft.EdgeOrder/orderItems

Query parameters

$filterstring

$filter is supported to filter based on order id and order Item Type. Filter supports only equals operation.

$expandstring

$expand is supported on parent device details, device details, forward shipping details and reverse shipping details parameters. Each of these can be provided as a comma separated list. Parent Device Details for order item provides details on the devices of the product, Device Details for order item provides details on the devices of the child configurations of the product, Forward and Reverse Shipping details provide forward and reverse shipping details respectively.

$skipTokenstring

$skipToken is supported on Get list of order items, which provides the next page in the list of order items.

$topinteger

$top is supported on fetching list of resources. $top=10 means that the first 10 items in the list will be returned to the API caller.

Parameters

../../../../../../common-types/resource-management/v5/types.json#/components/parameters/ApiVersionParameter — unresolved $ref
../../../../../../common-types/resource-management/v5/types.json#/components/parameters/SubscriptionIdParameter — unresolved $ref

Response

Azure operation completed successfully.

valueOrderItemResource[] required— unresolved $ref

The OrderItemResource items on this page

nextLinkstring uri

The link to the next page of items

Changes

Changed in 3 of the 4 revisions of this API.15

  • 2020-12-01-preview5879937957992See the full diff
    • api tag OrderItemResources added

      api-tag-added

    • api tag OrderItems removed

      api-tag-removed

  • 2020-12-01-preview33a2b42e701c11See the full diff
    • deleted the query request parameter $top

      request-parameter-removed

    • api operation id OrderItems_ListBySubscription removed and replaced with ListOrderItemsAtSubscriptionLevel

      api-operation-id-removed

  • 2020-12-01-previewe49dc5eaab502See the full diff
    • api operation id ListOrderItemsAtSubscriptionLevel removed and replaced with OrderItems_ListBySubscription

      api-operation-id-removed

    • added the new optional query request parameter $top

      new-optional-request-parameter