cURL
curl --request POST \ --url https://www.closient.com/scanner/api/v1/captures/{public_id}/apply \ --cookie sessionid=
{ "detail": "<string>", "code": "<string>", "applied_fields": [], "skipped_fields": [] }
Apply all accepted enrichment proposals to the capture’s linked product.
Unique capture public_id identifier.
OK
Result of applying accepted enrichment proposals to a product.
Human-readable error message.
Machine-readable error code.
List of fields that were successfully updated.
List of fields that were skipped.