Retrieve a list of product PIN codes
Retrieve a list of product PIN codes.
Authorizations:Token, JWT
Query Parameters
product_id required | integer |
page | integerDefault: 1 The collection page number |
Query Parameters
product_id required | integer |
page | integerDefault: 1 The collection page number |
Responses
200Product PIN Code collection
Response schema:
Product PIN Code collection Array
id | integer>= 0 |
code | string<= 64 characters |
create_date | string |
is_sold | boolean |
is_blocked | boolean |
order_item_id | integer |
401Unauthorized
Response schema:
Unauthorized type | string |
title | string |
detail | string or null |
instance | string or null |
500Internal error
Response schema:
Internal error type | string |
title | string |
detail | string or null |
instance | string or null |