Create a product sticker
Create a product sticker.
Authorizations:Token
Request Body Schema:
The new Product Sticker resource | name | string |
| position | integer |
| enabled | booleanDefault: trueExample: true |
| text_color | string<= 6 characters |
| bg_color | string<= 6 characters |
Responses
201Product Sticker resource created
Response schema:
Product Sticker resource created | id | integer |
| name | string |
| position | integer |
| enabled | booleanDefault: trueExample: true |
| text_color | string |
| bg_color | string |
400Invalid input
422Unprocessable entity