ORGANIZATION
Manage organizations (factories and partners): create, read, and update organization records, and retrieve SMETA audit reports synced via SEDEX.
Create Organization
Create a new Organization (factory or partner) identified by an externally-assigned `id`. Returns 400 ('Organization already exists') if an organization with that `id` already exists; use Update Organization to modify it instead.
Get Organization
Retrieve a single Organization (factory or partner) by its `id`.
Update Organization
Partially update an existing Organization identified by `organization_id`: fields present in the request body overwrite the existing organization, fields omitted are left unchanged. Returns 400 ('Organization does not exist') if no organization with that `id` exists yet — use Create Organization first.
Get Organization SMETA Reports
Returns SMETA audit reports for the organization, each with its findings nested. Pagination is per audit, not per finding.