Create case attachment
Case attachments
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
idand directuploadURL. - 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
Create case attachment
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Case ID