You can use the Serialized Logistics V2 API to integrate the third-party systems with the Serialized Logistics application.


The Serialized Logistics V2 API uses the Representational State Transfer (REST) standard to interact with other systems.


The Serialized Logistics V2 API is an extension of the Serialized Logistics application of Movilitas.Cloud and enables you to send requests from external systems to the application.


This article describes how to receive an EPCIS file as a string in Movilitas.Cloud by using the Serialized Logistics V2 API.


API Tool to Use


In this document, we provide examples by using the cURL command-line tool. To send the API request, you can find a lot of user-friendly REST API tools on the Internet, for example, Postman.


Before You Begin


Before you start sending any messages:


1. You must enable the Serialized Logistics application in the Admin UI.

2. You must create an API key and secret. 

3. You must create a shopfloor channel with Serialized Logistics V2 API source. You will need the channel key for your requests.

4. You must configure the Serialized Logistics application.

5. You must have the authentication token to send requests over API. Select one of the following ways:

  • Apply a dynamic token. Send an authentication request over the Authentication API. For more information about the Authentication API, open the Tenant Dashboard in Movilitas.Cloud, select API keys, and choose Authentication API Documentation. Also, see Authentication Request.
  • Apply a static token. Generate a static token for your previously created API key.


For more information, see Configuring the Movilitas.Cloud APIs.


Procedure


1. Use the POST method and the following URL:


https://api.movilitas.cloud/v1/serialized_logistics/v2/api/suppliers/receive_epcis_string


2. For the header, define the authentication token and the channel key. The token can be given in one of the following ways:

  • As x-access-token header.
  • As Authorization header by using the Bearer schema.


Header Option 1:


KeyAction
x-access-tokenProvide the authentication token.
x-channel-keyProvide the channel key of your Serialized Logistics V2 API channel.


Header Option 2:


KeyAction
AuthorizationProvide the authentication token as Bearer <token>.
x-channel-keyProvide the channel key of your Serialized Logistics V2 API channel.


3. Include the EPCIS content as raw XML in the body of the request.


4. Send the request. Movilitas.Cloud processes the EPCIS content and saves it as an XML file. The file name is a randomly generated UUID:

  • The request is logged on the related Serialized Logistics V2 API channel.
  • The EPCIS file is linked to the sender (supplier) in the Serialized Logistics application. Find the supplier and verify the result under the Site management --> Suppliers --> Uploads tab.


Sample cURL Request 


curl --location 'https://api.movilitas.cloud/v1/serialized_logistics/v2/api/suppliers/receive_epcis_string' \
--header 'x-channel-key: 6WVJmzYsqlyZwgQGQ6tD590whpotaQMH0HIzqMIT' \
--header 'Content-Type: application/xml' \
--header 'Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJrZXkiOiJqNlBFYXJiVEdUR1A5UEVtRS1rYlJmbEs3NWdDQ0UqQ19fNW1lZkVES240MkJfMD' \
--data '<?xml version="1.0" encoding="UTF-8"?>
<epcis:EPCISDocument xmlns:epcis="urn:epcglobal:epcis:xsd:1" xmlns:sap="http://sap.com/xi/STTP/SAPExt" xmlns:sbdh="http://www.unece.org/cefact/namespaces/StandardBusinessDocumentHeader" creationDate="2022-09-17T10:38:10Z" schemaVersion="1.2">
    <EPCISHeader>
        <sbdh:StandardBusinessDocumentHeader>
            <sbdh:HeaderVersion>1.0</sbdh:HeaderVersion>
            <sbdh:Sender>
                <sbdh:Identifier Authority="GLN">6543452000128</sbdh:Identifier>
            </sbdh:Sender>
            <sbdh:Receiver>
                <sbdh:Identifier Authority="GLN">4322392124017</sbdh:Identifier>
            </sbdh:Receiver>
            <sbdh:DocumentIdentification>
                <sbdh:Standard>EPCglobal</sbdh:Standard>
                <sbdh:TypeVersion>1.0</sbdh:TypeVersion>
                <sbdh:InstanceIdentifier>D3EFJ3DFDB4E6GJK9DH582FGHL9EJ998</sbdh:InstanceIdentifier>
                <sbdh:Type>Events</sbdh:Type>
                <sbdh:CreationDateAndTime>2022-09-17T10:38:10.091676Z</sbdh:CreationDateAndTime>
            </sbdh:DocumentIdentification>
        </sbdh:StandardBusinessDocumentHeader>
		<extension>
			<EPCISMasterData>
				<VocabularyList>
						<Vocabulary type="urn:epcglobal:epcis:vtype:EPCClass">
								<VocabularyElementList>
									<VocabularyElement id="urn:epc:idpat:sgtin:030004.3006801.*">
										<attribute id="urn:epcglobal:cbv:mda#additionalTradeItemIdentification">00004006801</attribute>
										<attribute id="urn:epcglobal:cbv:mda#additionalTradeItemIdentificationTypeCode">FDA_NDC_11</attribute>
										<attribute id="urn:epcglobal:cbv:mda#regulatedProductName">Klonopin</attribute>
										<attribute id="urn:epcglobal:cbv:mda#manufacturerOfTradeItemPartyName">Genentech, Inc.</attribute>
										<attribute id="urn:epcglobal:cbv:mda#dosageFormType">TABLET</attribute>
										<attribute id="urn:epcglobal:cbv:mda#strengthDescription">.5 mg/1</attribute>
										<attribute id="urn:epcglobal:cbv:mda#netContentDescription">100 TABLET in 1 BOTTLE, PLASTIC (0004-0068-01)</attribute>
									</VocabularyElement>
									<VocabularyElement id="urn:epc:idpat:sgtin:030004.0006801.*">
										<attribute id="urn:epcglobal:cbv:mda#additionalTradeItemIdentification">00004006801</attribute>
										<attribute id="urn:epcglobal:cbv:mda#additionalTradeItemIdentificationTypeCode">FDA_NDC_11</attribute>
										<attribute id="urn:epcglobal:cbv:mda#regulatedProductName">Klonopin</attribute>
										<attribute id="urn:epcglobal:cbv:mda#manufacturerOfTradeItemPartyName">Genentech, Inc.</attribute>
										<attribute id="urn:epcglobal:cbv:mda#dosageFormType">TABLET</attribute>
										<attribute id="urn:epcglobal:cbv:mda#strengthDescription">.5 mg/1</attribute>
										<attribute id="urn:epcglobal:cbv:mda#netContentDescription">100 TABLET in 1 BOTTLE, PLASTIC (0004-0068-01)</attribute>
									</VocabularyElement>
									<VocabularyElement id="urn:epc:idpat:sgtin:030004.3024451.*">
										<attribute id="urn:epcglobal:cbv:mda#additionalTradeItemIdentification">00004024451</attribute>
										<attribute id="urn:epcglobal:cbv:mda#additionalTradeItemIdentificationTypeCode">FDA_NDC_11</attribute>
										<attribute id="urn:epcglobal:cbv:mda#regulatedProductName">Invirase</attribute>
										<attribute id="urn:epcglobal:cbv:mda#manufacturerOfTradeItemPartyName">Genentech, Inc.</attribute>
										<attribute id="urn:epcglobal:cbv:mda#dosageFormType">TABLET, FILM COATED</attribute>
										<attribute id="urn:epcglobal:cbv:mda#strengthDescription">500 mg/1</attribute>
										<attribute id="urn:epcglobal:cbv:mda#netContentDescription">120 TABLET, FILM COATED in 1 BOTTLE, PLASTIC (0004-0244-51)</attribute>
									</VocabularyElement>
									<VocabularyElement id="urn:epc:idpat:sgtin:030004.0024451.*">
										<attribute id="urn:epcglobal:cbv:mda#additionalTradeItemIdentification">00004024451</attribute>
										<attribute id="urn:epcglobal:cbv:mda#additionalTradeItemIdentificationTypeCode">FDA_NDC_11</attribute>
										<attribute id="urn:epcglobal:cbv:mda#regulatedProductName">Invirase</attribute>
										<attribute id="urn:epcglobal:cbv:mda#manufacturerOfTradeItemPartyName">Genentech, Inc.</attribute>
										<attribute id="urn:epcglobal:cbv:mda#dosageFormType">TABLET, FILM COATED</attribute>
										<attribute id="urn:epcglobal:cbv:mda#strengthDescription">500 mg/1</attribute>
										<attribute id="urn:epcglobal:cbv:mda#netContentDescription">120 TABLET, FILM COATED in 1 BOTTLE, PLASTIC (0004-0244-51)</attribute>
									</VocabularyElement>
							</VocabularyElementList>
						</Vocabulary>
						<Vocabulary type="urn:epcglobal:epcis:vtype:Location">
							<VocabularyElementList>
									<VocabularyElement id="urn:epc:id:sgln:4322392.12401.0">
										<attribute id="urn:epcglobal:cbv:mda#name">Distributor in the USA</attribute>
										<attribute id="urn:epcglobal:cbv:mda#streetAddressOne">123 Dallas Street</attribute>
										<attribute id="urn:epcglobal:cbv:mda#city">Dallas</attribute>
										<attribute id="urn:epcglobal:cbv:mda#state">TX</attribute>
										<attribute id="urn:epcglobal:cbv:mda#postalCode">52567</attribute>
										<attribute id="urn:epcglobal:cbv:mda#countryCode">US</attribute>
									</VocabularyElement>
									<VocabularyElement id="urn:epc:id:sgln:6543452.00012.0">
										<attribute id="urn:epcglobal:cbv:mda#name">Supplier for Distributor in USA</attribute>
										<attribute id="urn:epcglobal:cbv:mda#streetAddressOne">12 Denver</attribute>
										<attribute id="urn:epcglobal:cbv:mda#city">Denver</attribute>
										<attribute id="urn:epcglobal:cbv:mda#state">CO</attribute>
										<attribute id="urn:epcglobal:cbv:mda#postalCode">23467</attribute>
										<attribute id="urn:epcglobal:cbv:mda#countryCode">US</attribute>
									</VocabularyElement>
									<VocabularyElement id="urn:epc:id:sgln:6543452.01023.0">
										<attribute id="urn:epcglobal:cbv:mda#name">Supplier Ship From</attribute>
										<attribute id="urn:epcglobal:cbv:mda#streetAddressOne">32 Ship from street</attribute>
										<attribute id="urn:epcglobal:cbv:mda#city">Denver</attribute>
										<attribute id="urn:epcglobal:cbv:mda#state">CO</attribute>
										<attribute id="urn:epcglobal:cbv:mda#postalCode">23424</attribute>
										<attribute id="urn:epcglobal:cbv:mda#countryCode">US</attribute>
									</VocabularyElement>
								</VocabularyElementList>
						</Vocabulary>
				</VocabularyList>
			</EPCISMasterData>
		</extension>
    </EPCISHeader>
    <EPCISBody>
        <EventList>
            <ObjectEvent>
                <eventTime>2022-09-01T06:22:49Z</eventTime>
                <eventTimeZoneOffset>-04:00</eventTimeZoneOffset>
                <epcList/>
                <action>ADD</action>
                <bizStep>urn:epcglobal:cbv:bizstep:commissioning</bizStep>
                <disposition>urn:epcglobal:cbv:disp:active</disposition>
                <readPoint>
                    <id>urn:epc:id:sgln:6543452.01023.0</id>
                </readPoint>
                <bizLocation>
                    <id>urn:epc:id:sgln:6543452.00012.0</id>
                </bizLocation>
                <SAPExtension>
                    <objAttributes>
                        <DATMF>20220327</DATMF>
                        <LOTNO>0419A</LOTNO>
                        <DATEX>20250419</DATEX>
                    </objAttributes>
                </SAPExtension>
            </ObjectEvent>
            <ObjectEvent>
                <eventTime>2022-09-01T06:22:49Z</eventTime>
                <eventTimeZoneOffset>-04:00</eventTimeZoneOffset>
                <epcList/>
                <action>ADD</action>
                <bizStep>urn:epcglobal:cbv:bizstep:commissioning</bizStep>
                <disposition>urn:epcglobal:cbv:disp:active</disposition>
                <readPoint>
                    <id>urn:epc:id:sgln:6543452.01023.0</id>
                </readPoint>
                <bizLocation>
                    <id>urn:epc:id:sgln:6543452.00012.0</id>
                </bizLocation>
                <SAPExtension>
                    <objAttributes>
                        <DATMF>20220327</DATMF>
                        <LOTNO>0419B</LOTNO>
                        <DATEX>20260419</DATEX>
                    </objAttributes>
                </SAPExtension>
            </ObjectEvent>
            <ObjectEvent>
                <eventTime>2022-09-01T06:22:50Z</eventTime>
                <eventTimeZoneOffset>-04:00</eventTimeZoneOffset>
                <epcList>
		     <epc>urn:epc:id:sscc:030004.30202312010</epc>
                </epcList>
                <action>ADD</action>
                <bizStep>urn:epcglobal:cbv:bizstep:commissioning</bizStep>
                <disposition>urn:epcglobal:cbv:disp:active</disposition>
                <readPoint>
                    <id>urn:epc:id:sgln:6543452.01023.0</id>
                </readPoint>
                <bizLocation>
                    <id>urn:epc:id:sgln:6543452.00012.0</id>
                </bizLocation>
            </ObjectEvent>
            <ObjectEvent>
                <eventTime>2022-09-01T06:22:50Z</eventTime>
                <eventTimeZoneOffset>-04:00</eventTimeZoneOffset>
                <epcList>
                    <epc>urn:epc:id:sgtin:030004.3024451.3HDGS2312010</epc>
                    <epc>urn:epc:id:sgtin:030004.3024451.3HDGS2312011</epc>
                </epcList>
                <action>ADD</action>
                <bizStep>urn:epcglobal:cbv:bizstep:commissioning</bizStep>
                <disposition>urn:epcglobal:cbv:disp:active</disposition>
                <readPoint>
                    <id>urn:epc:id:sgln:6543452.01023.0</id>
                </readPoint>
                <bizLocation>
                    <id>urn:epc:id:sgln:6543452.00012.0</id>
                </bizLocation>
                <SAPExtension>
                    <objAttributes>
                        <DATMF>20220327</DATMF>
                        <LOTNO>0419A</LOTNO>
                        <DATEX>20250419</DATEX>
                        <GTIN>30300040244510</GTIN>
                    </objAttributes>
                </SAPExtension>
            </ObjectEvent>
            <ObjectEvent>
                <eventTime>2022-09-01T06:22:50Z</eventTime>
                <eventTimeZoneOffset>-04:00</eventTimeZoneOffset>
                <epcList>
                    <epc>urn:epc:id:sgtin:030004.0024451.0HDGS2312010</epc>
                    <epc>urn:epc:id:sgtin:030004.0024451.0HDGS2312011</epc>
                    <epc>urn:epc:id:sgtin:030004.0024451.0HDGS2312012</epc>
                    <epc>urn:epc:id:sgtin:030004.0024451.0HDGS2312013</epc>
                    <epc>urn:epc:id:sgtin:030004.0024451.0HDGS2312014</epc>
                    <epc>urn:epc:id:sgtin:030004.0024451.0HDGS2312015</epc>
                    <epc>urn:epc:id:sgtin:030004.0024451.0HDGS2312016</epc>
                    <epc>urn:epc:id:sgtin:030004.0024451.0HDGS2312017</epc>
                </epcList>
                <action>ADD</action>
                <bizStep>urn:epcglobal:cbv:bizstep:commissioning</bizStep>
                <disposition>urn:epcglobal:cbv:disp:active</disposition>
                <readPoint>
                    <id>urn:epc:id:sgln:6543452.01023.0</id>
                </readPoint>
                <bizLocation>
                    <id>urn:epc:id:sgln:6543452.00012.0</id>
                </bizLocation>
                <SAPExtension>
                    <objAttributes>
                        <DATMF>20220327</DATMF>
                        <LOTNO>0419A</LOTNO>
                        <DATEX>20250419</DATEX>
                        <GTIN>00300040244519</GTIN>
                    </objAttributes>
                </SAPExtension>
            </ObjectEvent>
            <ObjectEvent>
                <eventTime>2022-09-01T06:22:50Z</eventTime>
                <eventTimeZoneOffset>-04:00</eventTimeZoneOffset>
                <epcList>
                    <epc>urn:epc:id:sgtin:030004.3006801.3SWZT2312010</epc>
                    <epc>urn:epc:id:sgtin:030004.3006801.3SWZT2312011</epc>
                </epcList>
                <action>ADD</action>
                <bizStep>urn:epcglobal:cbv:bizstep:commissioning</bizStep>
                <disposition>urn:epcglobal:cbv:disp:active</disposition>
                <readPoint>
                    <id>urn:epc:id:sgln:6543452.01023.0</id>
                </readPoint>
                <bizLocation>
                    <id>urn:epc:id:sgln:6543452.00012.0</id>
                </bizLocation>
                <SAPExtension>
                    <objAttributes>
                        <DATMF>20220327</DATMF>
                        <LOTNO>0419B</LOTNO>
                        <DATEX>20260419</DATEX>
                        <GTIN>30300040068017</GTIN>
                    </objAttributes>
                </SAPExtension>
            </ObjectEvent>
            <ObjectEvent>
                <eventTime>2022-09-01T06:22:50Z</eventTime>
                <eventTimeZoneOffset>-04:00</eventTimeZoneOffset>
                <epcList>
                    <epc>urn:epc:id:sgtin:030004.0006801.0SWZT2312010</epc>
                    <epc>urn:epc:id:sgtin:030004.0006801.0SWZT2312011</epc>
                    <epc>urn:epc:id:sgtin:030004.0006801.0SWZT2312012</epc>
                    <epc>urn:epc:id:sgtin:030004.0006801.0SWZT2312013</epc>
                    <epc>urn:epc:id:sgtin:030004.0006801.0SWZT2312014</epc>
                    <epc>urn:epc:id:sgtin:030004.0006801.0SWZT2312015</epc>
                    <epc>urn:epc:id:sgtin:030004.0006801.0SWZT2312016</epc>
                    <epc>urn:epc:id:sgtin:030004.0006801.0SWZT2312017</epc>
                </epcList>
                <action>ADD</action>
                <bizStep>urn:epcglobal:cbv:bizstep:commissioning</bizStep>
                <disposition>urn:epcglobal:cbv:disp:active</disposition>
                <readPoint>
                    <id>urn:epc:id:sgln:6543452.01023.0</id>
                </readPoint>
                <bizLocation>
                    <id>urn:epc:id:sgln:6543452.00012.0</id>
                </bizLocation>
                <SAPExtension>
                    <objAttributes>
                        <DATMF>20220327</DATMF>
                        <LOTNO>0419B</LOTNO>
                        <DATEX>20260419</DATEX>
                        <GTIN>00300040068016</GTIN>
                    </objAttributes>
                </SAPExtension>
            </ObjectEvent>
            <AggregationEvent>
                <eventTime>2022-09-17T10:37:47Z</eventTime>
                <eventTimeZoneOffset>+02:00</eventTimeZoneOffset>
                <parentID>urn:epc:id:sgtin:030004.3024451.3HDGS2312010</parentID>
                <childEPCs>
                    <epc>urn:epc:id:sgtin:030004.0024451.0HDGS2312010</epc>
                    <epc>urn:epc:id:sgtin:030004.0024451.0HDGS2312011</epc>
                    <epc>urn:epc:id:sgtin:030004.0024451.0HDGS2312012</epc>
                    <epc>urn:epc:id:sgtin:030004.0024451.0HDGS2312013</epc>
                </childEPCs>
                <action>ADD</action>
                <bizStep>urn:epcglobal:cbv:bizstep:packing</bizStep>
                <disposition>urn:epcglobal:cbv:disp:in_progress</disposition>
                <readPoint>
                    <id>urn:epc:id:sgln:6543452.01023.0</id>
                </readPoint>
                <bizLocation>
                    <id>urn:epc:id:sgln:6543452.00012.0</id>
                </bizLocation>
            </AggregationEvent>
            <AggregationEvent>
                <eventTime>2022-09-17T10:37:47Z</eventTime>
                <eventTimeZoneOffset>+02:00</eventTimeZoneOffset>
                <parentID>urn:epc:id:sgtin:030004.3024451.3HDGS2312011</parentID>
                <childEPCs>
                    <epc>urn:epc:id:sgtin:030004.0024451.0HDGS2312014</epc>
                    <epc>urn:epc:id:sgtin:030004.0024451.0HDGS2312015</epc>
                    <epc>urn:epc:id:sgtin:030004.0024451.0HDGS2312016</epc>
                    <epc>urn:epc:id:sgtin:030004.0024451.0HDGS2312017</epc>
                </childEPCs>
                <action>ADD</action>
                <bizStep>urn:epcglobal:cbv:bizstep:packing</bizStep>
                <disposition>urn:epcglobal:cbv:disp:in_progress</disposition>
                <readPoint>
                    <id>urn:epc:id:sgln:6543452.01023.0</id>
                </readPoint>
                <bizLocation>
                    <id>urn:epc:id:sgln:6543452.00012.0</id>
                </bizLocation>
            </AggregationEvent>
            <AggregationEvent>
                <eventTime>2022-09-17T10:37:47Z</eventTime>
                <eventTimeZoneOffset>+02:00</eventTimeZoneOffset>
                <parentID>urn:epc:id:sgtin:030004.3006801.3SWZT2312010</parentID>
                <childEPCs>
                    <epc>urn:epc:id:sgtin:030004.0006801.0SWZT2312010</epc>
                    <epc>urn:epc:id:sgtin:030004.0006801.0SWZT2312011</epc>
                    <epc>urn:epc:id:sgtin:030004.0006801.0SWZT2312012</epc>
                    <epc>urn:epc:id:sgtin:030004.0006801.0SWZT2312013</epc>
                </childEPCs>
                <action>ADD</action>
                <bizStep>urn:epcglobal:cbv:bizstep:packing</bizStep>
                <disposition>urn:epcglobal:cbv:disp:in_progress</disposition>
                <readPoint>
                    <id>urn:epc:id:sgln:6543452.01023.0</id>
                </readPoint>
                <bizLocation>
                    <id>urn:epc:id:sgln:6543452.00012.0</id>
                </bizLocation>
            </AggregationEvent>
            <AggregationEvent>
                <eventTime>2022-09-17T10:37:47Z</eventTime>
                <eventTimeZoneOffset>+02:00</eventTimeZoneOffset>
                <parentID>urn:epc:id:sgtin:030004.3006801.3SWZT2312011</parentID>
                <childEPCs>
                    <epc>urn:epc:id:sgtin:030004.0006801.0SWZT2312014</epc>
                    <epc>urn:epc:id:sgtin:030004.0006801.0SWZT2312015</epc>
                    <epc>urn:epc:id:sgtin:030004.0006801.0SWZT2312016</epc>
                    <epc>urn:epc:id:sgtin:030004.0006801.0SWZT2312017</epc>
                </childEPCs>
                <action>ADD</action>
                <bizStep>urn:epcglobal:cbv:bizstep:packing</bizStep>
                <disposition>urn:epcglobal:cbv:disp:in_progress</disposition>
                <readPoint>
                    <id>urn:epc:id:sgln:6543452.01023.0</id>
                </readPoint>
                <bizLocation>
                    <id>urn:epc:id:sgln:6543452.00012.0</id>
                </bizLocation>
            </AggregationEvent>
            <AggregationEvent>
                <eventTime>2022-09-17T10:37:47Z</eventTime>
                <eventTimeZoneOffset>+02:00</eventTimeZoneOffset>
                <parentID>urn:epc:id:sscc:030004.30202312010</parentID>
                <childEPCs>
                    <epc>urn:epc:id:sgtin:030004.3024451.3HDGS2312010</epc>
                    <epc>urn:epc:id:sgtin:030004.3024451.3HDGS2312011</epc>
					<epc>urn:epc:id:sgtin:030004.3006801.3SWZT2312010</epc>
                    <epc>urn:epc:id:sgtin:030004.3006801.3SWZT2312011</epc>
                </childEPCs>
                <action>ADD</action>
                <bizStep>urn:epcglobal:cbv:bizstep:packing</bizStep>
                <disposition>urn:epcglobal:cbv:disp:in_progress</disposition>
                <readPoint>
                    <id>urn:epc:id:sgln:6543452.01023.0</id>
                </readPoint>
                <bizLocation>
                    <id>urn:epc:id:sgln:6543452.00012.0</id>
                </bizLocation>
            </AggregationEvent>
            <ObjectEvent>
                <eventTime>2022-09-17T10:37:49Z</eventTime>
                <eventTimeZoneOffset>+02:00</eventTimeZoneOffset>
                <epcList>
		     <epc>urn:epc:id:sscc:030004.30202312010</epc>
                </epcList>
                <action>OBSERVE</action>
                <bizStep>urn:epcglobal:cbv:bizstep:shipping</bizStep>
                <disposition>urn:epcglobal:cbv:disp:in_transit</disposition>
                <readPoint>
                    <id>urn:epc:id:sgln:6543452.00012.0</id>
                </readPoint>
                <bizLocation>
                    <id>urn:epc:id:sgln:6543452.00012.0</id>
                </bizLocation>
                <bizTransactionList>
					<bizTransaction type="urn:epcglobal:cbv:btt:po">urn:epcglobal:cbv:bt:4322392124017:INORD23120101</bizTransaction>
                    <bizTransaction type="urn:epcglobal:cbv:btt:desadv">urn:epcglobal:cbv:bt:6543452000128:INDEL23120101</bizTransaction>
                </bizTransactionList>
                <extension>
                    <sourceList>
                        <source type="urn:epcglobal:cbv:sdt:owning_party">urn:epc:id:sgln:6543452.00012.0</source>
						<source type="urn:epcglobal:cbv:sdt:location">urn:epc:id:sgln:6543452.01023.0</source>
                    </sourceList>
                    <destinationList>
                        <destination type="urn:epcglobal:cbv:sdt:owning_party">urn:epc:id:sgln:4322392.12401.0</destination>
                    </destinationList>
                </extension>
            </ObjectEvent>
        </EventList>
    </EPCISBody>
</epcis:EPCISDocument>'

The application sends back a response that contains the following fields in the body:


FieldTypeDescription
successBooleanIndicates whether the request was successful (true) or not (false).
messageStringMessage response.


Sample Response (Success 200) 


{
    "success": true,
    "message": "EPCIS string received"
}


Admin UI - Result After the Request is Sent


The following example illustrates the log about the EPCIS message on the respective Serialized Logistics V2 API channel. The log is collected at the bottom of the page in the EPCIS messages table. To find the log, data from the EPCIS file - for example, an SSCC - is entered in the search field:



The following example illustrates the log on the supplier's page in the Serialized Logistics application:



Errors and Resolution


This section lists some of the most general error messages or error types when sending the request.


Error Message or Error TypeError CodeDescription
No token providedERR0001No authentication token is provided. Ensure that you add the authentication token to the header of the request.
Failed to authenticate tokenERR0000Failed to authenticate the provided token. Double-check if your token has expired or has been revoked. Obtain a valid token by generating a static one or by getting a dynamic one through Authentication API.
Channel ID is missing or it needs to be in correct format-The channel key of your Serialized Logistics V2 API channel is not specified in the request. To get the channel key, go to Tenant Dashboard --> Channels in the Admin UI, open your Serialized Logistics V2 API channel, and find the channel key on the top of the Edit shopfloor channel panel.
No matching supplier for sender GLN
-The sender in the EPCIS file (supplier) is unknown in the Serialized Logistics application. Make sure that the supplier is registered with the SGLN (location data) in the Serialized Logistics application.
No matching warehouse for receiver GLN-The receiver in the EPCIS file (warehouse) is unknown in the Serialized Logistics application. Make sure that the warehouse is registered with the SGLN (location data) in the Serialized Logistics application.