Use this method to retrieve the list of received Items. (Item identifiers) You must have Inbound Services enabled on your account for this to work.

Syntax

C# Copy imageCopy
GetInboundItemListResponse GetInboundItemList(Authentication authentication, GetInboundItemListRequest request)

Parameters

Parameter

Type

Required?

Description

Input Header

Authorization

String

Required for OAuth 2.0 authorization

A string representing the authentication of the request via an access token in the format Authorization: Bearer {AccessToken}. Example header: Authorization:Bearer M1Q0NjJvZ7Q5OPM2NDW1ZTCjOGZmYjI4

x-ch-request-id

String

Client generated unique identifier for tracking

Input Body

authentication

Authentication

Required

Authentication credentials (User Id and PIN)

request

GetInboundItemListRequest

Required

Request object.

Output Header

x-ch-activity-id

String

Server generated unique identifier for tracking

x-ch-execution-time

String

Server execution time in milli-seconds

Result

GetInboundItemListResult

GetInboundItemListResponse

Response Object (output)

Remarks

  • GetInboundItemList should not be called for more than once every 5 minutes.

  • The Item identifiers returned by this method can be used in GetInboundItemsByID to retrieve the Items.

See Also