Invoicing / Paginator / ListProcurementPortalSuppliers

ListProcurementPortalSuppliers

class Invoicing.Paginator.ListProcurementPortalSuppliers
paginator = client.get_paginator('list_procurement_portal_suppliers')
paginate(**kwargs)

Creates an iterator that will paginate through responses from Invoicing.Client.list_procurement_portal_suppliers().

See also: AWS API Documentation

Request Syntax

response_iterator = paginator.paginate(
    PortalIdentifier='string',
    PaginationConfig={
        'MaxItems': 123,
        'PageSize': 123,
        'StartingToken': 'string'
    }
)
Parameters:
  • PortalIdentifier (string) –

    [REQUIRED]

    The unique identifier of the procurement portal for which to list suppliers. Use the PortalIdentifier value returned by ListProcurementPortals.

  • PaginationConfig (dict) –

    A dictionary that provides parameters to control pagination.

    • MaxItems (integer) –

      The total number of items to return. If the total number of items available is more than the value specified in max-items then a NextToken will be provided in the output that you can use to resume pagination.

    • PageSize (integer) –

      The size of each page.

    • StartingToken (string) –

      A token to specify where to start paginating. This is the NextToken from a previous response.

Return type:

dict

Returns:

Response Syntax

{
    'ProcurementPortalSuppliers': [
        {
            'SupplierIdentifier': 'string',
            'SellerOfRecord': 'string',
            'CountryCode': 'string',
            'Environment': 'PROD'|'TEST'
        },
    ],

}

Response Structure

  • (dict) –

    • ProcurementPortalSuppliers (list) –

      The list of suppliers configured for the specified procurement portal.

      • (dict) –

        Contains metadata for a supplier configured within a procurement portal.

        • SupplierIdentifier (string) –

          The unique identifier of the supplier within the procurement portal.

        • SellerOfRecord (string) –

          The Amazon Web Services seller of record associated with the supplier—the Amazon Web Services legal entity that issues invoices for the account (for example, AWS_INC or AWS_EUROPE).

        • CountryCode (string) –

          The two-letter ISO 3166-1 alpha-2 country code associated with the supplier.

        • Environment (string) –

          The environment identifier for the supplier in the procurement portal. PROD for production env, or TEST for sandbox/test env.