Skip to content

Instantly share code, notes, and snippets.

View matheusoliveira-luizalabs's full-sized avatar

Matheus Oliveira matheusoliveira-luizalabs

View GitHub Profile
-- GroupOrders
SELECT
GroupOrder.uuid AS `GroupOrder.uuid`,
GroupOrder.order_id AS `GroupOrder.id`,
GroupOrder.ecommerce_id AS `GroupOrder.ecommerceId`,
GroupOrder.customer_id AS `GroupOrder.customerId`,
GroupOrder.created_at AS `GroupOrder.created_at`,
SalesChannel.uuid AS `GroupOrder.SalesChannel.uuid`,
SalesChannel.id AS `GroupOrder.SalesChannel.id`,
GroupOrderTimelines.uuid AS `GroupOrder.GroupOrderTimelines.uuid`,

Timeline API

All orders events and more.

List all events

Parâmetros de entrada

Parâmetro Descrição Tipo do Parâmetro Tipo do Dados Obrigatório

Changelog

[Unreleased]

[1.11.0] - 2018-03-26

Added

  • Tela de Garantia e Proteções
  • Visualização de Danfe e download de XML

Changed

@matheusoliveira-luizalabs
matheusoliveira-luizalabs / gist:cae4f0f39fe019eee315a6f988f70022
Created September 15, 2016 11:55 — forked from Bouke/gist:10454272
Install FreeTDS, unixODBC and pyodbc on OS X

First, install the following libraries:

$ brew install unixodbc
$ brew install freetds --with-unixodbc

FreeTDS should already work now, without configuration:

$ tsql -S [IP or hostname] -U [username] -P [password]
locale is "en_US.UTF-8"

locale charset is "UTF-8"

@matheusoliveira-luizalabs
matheusoliveira-luizalabs / api-benefitpartners.md
Last active April 11, 2017 16:40
Documentação API B2B
@matheusoliveira-luizalabs
matheusoliveira-luizalabs / api-messagecenter.md
Last active September 5, 2016 12:59
Message Center API

Message Center API