> ## Documentation Index
> Fetch the complete documentation index at: https://docs.stateset.com/llms.txt
> Use this file to discover all available pages before exploring further.

# WS-1 acceptance evidence: for each packaged retail connector, instantiate the

> partner and generate the GS1 carton label, packing slip (PDF), commercial invoice, and 856 from one canonical shipment, then validate each against the…

partner and generate the GS1 carton label, packing slip (PDF), commercial
invoice, and 856 from one canonical shipment, then validate each against the
partner's spec. Returns a pass/fail conformance matrix.

### Query parameters

<ParamField query="limit" type="integer">
  Run only the first N connectors
</ParamField>

### Response

No response body. Per-connector artifact conformance matrix.

### Status codes

| Code  | Meaning                                   |
| ----- | ----------------------------------------- |
| `200` | Per-connector artifact conformance matrix |

<RequestExample>
  ```bash cURL theme={null}
  curl --request GET \
    --url 'https://edi.stateset.com/v1/artifacts/conformance' \
    --header 'Authorization: Bearer YOUR_API_KEY'
  ```
</RequestExample>
