United States (DBNA): Manufacturers Item Identifier

Configure the Manufacturers Item Identifier for your United States documents.

An identifier, assigned by the manufacturer, for the item. This standard UBL element can be used in the US.

Elements

PathCardinalityUsageFinal Format Path
Invoice/InvoiceLine/Item/ManufacturersItemIdentification/ID1..1M/Invoice/cac:InvoiceLine/cac:Item/cac:ManufacturersItemIdentification /cbc:ID

Example

<ubl:Invoice>
  <!-- ... omitted for readability -->
  <cac:InvoiceLine>
    <!-- ... omitted for readability -->
    <cac:Item>
      <!-- ... omitted for readability -->
      <cac:ManufacturersItemIdentification>
        <cbc:ID>N/A</cbc:ID>
      </cac:ManufacturersItemIdentification>
    </cac:Item>
  </cac:InvoiceLine>
</ubl:Invoice>

Did this page help you?