v1
latestOpenAPI 3.1.02026-08-0613100188.2 KBOrders
updateAnonymizeAfterDate - Update anonymization date for orders
<div class="extension-title">Description</div>Updates the anonymization date for orders in the Mirakl Connect platform. Use this API to indicated after which date orders should be anonymized by Connect. The anonymization process is irreversible and should be used with caution.
<div class="api-description-extension"> <div class="extension-title">Call Frequency</div> <div class="recommended-call-frequency">Recommended usage: Once per order when the anonymization date is set</div> <div class="max-call-frequency">Maximum usage: Every time the anonymization date needs to be changed</div> </div>put/v1/orders/anonymize-after
Request body
Example request
{
"orders": [
{
"anonymize_after": "2023-10-01T00:00:00Z",
"channel_order_id": "COMMERCIAL_ID-A"
}
]
}Response
Successfully updated the anonymize_after date for all orders of the request. No additional content is provided.