Last updated 2 months ago
Was this helpful?
Create a new document in catalog management.
/v1/catalog/products/{productId}/documents
Json representation of the document
curl -L \ --request POST \ --url '/v1/catalog/products/{productId}/documents' \ --header 'Content-Type: multipart/form-data'
{ "markedForDelete": true, "markedForUpdate": true, "documentId": { "value": "text", "postfixNumber": 1 }, "fileId": { "value": "text" }, "url": "text", "language": "text", "status": "Draft", "isDeleted": true, "domainEvents": [ { "timeStamp": "2025-02-21T18:02:55.615Z" } ] }