Retrieve a product PIN code
Retrieve a product PIN code.
Authorizations:Token
Query Parameters
| product_id required | integer |
| id required | integer |
Responses
200Product PIN Code resource
Response schema:
Product PIN Code resource | id | integer |
| code | string<= 64 characters |
| create_date | string |
| is_sold | boolean |
| is_blocked | boolean |
| order_item_id | integer or null |
404Resource not found