@@ -2770,10 +2770,10 @@ system with a valid access token and the syntax specified in [PACT Tech Specs V2
2770
2770
2771
2771
#### Expected Response #### {#test-case-001-response}
2772
2772
2773
- The test target host system must respond with 200 OK with a JSON body containing a list
2773
+ The test target host system must respond with 200 OK with a JSON body containing a list of
2774
2774
`ProductFootprints` (as per the [PACT Tech Specs V2.2
2775
- §api-action-list-response](https://wbcsd.github.io/data-exchange-protocol/v2/#api-action-list-response)),
2776
- those which include `productIds` with [the format specified for ShipmentFootprints] (#pcf-mapping-sf)
2775
+ §api-action-list-response](https://wbcsd.github.io/data-exchange-protocol/v2/#api-action-list-response)).
2776
+ Those which include `productIds` with [the format specified for ShipmentFootprints] (#pcf-mapping-sf)
2777
2777
must be conformant with the Data Model specified in [[#dt-sf]] . The relevant properties of the
2778
2778
`ProductFootprint` must also be confomant with the guidance provided in [[#pcf-mapping-sf]] .
2779
2779
@@ -2787,12 +2787,17 @@ system with a valid access token and the syntax specified in [PACT Tech Specs V2
2787
2787
2788
2788
#### Expected Response #### {#test-case-002-response}
2789
2789
2790
- The test target host system must respond with 200 OK with a JSON body containing a list
2790
+ The test target host system must respond with 200 OK with a JSON body containing a list of
2791
2791
`ProductFootprints` (as per the [PACT Tech Specs V2.2
2792
- §api-action-list-response](https://wbcsd.github.io/data-exchange-protocol/v2/#api-action-list-response)),
2793
- those which include `productIds` with [the format specified for TOCs] (#pcf-mapping-toc) must be
2794
- conformant with the Data Model specified in [[#dt-toc]] . The relevant properties of the
2795
- `ProductFootprint` must also be confomant with the guidance provided in [[#pcf-mapping-toc]] .
2792
+ §api-action-list-response](https://wbcsd.github.io/data-exchange-protocol/v2/#api-action-list-response)).
2793
+
2794
+ This list must include all the `TOCs` referenced in the `ShipmentFootprint`s returned in
2795
+ [[#test-case-001]] (identified through the `productIds` field) and may include others.
2796
+
2797
+ All the `ProductFootprints` which include `productIds` with [the format specified for
2798
+ TOCs](#pcf-mapping-toc) must be conformant with the Data Model specified in [[#dt-toc]] . The
2799
+ relevant properties of the `ProductFootprint` must also be confomant with the guidance provided in
2800
+ [[#pcf-mapping-toc]] .
2796
2801
2797
2802
### Test Case 003: Get ProductFootprint with HOC ### {#test-case-003}
2798
2803
@@ -2804,12 +2809,17 @@ system with a valid access token and the syntax specified in [PACT Tech Specs V2
2804
2809
2805
2810
#### Expected Response #### {#test-case-003-response}
2806
2811
2807
- The test target host system must respond with 200 OK with a JSON body containing a list
2812
+ The test target host system must respond with 200 OK with a JSON body containing a list of
2808
2813
`ProductFootprints` (as per the [PACT Tech Specs V2.2
2809
- §api-action-list-response](https://wbcsd.github.io/data-exchange-protocol/v2/#api-action-list-response)),
2810
- those which include `productIds` with [the format specified for HOCs] (#pcf-mapping-hoc) must be
2811
- conformante with the Data Model specified in [[#dt-hoc]] . The relevant properties of the
2812
- `ProductFootprint` must also be confomant with the guidance provided in [[#pcf-mapping-hoc]] .
2814
+ §api-action-list-response](https://wbcsd.github.io/data-exchange-protocol/v2/#api-action-list-response)).
2815
+
2816
+ This list must include all the `HOCs` referenced in the `ShipmentFootprint`s returned in
2817
+ [[#test-case-001]] (identified through the `productIds` field) and may include others.
2818
+
2819
+ All the `ProductFootprints` which include `productIds` with [the format specified for
2820
+ HOCs](#pcf-mapping-hoc) must be conformante with the Data Model specified in [[#dt-hoc]] . The
2821
+ relevant properties of the `ProductFootprint` must also be confomant with the guidance provided in
2822
+ [[#pcf-mapping-hoc]] .
2813
2823
2814
2824
### Test Case 004: Get All TransportActivityData ### {#test-case-004}
2815
2825
0 commit comments