Add product attachment
Add product attachment
Authorizations:Token
Request Body Schema:
Attachment object that needs to be added | private | booleanPrivate attachment |
| history | ArrayAttachment history |
| id | integerUnique id |
| orderby | integerSort position |
| product | |
| storage | |
| access | stringAccess - membership id or [self::ACCESS_ANY, self::ACCESS_REGISTERED] |
Responses
200Success
Response schema:
Success | private | booleanPrivate attachment |
| history | ArrayAttachment history |
| id | integerUnique id |
| orderby | integerSort position |
| product | |
| storage | |
| access | stringAccess - membership id or [self::ACCESS_ANY, self::ACCESS_REGISTERED] |