From ec64dcd8dc5fccc812b0bf46b6c1e51f2a1ba7ef Mon Sep 17 00:00:00 2001 From: Nis Jespersen Date: Wed, 3 Jul 2024 14:12:36 +0200 Subject: [PATCH 1/3] feat: ecommerce workflows for 2024 tech demos --- .../cbp-ecommerce-apparel-tech-demo-2024.yml | 63 ++++++++++++++ ...bp-ecommerce-pesticides-tech-demo-2024.yml | 83 +++++++++++++++++++ 2 files changed, 146 insertions(+) create mode 100644 docs/openapi/components/schemas/workflows/cbp-ecommerce-apparel-tech-demo-2024.yml create mode 100644 docs/openapi/components/schemas/workflows/cbp-ecommerce-pesticides-tech-demo-2024.yml diff --git a/docs/openapi/components/schemas/workflows/cbp-ecommerce-apparel-tech-demo-2024.yml b/docs/openapi/components/schemas/workflows/cbp-ecommerce-apparel-tech-demo-2024.yml new file mode 100644 index 000000000..17e2f5e8c --- /dev/null +++ b/docs/openapi/components/schemas/workflows/cbp-ecommerce-apparel-tech-demo-2024.yml @@ -0,0 +1,63 @@ +id: https://w3id.org/traceability#cbp-ecommerce-apparel-tech-demo-2024 +title: CBP E-Commerce Apparel Tech Demo 2023 +description: >- + CBP E-Commerce Apparel Tech Demo 2023 +tags: + - Steel +credentials: + - id: https://w3id.org/traceability#GS1PrefixLicenseCredential + name: Prefix Credential + - id: https://w3id.org/traceability#GS1CompanyPrefixLicenseCredential + name: Company Prefix Credential + - id: https://w3id.org/traceability#GS1KeyCredential + name: Key Credential + - id: https://w3id.org/traceability#GS1OrganizationDataCredential + name: Organization Data Credential + - id: https://w3id.org/traceability#GS1DataCredential + name: Data Credential + - id: https://w3id.org/traceability#IntellectualPropertyRightsCredential + name: Intellectual Property Rights Credential + - id: https://w3id.org/traceability#IntellectualPropertyRightsLicenseCredential + name: Intellectual Property Rights License Credential + - id: https://w3id.org/traceability#CommercialInvoiceCredential + name: Commercial Invoice + - id: https://w3id.org/traceability#EntryNumberCredential + name: Entry Number Credential + - id: https://w3id.org/traceability#PackingListCredential + name: Packing List + - id: https://w3id.org/traceability#MultiModalBillOfLadingCredential + name: Bill of Lading +mermaid: >- + sequenceDiagram + title CBP E-Commerce Apparel Tech Demo 2024 Use Case + participant A as GS1 Global Office + participant B as GS1 US + participant C as Brand Owner + participant D as Online Seller + participant E as Fulfillment + participant F as Logistics Provider + participant G as Customs and Border Protection + A-->>A: issue Prefix License + A->>B: present Prefix License + A->>G: present Prefix License + B-->>A: issue Company Prefix License + B-->>A: issue Key Credential (GLN) + B-->>A: issue Organization Data Credential + B->>C: present Company Prefix License, Key Credential (GLN), Org Data Credential + C->>G: present Company Prefix License, Key Credential (GLN), Org Data Credential + C-->>C: issue Key Credential (GTIN) + C-->>C: issue Data Credential + C->>G: present Key Credential (GTIN), Data Credential + C-->>C: issue Intellectual Property Rights Credential + C->>G: present Intellectual Property Rights Credential + C-->>C: issue Intellectual Property Rights License Credential + C->>D: present Intellectual Property Rights License Credential + D->>G: present Intellectual Property Rights License Credential + D-->>D: issue Commercial Invoice Credential + D-->>D: issue Entry Number Credential + D->>G: present Commercial Invoice Credential, Entry Number Credential + E-->>E: issue Packing List Credential + E->>D: present Packing List Credential + F-->>F: issue Bill Of Lading Credential + F->>D: present Bill Of Lading Credential + D->>G: present Packing List Credential, Bill Of Lading Credential \ No newline at end of file diff --git a/docs/openapi/components/schemas/workflows/cbp-ecommerce-pesticides-tech-demo-2024.yml b/docs/openapi/components/schemas/workflows/cbp-ecommerce-pesticides-tech-demo-2024.yml new file mode 100644 index 000000000..bba3d2a7b --- /dev/null +++ b/docs/openapi/components/schemas/workflows/cbp-ecommerce-pesticides-tech-demo-2024.yml @@ -0,0 +1,83 @@ +id: https://w3id.org/traceability#cbp-ecommerce-pesticides-tech-demo-2024 +title: CBP E-Commerce Pesticides Tech Demo 2023 +description: >- + CBP E-Commerce Pesticides Tech Demo 2023 +tags: + - Steel +credentials: + - id: https://w3id.org/traceability#GS1PrefixLicenseCredential + name: Prefix Credential + - id: https://w3id.org/traceability#GS1CompanyPrefixLicenseCredential + name: Company Prefix Credential + - id: https://w3id.org/traceability#GS1KeyCredential + name: Key Credential + - id: https://w3id.org/traceability#GS1OrganizationDataCredential + name: Organization Data Credential + - id: https://w3id.org/traceability#GS1DataCredential + name: Data Credential + - id: https://w3id.org/traceability#EPARegisteredPesticideCredential + name: EPA Registered Pesticide Credential + - id: https://w3id.org/traceability#EPAProducerEstablishmentCredential + name: EPA Producer Establishment Credential + - id: https://w3id.org/traceability#CommercialInvoiceCredential + name: Commercial Invoice + - id: https://w3id.org/traceability#IntentToImport + name: Intent To Import + - id: https://w3id.org/traceability#EPAForm3540-1 + name: EPA Form 3540-1 Pesticides Notice of Arrival + - id: https://w3id.org/traceability#EntryNumberCredential + name: Entry Number Credential + - id: https://w3id.org/traceability#PGAShipmentStatusCredential + name: PGA Shipment Status Credential + - id: https://w3id.org/traceability#PackingListCredential + name: Packing List + - id: https://w3id.org/traceability#MultiModalBillOfLadingCredential + name: Bill of Lading +mermaid: >- + sequenceDiagram + title CBP E-Commerce Pesticides Tech Demo 2024 Use Case + participant A as GS1 Global Office + participant B as GS1 US + participant C as Registrant + participant D as Manufacturer + participant E as Online Seller + participant F as Customs Broker + participant G as Courier + participant H as Customs and Border Protection + participant I as Environmental Protection Agency + A-->>A: issue Prefix License + A->>B: present Prefix License + A->>G: present Prefix License + A-->>A: issue Company Prefix License + A-->>A: issue Key Credential (GLN) + A-->>A: issue Organization Data Credential + A->>C: present Company Prefix License, Key Credential (GLN), Organization Data Credential + C->>G: present Company Prefix License, Key Credential (GLN), Organization Data Credential + C-->>C: issue Key Credential (GTIN) + C->>E: present Key Credential (GTIN) + C-->>C: issue Data Credential + C->>H: present Key Credential (GTIN), Data Credential + I-->>I: issue EPA Registered Pesticide Credential + I->>C: present EPA Registered Pesticide Credential + C->>H: present EPA Registered Pesticide Credential + I-->>I: issue EPA Producer Establishment Credential + I->>D: present EPA Producer Establishment Credential + D->>H: present EPA Producer Establishment Credential + E-->>E: issue Commercial Invoice Credential + E-->>E: issue Intent To Import + E-->>E: issue EPA Form 3540-1 Pesticides Notice of Arrival + E->>H: present Commercial Invoice Credential, Intent To Import, EPA Form 3540-1 Pesticides Notice of Arrival + E->>F: present Commercial Invoice Credential, Intent To Import, EPA Form 3540-1 Pesticides Notice of Arrival + F-->>F: issue EPA Form 3540-1 Pesticides Notice of Arrival + F-->>F: issue Entry Number Credential + F->>H: present EPA Form 3540-1 Pesticides Notice of Arrival, Entry Number Credential + H->>I: present EPA Form 3540-1 Pesticides Notice of Arrival + I-->>I: issue PGA Shipment Status Credential + I->>H: present PGA Shipment Status Credential + H->>F: present PGA Shipment Status Credential + E-->>E: issue Packing List Credential + E->>G: present Packing List Credential + G-->>G: issue Bill Of Lading Credential + G->>H: present Packing List Credential, Bill Of Lading Credential + H-->>H: issue PGA Shipment Status Credential + H->>G: present PGA Shipment Status Credential \ No newline at end of file From 42a9b3c824d41b87bea8f35baa3e2530d47eb3ef Mon Sep 17 00:00:00 2001 From: Nis Jespersen <34443212+nissimsan@users.noreply.github.com> Date: Thu, 25 Jul 2024 21:11:01 +0200 Subject: [PATCH 2/3] Update docs/openapi/components/schemas/workflows/cbp-ecommerce-pesticides-tech-demo-2024.yml Co-authored-by: Ted Thibodeau Jr --- .../workflows/cbp-ecommerce-pesticides-tech-demo-2024.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/openapi/components/schemas/workflows/cbp-ecommerce-pesticides-tech-demo-2024.yml b/docs/openapi/components/schemas/workflows/cbp-ecommerce-pesticides-tech-demo-2024.yml index bba3d2a7b..07ba174b6 100644 --- a/docs/openapi/components/schemas/workflows/cbp-ecommerce-pesticides-tech-demo-2024.yml +++ b/docs/openapi/components/schemas/workflows/cbp-ecommerce-pesticides-tech-demo-2024.yml @@ -1,7 +1,8 @@ id: https://w3id.org/traceability#cbp-ecommerce-pesticides-tech-demo-2024 -title: CBP E-Commerce Pesticides Tech Demo 2023 +title: CBP E-Commerce Pesticides Tech Demo 2024 description: >- - CBP E-Commerce Pesticides Tech Demo 2023 + CBP E-Commerce Pesticides Tech Demo 2024 + tags: - Steel credentials: From f6a47c8a7c9439ea39bfee8aadc689675bf00876 Mon Sep 17 00:00:00 2001 From: Nis Jespersen <34443212+nissimsan@users.noreply.github.com> Date: Thu, 25 Jul 2024 21:11:07 +0200 Subject: [PATCH 3/3] Update docs/openapi/components/schemas/workflows/cbp-ecommerce-apparel-tech-demo-2024.yml Co-authored-by: Ted Thibodeau Jr --- .../workflows/cbp-ecommerce-apparel-tech-demo-2024.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/openapi/components/schemas/workflows/cbp-ecommerce-apparel-tech-demo-2024.yml b/docs/openapi/components/schemas/workflows/cbp-ecommerce-apparel-tech-demo-2024.yml index 17e2f5e8c..7119030c2 100644 --- a/docs/openapi/components/schemas/workflows/cbp-ecommerce-apparel-tech-demo-2024.yml +++ b/docs/openapi/components/schemas/workflows/cbp-ecommerce-apparel-tech-demo-2024.yml @@ -1,7 +1,8 @@ id: https://w3id.org/traceability#cbp-ecommerce-apparel-tech-demo-2024 -title: CBP E-Commerce Apparel Tech Demo 2023 +title: CBP E-Commerce Apparel Tech Demo 2024 description: >- - CBP E-Commerce Apparel Tech Demo 2023 + CBP E-Commerce Apparel Tech Demo 2024 + tags: - Steel credentials: