Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Entrada

...

 

Carga útil de resposta

{
"

loja

shop": {
"id": 1763672130,
"

nome

name": "

LOJA DE

CONNECTDOTS DEMO

CONNECTDOTS

STORE",
"email": "matthew@NicoChat.com.br",
"

domínio

domain": "NicoChat Shopify Demo ",
"

província

province": "Queensland",
"

país

country": "AU",
"

endereço1

address1": "49 payne st",
"zip": "4068",
"

cidade

city": "indooroopilly",
"

telefone

phone": "0422213688",
"latitude": -27.4940251,
"longitude": 152.9733169,
"primary_locale": "en",
"address2": "",
"country_code": "AU",
"country_name": "

Austrália

Australia",
"currency": "AUD",
"customer_email": "matthew@NicoChat.com.

au

br",
"timezone": "(GMT-05:00)

América

America/

Nova

New_York",
"iana_timezone": "

América

America/

Nova

New_York",
"shop_owner": "CONNECTDOTS DEMO STORE Admin",
"myshopify_domain": "

Demonstração do

NicoChat Shopify Demo "
}
}

Criar rascunho de pedido para um produto

...

Create Draft Order For One Product

This action is used to create a draft order for a customer using their customer id and product variant id.

 

...

Input

...

 

...

Response Payload

{
"draft_order": {
"id": 932211818562,
"note": "",
"email": null,
"taxes_included": false,
"currency": "AUD",
"invoice_sent_at": null,
"created_at": "2023-04-06T23:21:38-04:00",
"updated_at": "2023-04-06T23:21:38-04:00",
"tax_exempt": false,
"completed_at": null,
"

nome

name": "#D127",
"status": "open",
"line_items": [
{...} // 20

chaves

keys
],
"shipping_address": null,
"billing_address": null,
"invoice_url": "NicoChat Shopify Demo ",
"applied_discount": null,
"order_id": null,
"shipping_line": null,
"tax_lines": [
],
"tags": "",
"note_attributes": [
],
"total_price": "45

,

.90",
"subtotal_price": "45

,

.90",
"total_tax": "0

,

.00",
"payment_terms": null,
"admin_graphql_api_id": "gid://shopify/DraftOrder/932211818562"
}
}

 

 

Criar rascunho de pedido para vários produtos

Esta ação é usada para criar um rascunho de pedido que inclui vários produtos de clientes usando seu ID de cliente

 

Entrada

...

 

...

Create Draft Order For Multiple Products

This action is used for creating a draft order that includes multiple products of customers using their customer ID

 

Input

...

 

Response Payload

{
"draft_order": {
"id": 932213981250,
"note": "",
"email": null,
"taxes_included": false,
"currency": "AUD",
"invoice_sent_at": null,
"created_at": "2023-04-07T00:18:51-04:00",
"updated_at": "2023-04-07T00:18:51-04:00",
"tax_exempt": false,
"completed_at": null,
"

nome

name": "#D128",
"status": "open",
"line_items": [
{...} // 20

chaves

keys
],
"shipping_address": null,
"billing_address": null,
"invoice_url": "NicoChat Shopify Demo ",
"applied_discount": null,
"order_id": null,
"shipping_line": null,
"tax_lines": [
],
"tags": "",
"note_attributes": [
],
"total_price": "45

,

.90",
"subtotal_price": "45

,

.90",
"total_tax": "0

,

.00",
"payment_terms": null,
"admin_graphql_api_id": "gid://shopify/DraftOrder/932213981250"
}
}

 

 

Criar rascunho de pedido com produto personalizado

...

Create Draft Order WIth Custom Product

This action is used to create a draft order using a custom product.

 

...

Input

...

 

 

...

Reponse Payload

 

{
"draft_order": {
"id": 932221059138,
"note": "",
"email": null,
"taxes_included": false,
"currency": "AUD",
"invoice_sent_at": null,
"created_at": "2023-04-07T04:17:52-04:00",
"updated_at": "2023-04-07T04:17:52-04:00",
"tax_exempt": false,
"completed_at": null,
"

nome

name": "#D129",
"status": "open",
"line_items": [
{...} // 20

chaves

keys
],
"shipping_address": null,
"billing_address": null,
"invoice_url": "https://connectdots-demo-store.myshopify.com/1763672130/invoices/dde50cad201cc7a8b29434e65e517f00",
"applied_discount": null,
"order_id": null,
"shipping_line": null,
"tax_lines": [
{...} // 3

chaves

keys
],
"tags": "",
"note_attributes": [
],
"total_price": "22

,

.00",
"subtotal_price": "20

,

.00",
"total_tax": "2

,

.00",
"payment_terms": null,
"admin_graphql_api_id": "gid://shopify/DraftOrder/932221059138"
}
}

 

 

Envie uma fatura do projeto de pedido

Esta ação é utilizada para enviar ao cliente uma fatura do rascunho de pedido criado. Observe que o ID de e-mail usado para enviar o e-mail deve ser de alguém da equipe ou de alguém que tenha privilégios de equipe.

 

Entrada

...

 

...

Send An Invoice Of Draft Order

This action is used to send an invoice of the draft order created to the customer. Please note that the email id used to send the email should be of someone from the staff or someone who has staff privileges.

 

Input

...

 

Response Payload

{
"draft_order_invoice": {
"to": "hammadsiddiqui788@gmail.com",
"from": "matthew6688@gmail.com",
"subject": "

Fatura

Invoice",
"custom_message": "

Esta é uma mensagem de teste

This is a test message",
"

coco

bcc": [
]
}
}

 

 

Aplicar desconto a um rascunho de pedido

...

Apply Discount To A Draft Order

This action is used to apply a discount offer or code to an existing draft order.

 

...

Input

...

 

...

Response Payload

{
"draft_order": {
"id": 932221059138,
"note": "",
"email": null,
"taxes_included": false,
"currency": "AUD",
"invoice_sent_at": "2023-04-07T04: 24:24-04:00",
"created_at": "2023-04-07T04:17:52-04:00",
"updated_at": "2023-04-07T04:29:06-04:00",
" tax_exempt": false,
"completed_at": null,
"name": "#D129",
"status": "invoice_sent",
"line_items": [
{...} // 20 chaves
],
"shipping_address": null,
"billing_address": null,
"invoice_url": " https://connectdots-demo-store.myshopify.com/1763672130/invoices/dde50cad201cc7a8b29434e65e517f00 ",
"applied_discount": {
"description": "Início da liquidação de verão",
"valor ": "20,0",
"title": "Promoção de verão",
"amount": "4,00",
"value_type": "percentage"
},
"order_id": null,
"shipping_line": null,
"tax_lines": [
{


...} // 3 chaves
],
"tags": "",
"note_attributes": [
],
"total_price": "17,60",
"subtotal_price": "16,00",
"total_tax": "1,60",
"payment_terms ": null,
"admin_graphql_api_id": "gid://shopify/DraftOrder/932221059138"
}
}

 

 

Concluir rascunho de pedido

Esta ação é usada para marcar um pedido preliminar como pago ou não pago.

 

Entrada

...

 

Carga útil de resposta

{
"draft_order": {
"id": 932221059138,
"note": "",
"email": null,
"taxes_included": false,
"currency": "AUD",
"invoice_sent_at": "2023-04-07T04:24:24-04:00",
"created_at": "2023-04-07T04:17:52-04:00",
"updated_at": "2023-04-07T04:35:41-04:00",
"tax_exempt":

falso

false,
"completed_at": "2023-04-07T04:35:41-04:00",
"name": "#D129",
"status": "completed",
"line_items": [
{...} // 20

chaves

keys
],
"shipping_address": null,
"billing_address": null,
"invoice_url": "https://connectdots-demo-store.myshopify.com/1763672130/invoices/dde50cad201cc7a8b29434e65e517f00",
"applied_discount": {
"description": "

Início da liquidação de verão

Start of summer clearance",
"value": "20

,

.0",
"title": "

Promoção de verão

Summer sale",
"amount": "4

,

.00",
"value_type": "percentage"
},
"order_id": 4877204291650,
"shipping_line": null,
"tax_lines": [
{...} // 3

chaves

keys
],
"tags": "",
"note_attributes": [
],
"total_price": "17

,

.60",
"subtotal_price": "16

,

.00",
"total_tax": "1

,

.60",
"payment_terms": null,
"admin_graphql_api_id": "gid://shopify/DraftOrder/932221059138"
}
}

 

 

Excluir rascunho de pedido

Esta ação é usada para excluir o rascunho de pedido usando o ID do rascunho de pedidoDelete Draft Order

This action is used to delete the draft order using draft order Id.

 

EntradaInput

...

 

 Carga

útil de respostaRespone Payload

[

 

]

 

Obtenha informações de rascunho do pedido

Esta ação é usada para buscar informações de um rascunho de pedido específico usando o ID do rascunho de pedido

 

Entrada

...

 

...

Get Draft Order Info

This action is used to fetch information of a particular draft orde using draft orde ID

 

Input

...

 

Response Payload

{
"draft_order": {
"id": 932222074946,
"note": "",
"email": null,
"currency": "AUD",
"invoice_sent_at": null,
"created_at": "2023-04-07T04:44:07-04:00",
"updated_at": "2023-04-07T04:44:07-04:00",
"status": "open",
"line_items": [
{...} // 20

chaves

keys
],
"invoice_url": "

Demonstração do

NicoChat Shopify Demo ",
"subtotal_price": "20

,

.00"
}
}

 

 

...

Get Order Info

Esta ação é usada para buscar informações sobre um pedido específico usando o ID do pedido.

 

Entrada

...

 

Carga útil de resposta

{
"pedido": {
"id": 4861820502082,
"cancelled_at": nulo,
"closed_at": nulo,
"confirmado": verdadeiro,
"contact_email": " hammadsiddiqui788@gmail.com ",
"created_at": "2023-03 -27T18:03:31-04:00",
"moeda": "AUD",
"email": " hammadsiddiqui788@gmail.com ",
"financial_status": "pendente",
"fulfillment_status": null,
"nome": "#1036",
"number": 36,
"order_number": 1036,
"order_status_url": " Obrigado, teste! - CONNECTDOTS DEMO STORE - Checkout ",
"phone": null,
"processed_at": "2023-03-27T18 :03:30-04:00",
"referência": "019761d686838bd5f9056c44b791e4ac",
"subtotal_price": "24,87",
"tax_lines": [
],
"total_discounts": "0,00",
"total_line_items_price": "24,87",
" total_price": "44,87",
"updated_at": "2023-03-27T18:03:32-04:00"
}
}