China (GTS): Invoice Line Sellers Item Identification ID

Configure the Invoice Line Sellers Item Identification ID for your China documents.

Invoice Line Sellers Item Identification ID

An identifier, assigned by the Seller, for the item. In China, it is used to provide the Product Number.

Element metadata

PathCardinalityUsageExample ValueFormatFinal Format Path
Invoice/InvoiceLine/Item/SellersItemIdentification/ID1..1MP001Identifier$.Detail[0].productNumber

Example

<ubl:Invoice>
  <!-- ... omitted for readability -->
  <cac:InvoiceLine>
    <!-- ... omitted for readability -->
    <cac:Item>
      <!-- ... omitted for readability -->
      <cac:SellersItemIdentification>
        <cbc:ID>730430</cbc:ID>
      </cac:SellersItemIdentification>
    </cac:Item>
  </cac:InvoiceLine>
</ubl:Invoice>

Did this page help you?