Last active
August 29, 2015 14:13
-
-
Save drupalista-br/2cb37eaf477aa0a76ee3 to your computer and use it in GitHub Desktop.
NortaoX.com | API - Produto com dois itens
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
[0] | |
nome = Nome do Produto 1 | |
ativo = 1 | |
preco = 10760 | |
preco_velho = 11000 | |
qtde_em_estoque = 50 | |
cod_cidade = 35 | |
cod_produto_erp = 520 | |
ean_13 = 7898577630194 | |
[1] | |
nome = Nome do Produto 2 | |
ativo = 1 | |
preco = 10880 | |
preco_velho = 11000 | |
qtde_em_estoque = 55 | |
cod_cidade = 35 | |
cod_produto_erp = 521 | |
ean_13 = 7898577630296 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment