v14
OpenAPI 3.1.02026-08-03122113375.9 KBseller-cases
Create case attachment
Create a draft upload URL for a seller case attachment.
This is step 1 of the case attachment flow.
Workflow:
- Call this endpoint to receive an image id and direct uploadURL.
- Upload image bytes directly to the returned URL.
- Finalize the upload with the finalize attachment endpoint.
Rules:
- Case must exist and belong to one of the seller’s orders.
- Non-owned or missing cases return 404.
post/seller/cases/{id}/attachments
Path parameters
idstring required
Case ID
Case ID
Response
Upload URL