File tree Expand file tree Collapse file tree 1 file changed +50
-4
lines changed Expand file tree Collapse file tree 1 file changed +50
-4
lines changed Original file line number Diff line number Diff line change 281281 },
282282 "tiny_map_status" : {
283283 "schema" : {
284- "title" : " Mapeamento de Status " ,
284+ "title" : " Mapeamento de status " ,
285285 "type" : " array" ,
286286 "maxItems" : 30 ,
287287 "items" : {
288288 "title" : " Relacionar status" ,
289- "description" : " Escolha a equivalência de um status tiny para um status ecomplus " ,
289+ "description" : " Escolha a equivalência de um status tiny para um status e-com.plus " ,
290290 "type" : " object" ,
291291 "properties" : {
292292 "ecom_status" : {
310310 " Retorno e troca" ,
311311 " Não alterar status"
312312 ],
313- "title" : " Status E-Com Plus "
313+ "title" : " Status e-com.plus "
314314 },
315315 "tiny_status" : {
316316 "type" : " string" ,
333333 },
334334 "hide" : false
335335 },
336+ "payment_method_maps" : {
337+ "schema" : {
338+ "title" : " Mapear de formas de pagamento" ,
339+ "type" : " array" ,
340+ "maxItems" : 30 ,
341+ "items" : {
342+ "title" : " Rótulo da forma de pagamento De > Para" ,
343+ "type" : " object" ,
344+ "properties" : {
345+ "from" : {
346+ "type" : " string" ,
347+ "title" : " Rótulo original no pedido"
348+ },
349+ "to" : {
350+ "type" : " string" ,
351+ "title" : " Substituir pelo rótulo" ,
352+ "description" : " Valor final enviado como \" Meio de pagamento\" para o Tiny"
353+ }
354+ }
355+ }
356+ },
357+ "hide" : false
358+ },
359+ "shipping_method_maps" : {
360+ "schema" : {
361+ "title" : " Mapear de formas de envio" ,
362+ "type" : " array" ,
363+ "maxItems" : 30 ,
364+ "items" : {
365+ "title" : " Rótulo da forma de envio De > Para" ,
366+ "type" : " object" ,
367+ "properties" : {
368+ "from" : {
369+ "type" : " string" ,
370+ "title" : " Rótulo original no pedido"
371+ },
372+ "to" : {
373+ "type" : " string" ,
374+ "title" : " Substituir pelo rótulo" ,
375+ "description" : " Valor final enviado como \" Forma de frete\" para o Tiny"
376+ }
377+ }
378+ }
379+ },
380+ "hide" : false
381+ },
336382 "logs" : {
337383 "schema" : {
338384 "title" : " Logs" ,
379425 }
380426 },
381427 "auth_callback_uri" : " https://appv2-gqnsyuqg6q-uc.a.run.app/ecom/auth-callback" ,
382- "version" : " 4.1 .0"
428+ "version" : " 4.2 .0"
383429}
You can’t perform that action at this time.
0 commit comments