Created
May 16, 2022 14:20
-
-
Save osantana/35fe62c2ac11cb18ca2d9e8561ad323d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"meta": { | |
"page": { | |
"offset": 0, | |
"limit": 25, | |
"count": 1, | |
"total": 1 | |
}, | |
"filter": { | |
"identifiers": { | |
"type": "ean", | |
"value": "0194252022634" | |
} | |
}, | |
"sort": { | |
"created_at": "asc" | |
}, | |
"links": { | |
"self": "", | |
"first": "", | |
"last": "", | |
"prev": "", | |
"next": "" | |
}, | |
"languages": ["pt_BR"], | |
"available_languages": [ | |
{ | |
"id": "pt_BR", | |
"name": "Portuguese (Brazil)", | |
"currency": "BRL" | |
} | |
] | |
}, | |
"results": [ | |
{ | |
"id": "5b9f4f6d9f8f9f9c8c8b4b9f", | |
"currency": "BRL", | |
"identifiers": [ | |
{ | |
"type": "ean", | |
"value": "0194252022634" | |
} | |
], | |
"created_at": "2022-02-02T22:22:22.272036+00:00" | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment