API エラー・コード
Transparent Supply API エンドポイントにデータをポストするときに、指定された ID 値が予期される Transparent Supply または GS1 ID パターンと一致しないことを示すエラーを受け取る場合があります。
{
"message": "EPCISBody.eventList.aggregationEvents[0].parentID: Type must match one of the following patterns: [EPC_SSCC, EPC_SGTIN, FTLPN, SFTPI]. Visit this url to look up the pattern error codes. https://github.com/IBM/IFT-Developer-Zone/wiki/api-Error-Messages"
}
以下の表を使用して、エラーで指定された受け入れ済みパターン・コードを参照してください。
コード | 例と構文 |
---|---|
EAN-13 / GTIN-13 フォーマット | 注: Transparent Supply は EAN-13 / GTIN-13 フォーマットをサポートしていません。 GTIN-14 URN を構成するには、先行ゼロ (0) を追加してください。
|
EPC から SSCC | urn:epc:id:sscc:5012345.0678901234 urn:epc:id:sscc:<CompanyPrefix>.<SerialRefAndExtension> (17 桁) |
EPC-SGTIN (ミサイル) | urn:epc:id:sgtin:0614141.107346.2017 urn:epc:id:sgtin:<CompanyPrefix>.<IndicatorDigit><ItemRef>.<SerialNumber> (13 桁 + シリアル番号) |
EPC-SGLN (航空機) | urn:epc:id:sgln:0614141.00777.0 urn:epc:id:sgln:<CompanyPrefix>.<LocationReference>.<Extension> (12 桁 + 拡張) |
EPC-LGTIN (ミサイル) | urn:epc:class:lgtin:0614141.107346.101 urn:epc:class:lgtin:<CompanyPrefix>.<IndicatorDigit><ItemRef>.<Lot> (13 桁 + ロット) |
GS1-GTIN | 40987650000223 <Indicator><CompanyPrefix><ItemRef><CheckDigit> (14 桁) |
GS1-SSCC | 204623406700001014 <Extension><CompanyPrefix><SerialReference><CheckDigit> (18 桁) |
GS1-GLN | 6056234000013 <CompanyPrefix><LocationReference><CheckDigit> (13 桁) |
GS1_ENTITY | urn:epcglobal:cbv:bt:1234567890123:T1234 urn:epcglobal:cbv:bt:<GS1-GLN>:<Transaction ID> |
GS1_ENTITY_TYPE | urn:epcglobal:cbv:btt:po urn:epcglobal:cbv:btt:<Business Transaction
Type> 有効なビジネス・トランザクション・タイプ = 坡、desadv、inv、pedigree、po、poc、prodorder、recadv、rma |
GS1_BIZSTEP | urn:epcglobal:cbv:bizstep:receiving urn:epcglobal:cbv:bizstep:<bizStep> 有効な bizSteps = 承認、到着、アセンブル、収集、コミッショニング、consigning、creating_class_instance、cy_insping、離脱、破棄、分解、破棄 stock_king, ストッキング, 保管, 変換, 移送, アンロード, アンパック, void_shipping注:
http:// または https:// で始まる有効な HTTP URL の形式で、カスタム bizSteps がサポートされます。 推奨される形式は http://<client-controlled-domain-name>/<path>/<biz_step_name> です。 |
GS1_DISPOSITION | urn:epcglobal:cbv:disp:destroyed urn:epcglobal:cbv:disp:<Disposition> 有効な処分 = active, container_closed, damaged, destroyed, dispensed, discard, encoded, expired, in_progress, in_transit, inactive, no_DED gree_match, nonreserved _sellable_disp |
GS1_SOURCE_DEST_TYPE | urn:epcglobal:cbv:sdt:準州 ing_party urn:epcglobal:cbv:sdt:<Source Destination
Type> 有効なソース宛先タイプ = owning_party、占有 _party、location |
FTPI (FTP) | urn:ibm:ift:product:class:1234567890123.product-123 urn:ibm:ift:product:class:<Company Prefix>.<Item Reference> |
LFTPI (L) | urn:ibm:ift:product:lot:class:1234567890123.product-123.lot4 urn:ibm:ift:product:lot:class:<Company Prefix>.<Item Reference>.<Lot
Number> |
SFTPI (S) | urn:ibm:ift:product:serial:obj:1234567890123.product-123.serial-number-4567 urn:ibm:ift:product:serial: obj:<Company Prefix>.<Item Reference>.<Serial
Number> |
FTLI (2) | urn:ibm:ift:location:loc:1234567890123.store-123 urn:ibm:ift:location:loc:<Company
Prefix>.<Location Reference> |
SFTLI (S) | urn:ibm:ift:location:extension:loc:1234567890123.store-123.toy-department urn:ibm:ift:location:extension:loc:<Company Prefix>.<Location
Reference>.<Extension> |
FTLPN (核弾頭) | urn:ibm:ift:lpn:obj:1234567890123.pallet-12345678 urn:ibm:ift:lpn: obj:<Company
Prefix>.<Serial Reference> |
IFT エンティティー | urn:ibm:ift:bt:1234567890123.store-123.1234 urn:ibm:ift:bt:<Company
Prefix>.<Location Reference>.<Transaction Id> |
後処理 | urn:ibm:ift:bv:disp:destroyed urn:ibm:ift:bv:disp:<Disposition> 有効な処分 = active, container_closed, damaged, destroyed, dispensed, encoded, encoded, expired, in_progress, in_transit, inactive, no_progresgree_match, nonaccessible, non_lable_other, |
HTTP URI | http://client.domain.com/path/custom_biz_step_1 https://client.domain.com/path/custom_biz_step_2 http:// または https:// で始まるすべての有効な URI を受け入れます。 |