WooCommerce

WooCommerce é um plugin de comércio eletrônico de código aberto para WordPress. Ele foi projetado para comerciantes online de pequeno e grande porte que usam WordPress. O plugin ra

2026-08-11

Woocommerce é hoje uma das principais opções para lojas online e para quem deseja abrir sua loja online e atender pedidos dela.

NicoChat oferece suporte nativo à integração WooCommerce junto com todas as ações que a API WooCommerce atual suporta em seus endpoints.

Você não só pode criar automações usando NicoChat para sua loja WooCommerce, mas também criar, editar, atualizar pedidos, atendê-los, acompanhar os pedidos, remessas, avaliações etc.

Integrando sua loja WooCommerce com NicoChat

Para integrar o NicoChat à sua loja WooCommerce, você precisa fazer login na sua loja e clicar na guia WooCommerce.

Clique em Configurações > Avançado > guia REST API

Clique em Adicionar chave

Insira os detalhes e crie sua chave API.

Salve e copie os detalhes.

No NicoChat, clique na aba Integrações e clique em WooCommerce para integrar sua loja.

Usando ações WooCommerce

Para usar ações WooCommerce, crie um bloco de ação e clique em integrações para encontrar a guia WooCommerce e clique nela.

Ações nativas do WooCommerce

WooCommerce oferece suporte às seguintes ações de seus endpoints de API da seguinte maneira.

Iremos agora explorar cada um deles em detalhes.

Adicionar ao carrinho

Esta ação é usada para adicionar um item ou produto ao carrinho do usuário.

A carga útil da resposta seguinte é recebida

{
"variant_id": 4120,
"product_id": 375,
"quantidade": 1,
"quantidade_anterior": 0
}
{
"variant_id": 4120,
"product_id": 375,
"quantidade": 1,
"quantidade_anterior": 0
}

Remover carrinho por variante

Esta ação é usada para remover um item ou produto do carrinho usando sua variante e ID do produto.

A carga útil da resposta seguinte é recebida.

{
"variant_id": 4120,
"product_id": 375,
"quantidade": 1,
"quantidade_anterior": 3
}
{
"variant_id": 4120,
"product_id": 375,
"quantidade": 1,
"quantidade_anterior": 3
}

Remover carrinho por produto

Esta ação é usada para remover um item ou produto do carrinho usando apenas o ID do produto.

A carga útil da resposta seguinte é recebida.

{
"product_id": 375,
"removed_variants": [
{
"variant_id": 4120,
"quantidade": 1
}
]
}
{
"product_id": 375,
"removed_variants": [
{
"variant_id": 4120,
"quantidade": 1
}
]
}

Carrinho Vazio

Esta ação é usada para esvaziar o carrinho completo.

A carga útil da resposta seguinte é recebida.

{
"status": "ok"
}
{
"status": "ok"
}

Obter itens do carrinho

Esta ação é usada para buscar todos os detalhes dos itens presentes no carrinho

A carga útil da resposta seguinte é recebida.

{
"id": 4597,
"parent_id": 0,
"status": "pendente",
"moeda": "AUD",
"versão": "6.9.4",
"prices_include_tax": false,
"date_created": " 2023-04-14T11:01:51",
"date_modified": "2023-04-14T11:01:51",
"discount_total": "0,00",
"discount_tax": "0,00",
"shipping_total": "0,00",
"shipping_tax": "0,00",
"cart_tax": "0,00",
"total": "350,00",
"total_tax": "0,00",
"customer_id": 0,
"order_key": "wc_order_5hKQmDkxUiesi",
"faturamento": {
"first_name": "Hammad",
"last_name": "Siddiqui",
"company": "",
"address_1": "ABC Road, Garden City",
"address_2": "",
"city": "Karachi ",
"estado": "Sindh",
"código postal": "",
"país": "Paquistão",
"email": "
hammadsiddiqui788@gmail.com",
"telefone": "+9230302320964"
},
"envio": {
"first_name": "Hammad",
"last_name": "Siddiqui",
"company": "",
"address_1": "ABC Road, Garden City",
"address_2": "",
"city": "Karachi ",
"estado": "Sindh",
"código postal": "",
"país": "Paquistão",
"telefone":""
},
"payment_method": "",
"payment_method_title": "",
"transaction_id": "",
"customer_ip_address": "",
"customer_user_agent": "",
"created_via": "rest-api",
" customer_note": "",
"date_completed": null,
"date_paid": null,
"cart_hash": "",
"número": "4597",
"meta_data": [
{
"id": 6465,
"chave": "user_ns",
"valor": "f12372u15376836"
}
],
"line_items": [
{
"id": 259,
"nome": "Sapatos pretos DNK - azul",
"product_id": 375,
"variation_id": 4120,
"quantidade": 2,
"tax_class": "",
"subtotal": "350,00",
"subtotal_tax": "0.00",
"total": "350.00",
"total_tax": "0.00",
"taxes": [...], // 0 itens
"meta_data": [...], // 1 item
"sku ": "",
"price": 175,
"image": {...}, // 2 chaves
"parent_name": "DNK Black Shoes"
}
],
"tax_lines": [
],
"shipping_lines": [
],
"fee_lines": [
],
"coupon_lines": [
],
"refunds": [
],
"payment_url": "
https://shop.businessautomated.io/checkout-2/order-pay/4597?pay_for_order=true&key =wc_order_5hKQmDkxUiesi",
"is_editable": true,
"needs_payment": true,
"needs_processing": true, "
date_created_gmt ": " 2023-04-14T11:01:51",
"date_modified_gmt": "2023-04-14T11:01:51",
"date_completed_gmt": null,
"date_paid_gmt": null,
"currency_symbol": "$"
}
{
"id": 4597,
"parent_id": 0,
"status": "pendente",
"moeda": "AUD",
"versão": "6.9.4",
"prices_include_tax": false,
"date_created": " 2023-04-14T11:01:51",
"date_modified": "2023-04-14T11:01:51",
"discount_total": "0,00",
"discount_tax": "0,00",
"shipping_total": "0,00",
"shipping_tax": "0,00",
"cart_tax": "0,00",
"total": "350,00",
"total_tax": "0,00",
"customer_id": 0,
"order_key": "wc_order_5hKQmDkxUiesi",
"faturamento": {
"first_name": "Hammad",
"last_name": "Siddiqui",
"company": "",
"address_1": "ABC Road, Garden City",
"address_2": "",
"city": "Karachi ",
"estado": "Sindh",
"código postal": "",
"país": "Paquistão",
"email": "
hammadsiddiqui788@gmail.com",
"telefone": "+9230302320964"
},
"envio": {
"first_name": "Hammad",
"last_name": "Siddiqui",
"company": "",
"address_1": "ABC Road, Garden City",
"address_2": "",
"city": "Karachi ",
"estado": "Sindh",
"código postal": "",
"país": "Paquistão",
"telefone":""
},
"payment_method": "",
"payment_method_title": "",
"transaction_id": "",
"customer_ip_address": "",
"customer_user_agent": "",
"created_via": "rest-api",
" customer_note": "",
"date_completed": null,
"date_paid": null,
"cart_hash": "",
"número": "4597",
"meta_data": [
{
"id": 6465,
"chave": "user_ns",
"valor": "f12372u15376836"
}
],
"line_items": [
{
"id": 259,
"nome": "Sapatos pretos DNK - azul",
"product_id": 375,
"variation_id": 4120,
"quantidade": 2,
"tax_class": "",
"subtotal": "350,00",
"subtotal_tax": "0.00",
"total": "350.00",
"total_tax": "0.00",
"taxes": [...], // 0 itens
"meta_data": [...], // 1 item
"sku ": "",
"price": 175,
"image": {...}, // 2 chaves
"parent_name": "DNK Black Shoes"
}
],
"tax_lines": [
],
"shipping_lines": [
],
"fee_lines": [
],
"coupon_lines": [
],
"refunds": [
],
"payment_url": "
https://shop.businessautomated.io/checkout-2/order-pay/4597?pay_for_order=true&key =wc_order_5hKQmDkxUiesi",
"is_editable": true,
"needs_payment": true,
"needs_processing": true, "
date_created_gmt ": " 2023-04-14T11:01:51",
"date_modified_gmt": "2023-04-14T11:01:51",
"date_completed_gmt": null,
"date_paid_gmt": null,
"currency_symbol": "$"
}
[
{
"id": 2,
"date_created": "2022-10-10T01:24:22",
"date_created_gmt": "2022-10-10T01:24:22",
"date_modified": "2022-10-10T01:24:22",
"date_modified_gmt": "2022-10-10T01:24:22",
"email": "
test@test.com",
"first_name": "",
"last_name": "last",
" função": "cliente",
"nome de usuário": "teste",
"faturamento": {
"nome_nome": "",
"sobrenome": "",
"empresa": "",
"endereço_1": "",
"endereço_2 ": "",
"cidade": "",
"código postal": "",
"país": "",
"estado": "",
"e-mail": "",
"telefone": ""
},
"envio ": {
"primeiro_nome": "",
"sobrenome": "",
"empresa": "",
"endereço_1": "",
"endereço_2": "",
"cidade": "",
"código postal": " ",
"país": "",
"estado": "",
"telefone": ""
},
"is_paying_customer": false,
"avatar_url": "
https://secure.gravatar.com/avatar/b642b4217b34b1e8d3bd915fc65c4452?s =96&d=mm&r=g",
"meta_data": [
{...} // 3 chaves
],
"_links": {
"self": [...], // 1 item
"coleção": [.. .] // 1 itens
}
},
{
"id": 5 ,
"date_created": "2022-10-12T16:32:26",
"date_created_gmt": "2022-10-12T16:32:26",
"date_modified": "2022-10-12T16:32:26",
"date_modified_gmt ": "2022-10-12T16:32:26",
"email": "mark@NicoChat.com.br",
"first_name": "Mark",
"last_name": "van der Made",
"função": "cliente",
"nome de usuário": "markvdmade",
"faturamento": {
"nome_nome": "Mark",
"sobrenome": "van der Made",
"empresa": "",
"endereço_1": "palmonostora 143",
"endereço_2": "",
"cidade": "Palmonostora",
"código postal": "6112",
"país": "Hungria",
"estado": "bacs-kiskun",
"email": "
mark@NicoChat.com.br",
"telefone": " +36707203759"
},
"shipping": {
"first_name": "Mark",
"last_name": "van der Made",
"company": "",
"address_1": "palmonostora 143",
"address_2": "",
"cidade": "Palmonostora",
"código postal": "6112",
"país": "Hungria",
"estado": "bacs-kiskun",
"telefone": ""
},
"is_paying_customer": false,
" avatar_url": "
https://secure.gravatar.com/avatar/f96de5c9ef467d55b706b615b56a641b?s=96&d=mm&r=g",
"meta_data": [
],
"_links": {
"self": [...], / / 1 itens
"coleção": [...] // 1 itens
}
}
]
[
{
"id": 2,
"date_created": "2022-10-10T01:24:22",
"date_created_gmt": "2022-10-10T01:24:22",
"date_modified": "2022-10-10T01:24:22",
"date_modified_gmt": "2022-10-10T01:24:22",
"email": "
test@test.com",
"first_name": "",
"last_name": "last",
" função": "cliente",
"nome de usuário": "teste",
"faturamento": {
"nome_nome": "",
"sobrenome": "",
"empresa": "",
"endereço_1": "",
"endereço_2 ": "",
"cidade": "",
"código postal": "",
"país": "",
"estado": "",
"e-mail": "",
"telefone": ""
},
"envio ": {
"primeiro_nome": "",
"sobrenome": "",
"empresa": "",
"endereço_1": "",
"endereço_2": "",
"cidade": "",
"código postal": " ",
"país": "",
"estado": "",
"telefone": ""
},
"is_paying_customer": false,
"avatar_url": "
https://secure.gravatar.com/avatar/b642b4217b34b1e8d3bd915fc65c4452?s =96&d=mm&r=g",
"meta_data": [
{...} // 3 chaves
],
"_links": {
"self": [...], // 1 item
"coleção": [.. .] // 1 itens
}
},
{
"id": 5 ,
"date_created": "2022-10-12T16:32:26",
"date_created_gmt": "2022-10-12T16:32:26",
"date_modified": "2022-10-12T16:32:26",
"date_modified_gmt ": "2022-10-12T16:32:26",
"email": "mark@NicoChat.com.br",
"first_name": "Mark",
"last_name": "van der Made",
"função": "cliente",
"nome de usuário": "markvdmade",
"faturamento": {
"nome_nome": "Mark",
"sobrenome": "van der Made",
"empresa": "",
"endereço_1": "palmonostora 143",
"endereço_2": "",
"cidade": "Palmonostora",
"código postal": "6112",
"país": "Hungria",
"estado": "bacs-kiskun",
"email": "
mark@NicoChat.com.br",
"telefone": " +36707203759"
},
"shipping": {
"first_name": "Mark",
"last_name": "van der Made",
"company": "",
"address_1": "palmonostora 143",
"address_2": "",
"cidade": "Palmonostora",
"código postal": "6112",
"país": "Hungria",
"estado": "bacs-kiskun",
"telefone": ""
},
"is_paying_customer": false,
" avatar_url": "
https://secure.gravatar.com/avatar/f96de5c9ef467d55b706b615b56a641b?s=96&d=mm&r=g",
"meta_data": [
],
"_links": {
"self": [...], / / 1 itens
"coleção": [...] // 1 itens
}
}
]
[
{
"id": 4597,
"parent_id": 0,
"status": "pendente",
"moeda": "AUD",
"versão": "6.9.4",
"prices_include_tax": false,
"date_created": "2023-04-14T11:01:51",
"date_modified": "2023-04-14T11:01:51",
"discount_total": "0,00",
"discount_tax": "0,00",
"shipping_total": "0,00 " ,
"taxa_transporte": "0,00",
"taxa_carrinho": "0,00",
"total": "350,00",
"total_tax": "0,00",
"customer_id": 0,
"order_key": "wc_order_5hKQmDkxUiesi",
"faturamento ": {
"first_name": "Hammad",
"last_name": "Siddiqui",
"empresa": "",
"address_1": "ABC Road, Garden City",
"address_2": "",
"city": " Karachi",
"estado": "Sindh",
"código postal": "",
"país": "Paquistão",
"email": "hamddiqui788@gmail.com",
"telefone": "+9230302320964"
},
"envio ": {
"first_name": "Hammad",
"last_name": "Siddiqui",
"empresa": "",
"address_1": "ABC Road, Garden City",
"address_2": "",
"city": " Karachi",
"estado": "Sindh",
"código postal": "",
"país": "Paquistão",
"telefone":""
},
"payment_method": "",
"payment_method_title": "",
"transaction_id": "",
"customer_ip_address": "",
"customer_user_agent": "",
"created_via": "rest-api",
" customer_note": "",
"date_completed": null,
"date_paid": null,
"cart_hash":"",
"number": "4597",
"meta_data": [
{...} // 3 chaves
],
"line_items": [
{...} // 16 chaves
],
"tax_lines": [
],
"shipping_lines": [
],
"fee_lines": [
],
"coupon_lines": [
],
"reembolsos": [
],
"payment_url": "
https://shop.businessautomated.io/checkout-2/order-pay /4597?pay_for_order=true&key=wc_order_5hKQmDkxUiesi",
"is_editable": true,
"needs_payment": true,
"needs_processing": true,
"date_created_gmt": "2023-04-14T11:01:51",
"date_modified_gmt": "2023 -04-14T11:01:51",
"date_completed_gmt": null,
"date_paid_gmt": null,
"currency_symbol": "$",
"_links": {
"self": [...], // 1 itens
" coleção": [...] // 1 itens
}
}
]
[
{
"id": 4597,
"parent_id": 0,
"status": "pendente",
"moeda": "AUD",
"versão": "6.9.4",
"prices_include_tax": false,
"date_created": "2023-04-14T11:01:51",
"date_modified": "2023-04-14T11:01:51",
"discount_total": "0,00",
"discount_tax": "0,00",
"shipping_total": "0,00 " ,
"taxa_transporte": "0,00",
"taxa_carrinho": "0,00",
"total": "350,00",
"total_tax": "0,00",
"customer_id": 0,
"order_key": "wc_order_5hKQmDkxUiesi",
"faturamento ": {
"first_name": "Hammad",
"last_name": "Siddiqui",
"empresa": "",
"address_1": "ABC Road, Garden City",
"address_2": "",
"city": " Karachi",
"estado": "Sindh",
"código postal": "",
"país": "Paquistão",
"email": "hamddiqui788@gmail.com",
"telefone": "+9230302320964"
},
"envio ": {
"first_name": "Hammad",
"last_name": "Siddiqui",
"empresa": "",
"address_1": "ABC Road, Garden City",
"address_2": "",
"city": " Karachi",
"estado": "Sindh",
"código postal": "",
"país": "Paquistão",
"telefone":""
},
"payment_method": "",
"payment_method_title": "",
"transaction_id": "",
"customer_ip_address": "",
"customer_user_agent": "",
"created_via": "rest-api",
" customer_note": "",
"date_completed": null,
"date_paid": null,
"cart_hash":"",
"number": "4597",
"meta_data": [
{...} // 3 chaves
],
"line_items": [
{...} // 16 chaves
],
"tax_lines": [
],
"shipping_lines": [
],
"fee_lines": [
],
"coupon_lines": [
],
"reembolsos": [
],
"payment_url": "
https://shop.businessautomated.io/checkout-2/order-pay /4597?pay_for_order=true&key=wc_order_5hKQmDkxUiesi",
"is_editable": true,
"needs_payment": true,
"needs_processing": true,
"date_created_gmt": "2023-04-14T11:01:51",
"date_modified_gmt": "2023 -04-14T11:01:51",
"date_completed_gmt": null,
"date_paid_gmt": null,
"currency_symbol": "$",
"_links": {
"self": [...], // 1 itens
" coleção": [...] // 1 itens
}
}
]
{
"id": 4597,
"parent_id": 0,
"status": "pendente",
"moeda": "AUD",
"versão": "6.9.4",
"prices_include_tax": false,
"date_created": " 2023-04-14T11:01:51",
"date_modified": "2023-04-14T11:01:51",
"discount_total": "0,00",
"discount_tax": "0,00",
"shipping_total": "0,00",
"shipping_tax": "0,00",
"cart_tax": "0,00",,
"total": "350,00",
"total_tax": "0,00",
"customer_id": 0,
"order_key": "wc_order_5hKQmDkxUiesi",
"faturamento": {
"first_name": "Hammad",
"last_name": "Siddiqui",
"company": "",
"address_1": "ABC Road, Garden City",
"address_2": "",
"city": "Karachi ",
"estado": "Sindh",
"código postal": "",
"país": "Paquistão",
"email": "hammiddiqui788@gmail.com",
"telefone": "+9230302320964"
},
"envio": {
"first_name": "Hammad",
"last_name": "Siddiqui",
"company": "",
"address_1": "ABC Road, Garden City",
"address_2": "",
"city": "Karachi ",
"estado": "Sindh",
"código postal": "",
"país": "Paquistão",
"telefone":""
},
"payment_method": "",
"payment_method_title": "",
"transaction_id": "",
"customer_ip_address": "",
"customer_user_agent": "",
"created_via": "rest-api",
" customer_note": "",
"date_completed": null,
"date_paid": null,
"cart_hash": ""
"número": "4597",
"meta_data": [
{
"id": 6465,
"chave": "user_ns",
"valor": "f12372u15376836"
}
],
"line_items": [
{
"id": 259,
"nome": "Sapatos pretos DNK - azul",
"product_id": 375,
"variation_id": 4120,
"quantidade": 2,
"tax_class": "",
"subtotal": "350,00",
"subtotal_tax": "0.00",
"total": "350.00",
"total_tax": "0.00",
"taxes": [...], // 0 itens
"meta_data": [...], // 1 item
"sku ": "",
"price": 175,
"image": {...}, // 2 chaves
"parent_name": "DNK Black Shoes"
}
],
"tax_lines": [
],
"shipping_lines": [
],
"fee_lines": [
],
"coupon_lines": [
],
"refunds": [
],
"payment_url": "
https://shop.businessautomated.io/checkout-2/order-pay/4597?pay_for_order=true&key =wc_order_5hKQmDkxUiesi",
"is_editable": true,
"needs_payment": true,
"needs_processing": true, "
date_created_gmt ": " 2023-04-14T11:01:51",
"date_modified_gmt": "2023-04-14T11:01:51",
"date_completed_gmt": null,
"date_paid_gmt": null,
"currency_symbol": "$"
}
{
"id": 4597,
"parent_id": 0,
"status": "pendente",
"moeda": "AUD",
"versão": "6.9.4",
"prices_include_tax": false,
"date_created": " 2023-04-14T11:01:51",
"date_modified": "2023-04-14T11:01:51",
"discount_total": "0,00",
"discount_tax": "0,00",
"shipping_total": "0,00",
"shipping_tax": "0,00",
"cart_tax": "0,00",,
"total": "350,00",
"total_tax": "0,00",
"customer_id": 0,
"order_key": "wc_order_5hKQmDkxUiesi",
"faturamento": {
"first_name": "Hammad",
"last_name": "Siddiqui",
"company": "",
"address_1": "ABC Road, Garden City",
"address_2": "",
"city": "Karachi ",
"estado": "Sindh",
"código postal": "",
"país": "Paquistão",
"email": "hammiddiqui788@gmail.com",
"telefone": "+9230302320964"
},
"envio": {
"first_name": "Hammad",
"last_name": "Siddiqui",
"company": "",
"address_1": "ABC Road, Garden City",
"address_2": "",
"city": "Karachi ",
"estado": "Sindh",
"código postal": "",
"país": "Paquistão",
"telefone":""
},
"payment_method": "",
"payment_method_title": "",
"transaction_id": "",
"customer_ip_address": "",
"customer_user_agent": "",
"created_via": "rest-api",
" customer_note": "",
"date_completed": null,
"date_paid": null,
"cart_hash": ""
"número": "4597",
"meta_data": [
{
"id": 6465,
"chave": "user_ns",
"valor": "f12372u15376836"
}
],
"line_items": [
{
"id": 259,
"nome": "Sapatos pretos DNK - azul",
"product_id": 375,
"variation_id": 4120,
"quantidade": 2,
"tax_class": "",
"subtotal": "350,00",
"subtotal_tax": "0.00",
"total": "350.00",
"total_tax": "0.00",
"taxes": [...], // 0 itens
"meta_data": [...], // 1 item
"sku ": "",
"price": 175,
"image": {...}, // 2 chaves
"parent_name": "DNK Black Shoes"
}
],
"tax_lines": [
],
"shipping_lines": [
],
"fee_lines": [
],
"coupon_lines": [
],
"refunds": [
],
"payment_url": "
https://shop.businessautomated.io/checkout-2/order-pay/4597?pay_for_order=true&key =wc_order_5hKQmDkxUiesi",
"is_editable": true,
"needs_payment": true,
"needs_processing": true, "
date_created_gmt ": " 2023-04-14T11:01:51",
"date_modified_gmt": "2023-04-14T11:01:51",
"date_completed_gmt": null,
"date_paid_gmt": null,
"currency_symbol": "$"
}
{
"id": 4599,
"parent_id": 0,
"status": "pendente",
"moeda": "AUD",
"versão": "6.9.4",
"prices_include_tax": false,
"date_created": " 2023-04-14T18:13:13",
"date_modified": "2023-04-14T18:13:13",
"discount_total": "0,00",
"discount_tax": "0,00",
"shipping_total": "0,00" ,
"shipping_tax": "0,00",
"cart_tax": "0,00",
"total": "175,00",
"total_tax": "0,00",
"customer_id": 4,
"order_key": "wc_order_yhGfOfZ0eoCYe",
"faturamento": {
"primeiro_nome": "",
"sobrenome": "",
"empresa": "",
"endereço_1": "",
"endereço_2": "",
"cidade": "",
"estado": "",
"código postal": "",
"país": "",
"email": "mark@NicoChat.com.br",
"telefone": ""
},
"shipping": {
"first_name": "",
"last_name": "",
"empresa": "",
"endereço_1": "",
"endereço_2": "",
"cidade": "",
"estado": "",
"código postal": "",
"país": "",
"telefone": ""
},
"método_pagamento": "" ,
"payment_method_title": "",
"transaction_id": "",
"customer_ip_address": "",
"customer_user_agent": "",
"created_via": "rest-api",
"customer_note": "",
"date_completed": null,
"date_paid": null,
"cart_hash": "",
"number": "4599",
"meta_data": [
],
"line_items": [
{
"id": 260,
"nome": "Sapatos Pretos DNK - azul",
"product_id": 375,
"variation_id": 4120,
"quantidade": 1,
"tax_class": "",
"subtotal": "175,00 ",
"subtotal_tax": "0,00",
"total": "175,00",
"total_tax": "0,00",
"taxes": [...], // 0 itens
"meta_data": [...], // 1 item
"sku": "",
"price": 175,
"image": {...}, // 2 chaves
"parent_name": "DNK Black Shoes"
}
],
"tax_lines": [
],
"shipping_lines": [
],
"fee_lines": [
],
"coupon_lines": [
],
"reembolsos": [
],
"payment_url": "
https://shop.businessautomated.io/checkout-2/order-pay /4599?pay_for_order=true&key=wc_order_yhGfOfZ0eoCYe",
"is_editable": true,
"needs_payment": true, "
needs_processing": true,
"date_created_gmt": "2023-04-14T18:13:13",
"date_modified_gmt": "2023 -04-14T18:13:13",
"date_completed_gmt": null,
"date_paid_gmt": null,
"currency_symbol": "$"
}
{
"id": 4599,
"parent_id": 0,
"status": "pendente",
"moeda": "AUD",
"versão": "6.9.4",
"prices_include_tax": false,
"date_created": " 2023-04-14T18:13:13",
"date_modified": "2023-04-14T18:13:13",
"discount_total": "0,00",
"discount_tax": "0,00",
"shipping_total": "0,00" ,
"shipping_tax": "0,00",
"cart_tax": "0,00",
"total": "175,00",
"total_tax": "0,00",
"customer_id": 4,
"order_key": "wc_order_yhGfOfZ0eoCYe",
"faturamento": {
"primeiro_nome": "",
"sobrenome": "",
"empresa": "",
"endereço_1": "",
"endereço_2": "",
"cidade": "",
"estado": "",
"código postal": "",
"país": "",
"email": "mark@NicoChat.com.br",
"telefone": ""
},
"shipping": {
"first_name": "",
"last_name": "",
"empresa": "",
"endereço_1": "",
"endereço_2": "",
"cidade": "",
"estado": "",
"código postal": "",
"país": "",
"telefone": ""
},
"método_pagamento": "" ,
"payment_method_title": "",
"transaction_id": "",
"customer_ip_address": "",
"customer_user_agent": "",
"created_via": "rest-api",
"customer_note": "",
"date_completed": null,
"date_paid": null,
"cart_hash": "",
"number": "4599",
"meta_data": [
],
"line_items": [
{
"id": 260,
"nome": "Sapatos Pretos DNK - azul",
"product_id": 375,
"variation_id": 4120,
"quantidade": 1,
"tax_class": "",
"subtotal": "175,00 ",
"subtotal_tax": "0,00",
"total": "175,00",
"total_tax": "0,00",
"taxes": [...], // 0 itens
"meta_data": [...], // 1 item
"sku": "",
"price": 175,
"image": {...}, // 2 chaves
"parent_name": "DNK Black Shoes"
}
],
"tax_lines": [
],
"shipping_lines": [
],
"fee_lines": [
],
"coupon_lines": [
],
"reembolsos": [
],
"payment_url": "
https://shop.businessautomated.io/checkout-2/order-pay /4599?pay_for_order=true&key=wc_order_yhGfOfZ0eoCYe",
"is_editable": true,
"needs_payment": true, "
needs_processing": true,
"date_created_gmt": "2023-04-14T18:13:13",
"date_modified_gmt": "2023 -04-14T18:13:13",
"date_completed_gmt": null,
"date_paid_gmt": null,
"currency_symbol": "$"
}
{
"id": 4597,
"parent_id": 0,
"status": "completed",
"currency": "AUD",
"version": "6.9.4",
"prices_include_tax": false,
"date_created": " 2023-04-14T11:01:51",
"date_modified": "2023-04-14T18:16:14",
"discount_total": "0,00", "cart_hash": "", "número":
"discount_tax": "0,00",
"shipping_total": "0,00",
"shipping_tax": "0,00",
"cart_tax": "0,00",
"total": "350,00", "4597", "meta_data": [ { "id": 6465, "chave": "user_ns", "valor": "f12372u15376836" }, { "id":
"total_tax": "0,00",
"customer_id": 0,
"order_key": "wc_order_5hKQmDkxUiesi",
"faturamento": {
"first_name": "Hammad",
"last_name": "Siddiqui",
"company": "",
"address_1": "ABC Road, Garden City",
"address_2": "",
"city": "Karachi ",
"estado": "Sindh",
"código postal": "",
"país": "Paquistão",
"email": "ddiqui788@gmail.com",
"telefone": "+9230302320964"
},
"envio": {
"first_name": "Hammad",
"last_name": "Siddiqui",
"company": "",
"address_1": "ABC Road, Garden City",
"address_2": "",
"city": "Karachi ",
"estado": "Sindh",
"código postal": "",
"país": "Paquistão",
"telefone":""
},
"payment_method": "",
"payment_method_title": "",
"transaction_id": "",
"customer_ip_address": "",
"customer_user_agent": "",
"created_via": "rest-api",
" nota_do_cliente": "",
"data_concluída": "2023-04-14T18:16:14",
"date_paid": "2023-04-14T18:16:14" ,








6499,
"key": "_new_order_email_sent",
"value": "true"
}
],
"line_items": [
{
"id": 259,
"name": "DNK Black Shoes - blue",
"product_id": 375,
" variação_id": 4120,
"quantidade": 2,
"tax_class": "",
"subtotal": "350,00",
"subtotal_tax": "0,00",
"total": "350,00",
"total_tax": "0,00" ,
"taxes": [...], // 0 itens
"meta_data": [...], // 1 item
"sku": "",
"price": 175,
"image": {...}, // 2 chaves
"parent_name": "DNK Black Shoes"
}
],
"tax_lines": [
],
"shipping_lines": [
],
"fee_lines": [
],
"coupon_lines": [
],
"refunds": [
],
"payment_url": "
https://shop.businessautomated.io/checkout-2/order-pay/4597?pay_for_order=true&key=wc_order_5hKQmDkxUiesi",
"is_editable": false,
"needs_payment": false,
"needs_processing": true,
"date_created_gmt": "2023-04-14T11:01:51",
"date_modified_gmt": "2023-04-14T18:16:14",
"date_completed_gmt": "2023-04-14T18:16:14",
"date_paid_gmt": "2023-04-14T18:16:14",
"currency_symbol": "$"
}
{
"id": 4597,
"parent_id": 0,
"status": "completed",
"currency": "AUD",
"version": "6.9.4",
"prices_include_tax": false,
"date_created": " 2023-04-14T11:01:51",
"date_modified": "2023-04-14T18:16:14",
"discount_total": "0,00", "cart_hash": "", "número":
"discount_tax": "0,00",
"shipping_total": "0,00",
"shipping_tax": "0,00",
"cart_tax": "0,00",
"total": "350,00", "4597", "meta_data": [ { "id": 6465, "chave": "user_ns", "valor": "f12372u15376836" }, { "id":
"total_tax": "0,00",
"customer_id": 0,
"order_key": "wc_order_5hKQmDkxUiesi",
"faturamento": {
"first_name": "Hammad",
"last_name": "Siddiqui",
"company": "",
"address_1": "ABC Road, Garden City",
"address_2": "",
"city": "Karachi ",
"estado": "Sindh",
"código postal": "",
"país": "Paquistão",
"email": "ddiqui788@gmail.com",
"telefone": "+9230302320964"
},
"envio": {
"first_name": "Hammad",
"last_name": "Siddiqui",
"company": "",
"address_1": "ABC Road, Garden City",
"address_2": "",
"city": "Karachi ",
"estado": "Sindh",
"código postal": "",
"país": "Paquistão",
"telefone":""
},
"payment_method": "",
"payment_method_title": "",
"transaction_id": "",
"customer_ip_address": "",
"customer_user_agent": "",
"created_via": "rest-api",
" nota_do_cliente": "",
"data_concluída": "2023-04-14T18:16:14",
"date_paid": "2023-04-14T18:16:14" ,








6499,
"key": "_new_order_email_sent",
"value": "true"
}
],
"line_items": [
{
"id": 259,
"name": "DNK Black Shoes - blue",
"product_id": 375,
" variação_id": 4120,
"quantidade": 2,
"tax_class": "",
"subtotal": "350,00",
"subtotal_tax": "0,00",
"total": "350,00",
"total_tax": "0,00" ,
"taxes": [...], // 0 itens
"meta_data": [...], // 1 item
"sku": "",
"price": 175,
"image": {...}, // 2 chaves
"parent_name": "DNK Black Shoes"
}
],
"tax_lines": [
],
"shipping_lines": [
],
"fee_lines": [
],
"coupon_lines": [
],
"refunds": [
],
"payment_url": "
https://shop.businessautomated.io/checkout-2/order-pay/4597?pay_for_order=true&key=wc_order_5hKQmDkxUiesi",
"is_editable": false,
"needs_payment": false,
"needs_processing": true,
"date_created_gmt": "2023-04-14T11:01:51",
"date_modified_gmt": "2023-04-14T18:16:14",
"date_completed_gmt": "2023-04-14T18:16:14",
"date_paid_gmt": "2023-04-14T18:16:14",
"currency_symbol": "$"
}
{
"id": 4597,
"parent_id": 0,
"status": "completed",
"currency": "AUD",
"version": "6.9.4",
"prices_include_tax": false,
"date_created": " 2023-04-14T11:01:51",
"date_modified": "2023-04-14T18:16:14",
"discount_total": "0,00",
"discount_tax": "0,00",
"shipping_total": "0,00",
"shipping_tax": "0,00",
"cart_tax": "0,00",
"total": "350,00",
"total_tax": "0,00",
"customer_id": 0,
"order_key": "wc_order_5hKQmDkxUiesi",
"faturamento": {
"first_name": "Hammad",
"last_name": "Siddiqui",
"company": "",
"address_1": "ABC Road, Garden City",
"address_2": "",
"city": "Karachi ",
"estado": "Sindh",
"código postal": "",
"país": "Paquistão",
"email": "dsiddiqui788@gmail.com",
"telefone": "+9230302320964"
},
"envio": {
"first_name": "Hammad",
"last_name": "Siddiqui",
"company": "",
"address_1": "ABC Road, Garden City",
"address_2": "",
"city": "Karachi ",
"estado": "Sindh",
"código postal": "",
"país": "Paquistão",
"telefone":""
},
"payment_method": "",
"payment_method_title": "",
"transaction_id": "",
"customer_ip_address": "",
"customer_user_agent": "",
"created_via": "rest-api",
" nota_do_cliente": "",
"data_concluída": "2023-04-14T18:16:14",
"date_paid": "2023-04-14T18:16:14" ,
"cart_hash": "",
"número": "4597",
"meta_data": [
{
"id": 6465,
"chave": "user_ns",
"valor": "f12372u15376836"
},
{
"id": 6499,
"key": "_new_order_email_sent",
"value": "true"
}
],
"line_items": [
{
"id": 259,
"name": "DNK Black Shoes - blue",
"product_id": 375,
" variação_id": 4120,
"quantidade": 2,
"tax_class": "",
"subtotal": "350,00",
"subtotal_tax": "0,00",
"total": "350,00",
"total_tax": "0,00" ,
"taxes": [...], // 0 itens
"meta_data": [...], // 1 item
"sku": "",
"price": 175,
"image": {...}, // 2 chaves
"parent_name": "DNK Black Shoes"
}
],
"tax_lines": [
],
"shipping_lines": [
],
"fee_lines": [
],
"coupon_lines": [
],
"refunds": [
],
"payment_url": "
https://shop.businessautomated.io/checkout-2/order-pay/4597?pay_for_order=true&key=wc_order_5hKQmDkxUiesi",
"is_editable": false,
"needs_payment": false,
"needs_processing": true,
"date_created_gmt": "2023-04-14T11:01:51",
"date_modified_gmt": "2023-04-14T18:16:14",
"date_completed_gmt": "2023-04-14T18:16:14",
"date_paid_gmt": "2023-04-14T18:16:14",
"currency_symbol": "$"
}
{
"id": 4597,
"parent_id": 0,
"status": "completed",
"currency": "AUD",
"version": "6.9.4",
"prices_include_tax": false,
"date_created": " 2023-04-14T11:01:51",
"date_modified": "2023-04-14T18:16:14",
"discount_total": "0,00",
"discount_tax": "0,00",
"shipping_total": "0,00",
"shipping_tax": "0,00",
"cart_tax": "0,00",
"total": "350,00",
"total_tax": "0,00",
"customer_id": 0,
"order_key": "wc_order_5hKQmDkxUiesi",
"faturamento": {
"first_name": "Hammad",
"last_name": "Siddiqui",
"company": "",
"address_1": "ABC Road, Garden City",
"address_2": "",
"city": "Karachi ",
"estado": "Sindh",
"código postal": "",
"país": "Paquistão",
"email": "dsiddiqui788@gmail.com",
"telefone": "+9230302320964"
},
"envio": {
"first_name": "Hammad",
"last_name": "Siddiqui",
"company": "",
"address_1": "ABC Road, Garden City",
"address_2": "",
"city": "Karachi ",
"estado": "Sindh",
"código postal": "",
"país": "Paquistão",
"telefone":""
},
"payment_method": "",
"payment_method_title": "",
"transaction_id": "",
"customer_ip_address": "",
"customer_user_agent": "",
"created_via": "rest-api",
" nota_do_cliente": "",
"data_concluída": "2023-04-14T18:16:14",
"date_paid": "2023-04-14T18:16:14" ,
"cart_hash": "",
"número": "4597",
"meta_data": [
{
"id": 6465,
"chave": "user_ns",
"valor": "f12372u15376836"
},
{
"id": 6499,
"key": "_new_order_email_sent",
"value": "true"
}
],
"line_items": [
{
"id": 259,
"name": "DNK Black Shoes - blue",
"product_id": 375,
" variação_id": 4120,
"quantidade": 2,
"tax_class": "",
"subtotal": "350,00",
"subtotal_tax": "0,00",
"total": "350,00",
"total_tax": "0,00" ,
"taxes": [...], // 0 itens
"meta_data": [...], // 1 item
"sku": "",
"price": 175,
"image": {...}, // 2 chaves
"parent_name": "DNK Black Shoes"
}
],
"tax_lines": [
],
"shipping_lines": [
],
"fee_lines": [
],
"coupon_lines": [
],
"refunds": [
],
"payment_url": "
https://shop.businessautomated.io/checkout-2/order-pay/4597?pay_for_order=true&key=wc_order_5hKQmDkxUiesi",
"is_editable": false,
"needs_payment": false,
"needs_processing": true,
"date_created_gmt": "2023-04-14T11:01:51",
"date_modified_gmt": "2023-04-14T18:16:14",
"date_completed_gmt": "2023-04-14T18:16:14",
"date_paid_gmt": "2023-04-14T18:16:14",
"currency_symbol": "$"
}
{
"id": 4600,
"nome": "Produto de teste",
"slug": "produto de teste",
"permalink": "
https://shop.businessautomated.io/?post_type=product&p=4600",
" date_created": "2023-04-15T01:02:07",
"date_created_gmt": "2023-04-15T01:02:07",
"date_modified": "2023-04-15T01:03:28",
"date_modified_gmt": "2023-04-15T01:03:28",
"type": "simple",
"status": "pendente",
"featured": false,
"catalog_visibility": "visible",
"description": "isto é um produto de teste",
"short_description": "",
"sku": "123456",
"price": "10",
"regular_price": "10",
"sale_price": "",
"date_on_sale_from": null,
" date_on_sale_from_gmt": null,
"date_on_sale_to": null,
"date_on_sale_to_gmt": null,
"on_sale": false,
"comprável": true,
"total_sales": 0,
"virtual": false,
"downloadable": false,
"downloads": [
],
"download_limit": -1,
"download_expiry": -1,
"external_url": "",
"button_text": "",
"tax_status": "tributável",
"tax_class": "",
"manage_stock": false,
"stock_quantity": null,
"backorders": "no",
"backorders_allowed": false,
"backordered": false ,
"low_stock_amount": null,
"sold_individually": false,
"weight": "",
"dimensions": {
"length": "",
"width": "",
"height": ""
},
"shipping_required": verdadeiro,
"shipping_taxable": verdadeiro ,
"shipping_class": "",
"shipping_class_id": 0,
"reviews_allowed": true,
"average_rating": "0",
"rating_count": 0,
"upsell_ids": [
],
"cross_sell_ids": [
],
"parent_id": 0,
"purchase_note": "",
"categories": [
{
"id": 49,
"name": "Mulheres",
"slug": "mulheres"
}
],
"tags": [
{
"id": 57,
"nome": "Produto de teste",
"slug": "produto de teste"
}
],
"imagens": [
],
"atributos": [ ]
,
"default_attributes": [
],
"variações": [
],
"grouped_products": [
],
"menu_order": 0,
"price_html": "<span class=" woocommerce-Price-amount amount "><bdi><span class=" woocommerce-Price-currencySymbol ">$;</span>10.00</bdi></span>",
" Related_ids": [
160,
157,
194,
210,
252
],
"meta_data": [
],
"stock_status": "instock",
"has_options": falso
}
{
"id": 4600,
"nome": "Produto de teste",
"slug": "produto de teste",
"permalink": "
https://shop.businessautomated.io/?post_type=product&p=4600",
" date_created": "2023-04-15T01:02:07",
"date_created_gmt": "2023-04-15T01:02:07",
"date_modified": "2023-04-15T01:03:28",
"date_modified_gmt": "2023-04-15T01:03:28",
"type": "simple",
"status": "pendente",
"featured": false,
"catalog_visibility": "visible",
"description": "isto é um produto de teste",
"short_description": "",
"sku": "123456",
"price": "10",
"regular_price": "10",
"sale_price": "",
"date_on_sale_from": null,
" date_on_sale_from_gmt": null,
"date_on_sale_to": null,
"date_on_sale_to_gmt": null,
"on_sale": false,
"comprável": true,
"total_sales": 0,
"virtual": false,
"downloadable": false,
"downloads": [
],
"download_limit": -1,
"download_expiry": -1,
"external_url": "",
"button_text": "",
"tax_status": "tributável",
"tax_class": "",
"manage_stock": false,
"stock_quantity": null,
"backorders": "no",
"backorders_allowed": false,
"backordered": false ,
"low_stock_amount": null,
"sold_individually": false,
"weight": "",
"dimensions": {
"length": "",
"width": "",
"height": ""
},
"shipping_required": verdadeiro,
"shipping_taxable": verdadeiro ,
"shipping_class": "",
"shipping_class_id": 0,
"reviews_allowed": true,
"average_rating": "0",
"rating_count": 0,
"upsell_ids": [
],
"cross_sell_ids": [
],
"parent_id": 0,
"purchase_note": "",
"categories": [
{
"id": 49,
"name": "Mulheres",
"slug": "mulheres"
}
],
"tags": [
{
"id": 57,
"nome": "Produto de teste",
"slug": "produto de teste"
}
],
"imagens": [
],
"atributos": [ ]
,
"default_attributes": [
],
"variações": [
],
"grouped_products": [
],
"menu_order": 0,
"price_html": "<span class=" woocommerce-Price-amount amount "><bdi><span class=" woocommerce-Price-currencySymbol ">$;</span>10.00</bdi></span>",
" Related_ids": [
160,
157,
194,
210,
252
],
"meta_data": [
],
"stock_status": "instock",
"has_options": falso
}
[
{
"id": 4122,
"date_created": "2022-08-17T08:01:49",
"date_created_gmt": "2022-08-17T08:01:49",
"date_modified": "2022-08-17T08:01:49",
"date_modified_gmt": "2022-08-17T08:01:49",
"descrição": "",
"link permanente": "
https://shop.businessautomated.io/product/dnk-black- sapatos?attribute_pa_color=red",
"sku": "",
"price": "195",
"regular_price": "195",
"sale_price": "",
"date_on_sale_from": null,
"date_on_sale_from_gmt": null,
" date_on_sale_to": null,
"date_on_sale_to_gmt": null,
"on_sale": false,
"status": "publish",
"purchasable": true,
"virtual": false,
"downloadable": false,
"downloads": [
],
"download_limit": -1,
"download_expiry": -1,
"tax_status": "tributável",
"tax_class": "",
"manage_stock": false,
"stock_quantity": null,
"stock_status": "instock",
" backorders": "no",
"backorders_allowed": false,
"backordered": false,
"low_stock_amount": null,
"weight": "",
"dimensions": {
"length": "",
"width": "",
"height": ""
},
"shipping_class": "",
"shipping_class_id": 0,
"image": {
"id":2462,
"date_created": "2021-03-05T07:22:32",
"date_created_gmt": "2021-03-05T07:22:32",
"date_modified": "2021-03-05T07:22:32",
"date_modified_gmt": "2021-03-05T07:22:32",
"src": "
https://shop.businessautomated.io/wp-content/uploads/2021/03/sports-shoe2.jpg",
"nome ":"sports-shoe2",
"alt": ""
},
"atributos": [
{...} // 3 teclas
],
"menu_order": 3,
"meta_data": [
{...}, // 3 chaves
{...}, // 3 chaves
{...} // 3 chaves
],
"_links": {
"self": [...], // 1 item
"coleção": [...], // 1 item
"acima": [...] // 1 item
}
}
]
[
{
"id": 4122,
"date_created": "2022-08-17T08:01:49",
"date_created_gmt": "2022-08-17T08:01:49",
"date_modified": "2022-08-17T08:01:49",
"date_modified_gmt": "2022-08-17T08:01:49",
"descrição": "",
"link permanente": "
https://shop.businessautomated.io/product/dnk-black- sapatos?attribute_pa_color=red",
"sku": "",
"price": "195",
"regular_price": "195",
"sale_price": "",
"date_on_sale_from": null,
"date_on_sale_from_gmt": null,
" date_on_sale_to": null,
"date_on_sale_to_gmt": null,
"on_sale": false,
"status": "publish",
"purchasable": true,
"virtual": false,
"downloadable": false,
"downloads": [
],
"download_limit": -1,
"download_expiry": -1,
"tax_status": "tributável",
"tax_class": "",
"manage_stock": false,
"stock_quantity": null,
"stock_status": "instock",
" backorders": "no",
"backorders_allowed": false,
"backordered": false,
"low_stock_amount": null,
"weight": "",
"dimensions": {
"length": "",
"width": "",
"height": ""
},
"shipping_class": "",
"shipping_class_id": 0,
"image": {
"id":2462,
"date_created": "2021-03-05T07:22:32",
"date_created_gmt": "2021-03-05T07:22:32",
"date_modified": "2021-03-05T07:22:32",
"date_modified_gmt": "2021-03-05T07:22:32",
"src": "
https://shop.businessautomated.io/wp-content/uploads/2021/03/sports-shoe2.jpg",
"nome ":"sports-shoe2",
"alt": ""
},
"atributos": [
{...} // 3 teclas
],
"menu_order": 3,
"meta_data": [
{...}, // 3 chaves
{...}, // 3 chaves
{...} // 3 chaves
],
"_links": {
"self": [...], // 1 item
"coleção": [...], // 1 item
"acima": [...] // 1 item
}
}
]
{
"id": 4122,
"date_created": "2022-08-17T08:01:49",
"date_created_gmt": "2022-08-17T08:01:49",
"date_modified": "2022-08-17T08: 01:49",
"date_modified_gmt": "2022-08-17T08:01:49",
"descrição": "",
"link permanente": "
https://shop.businessautomated.io/product/dnk-black-shoes ?attribute_pa_color=red",
"sku": "",
"price": "195",
"regular_price": "195",
"sale_price": "",
"date_on_sale_from": null,
"date_on_sale_from_gmt": null,
"date_on_sale_to ": null,
"date_on_sale_to_gmt": null,
"on_sale": false,
"status": "publish",
"purchasable": true,
"virtual": false,
"downloadable": false,
"downloads": [
],
" download_limit": -1,
"download_expiry": -1,
"tax_status": "tributável",
"tax_class": "",
"manage_stock": false,
"stock_quantity": null,
"stock_status": "instock",
"backorders ": "não",
"backorders_allowed": false,
"backordered": false,
"low_stock_amount": null,
"weight": "",
"dimensions": {
"length": "",
"width": "",
"height": ""
},
"shipping_class": "",
"shipping_class_id": 0,
"imagem": {
"id": 2462 ,
"date_created": "2021-03-05T07:22:32",
"date_created_gmt": "2021-03-05T07:22:32",
"date_modified": "2021-03-05T07:22:32",
"date_modified_gmt ": "2021-03-05T07:22:32",
"src": "
https://shop.businessautomated.io/wp-content/uploads/2021/03/sports-shoe2.jpg",
"nome": "calçado esportivo2",
"alt": ""
},
"atributos": [
{
"id": 0,
"nome": "cor",
"opção": "vermelho"
}
],
"menu_order": 3,
"meta_data": [
{
"id": 3030,
"chave": "_wxr_import_user_slug",
"valor": "alex"
},
{
"id": 3031,
"chave": "_astra_sites_imported_post",
"valor": "1"
},
{
" id": 3032,
"chave": "_astra_sites_enable_for_batch",
"valor": "1"
}
]
}
{
"id": 4122,
"date_created": "2022-08-17T08:01:49",
"date_created_gmt": "2022-08-17T08:01:49",
"date_modified": "2022-08-17T08: 01:49",
"date_modified_gmt": "2022-08-17T08:01:49",
"descrição": "",
"link permanente": "
https://shop.businessautomated.io/product/dnk-black-shoes ?attribute_pa_color=red",
"sku": "",
"price": "195",
"regular_price": "195",
"sale_price": "",
"date_on_sale_from": null,
"date_on_sale_from_gmt": null,
"date_on_sale_to ": null,
"date_on_sale_to_gmt": null,
"on_sale": false,
"status": "publish",
"purchasable": true,
"virtual": false,
"downloadable": false,
"downloads": [
],
" download_limit": -1,
"download_expiry": -1,
"tax_status": "tributável",
"tax_class": "",
"manage_stock": false,
"stock_quantity": null,
"stock_status": "instock",
"backorders ": "não",
"backorders_allowed": false,
"backordered": false,
"low_stock_amount": null,
"weight": "",
"dimensions": {
"length": "",
"width": "",
"height": ""
},
"shipping_class": "",
"shipping_class_id": 0,
"imagem": {
"id": 2462 ,
"date_created": "2021-03-05T07:22:32",
"date_created_gmt": "2021-03-05T07:22:32",
"date_modified": "2021-03-05T07:22:32",
"date_modified_gmt ": "2021-03-05T07:22:32",
"src": "
https://shop.businessautomated.io/wp-content/uploads/2021/03/sports-shoe2.jpg",
"nome": "calçado esportivo2",
"alt": ""
},
"atributos": [
{
"id": 0,
"nome": "cor",
"opção": "vermelho"
}
],
"menu_order": 3,
"meta_data": [
{
"id": 3030,
"chave": "_wxr_import_user_slug",
"valor": "alex"
},
{
"id": 3031,
"chave": "_astra_sites_imported_post",
"valor": "1"
},
{
" id": 3032,
"chave": "_astra_sites_enable_for_batch",
"valor": "1"
}
]
}
{
"id": 4599,
"parent_id": 0,
"status": "pendente",
"moeda": "AUD",
"versão": "6.9.4",
"prices_include_tax": false,
"date_created": " 2023-04-14T18:13:13",
"date_modified": "2023-04-14T18:13:13",
"discount_total": "0,00",
"discount_tax": "0,00",
"shipping_total": "0,00",
"shipping_tax": "0,00",
"cart_tax": "0,00",
"total": "175,00",
"total_tax": "0,00",
"customer_id": 4,
"order_key": "wc_order_yhGfOfZ0eoCYe",
"faturamento": {
"primeiro_nome": "",
"sobrenome": "",
"empresa": "",
"endereço_1": "",
"endereço_2": "",
"cidade": "",
"estado": "",
"código postal": "",
"país": "",
"email": "
mark@NicoChat.com",
"telefone": ""
},
"shipping": {
"first_name": "",
"last_name": "",
"empresa": "",
"endereço_1": "",
"endereço_2": "",
"cidade": "",
"estado": "",
"código postal": "",
"país": "",
"telefone": ""
},
"método_pagamento": "" ,
"payment_method_title": "",
"transaction_id": "",
"customer_ip_address": "",
"customer_user_agent": "",
"created_via": "rest-api",
"customer_note": "",
"date_completed": null,
"date_paid": null,
"cart_hash": "",
"number": "4599",
"meta_data": [
],
"line_items": [
{
"id": 260,
"nome": "Sapatos Pretos DNK - azul",
"product_id": 375,
"variation_id": 4120,
"quantidade": 1,
"tax_class": "",
"subtotal": "175,00 ",
"subtotal_tax": "0,00",
"total": "175,00",
"total_tax": "0,00",
"taxes": [...], // 0 itens
"meta_data": [...], // 1 item
"sku": "",
"price": 175,
"image": {...}, // 2 chaves
"parent_name": "DNK Black Shoes"
}
],
"tax_lines": [
],
"shipping_lines": [
],
"fee_lines": [
],
"coupon_lines": [
],
"reembolsos": [
],
"payment_url": "
https://shop.businessautomated.io/checkout-2/order-pay /4599?pay_for_order=true&key=wc_order_yhGfOfZ0eoCYe",
"is_editable": true,
"needs_payment": true, "
needs_processing": true,
"date_created_gmt": "2023-04-14T18:13:13",
"date_modified_gmt": "2023 -04-14T18:13:13",
"date_completed_gmt": null,
"date_paid_gmt": null,
"currency_symbol": "$"
}
{
"id": 4599,
"parent_id": 0,
"status": "pendente",
"moeda": "AUD",
"versão": "6.9.4",
"prices_include_tax": false,
"date_created": " 2023-04-14T18:13:13",
"date_modified": "2023-04-14T18:13:13",
"discount_total": "0,00",
"discount_tax": "0,00",
"shipping_total": "0,00",
"shipping_tax": "0,00",
"cart_tax": "0,00",
"total": "175,00",
"total_tax": "0,00",
"customer_id": 4,
"order_key": "wc_order_yhGfOfZ0eoCYe",
"faturamento": {
"primeiro_nome": "",
"sobrenome": "",
"empresa": "",
"endereço_1": "",
"endereço_2": "",
"cidade": "",
"estado": "",
"código postal": "",
"país": "",
"email": "
mark@NicoChat.com",
"telefone": ""
},
"shipping": {
"first_name": "",
"last_name": "",
"empresa": "",
"endereço_1": "",
"endereço_2": "",
"cidade": "",
"estado": "",
"código postal": "",
"país": "",
"telefone": ""
},
"método_pagamento": "" ,
"payment_method_title": "",
"transaction_id": "",
"customer_ip_address": "",
"customer_user_agent": "",
"created_via": "rest-api",
"customer_note": "",
"date_completed": null,
"date_paid": null,
"cart_hash": "",
"number": "4599",
"meta_data": [
],
"line_items": [
{
"id": 260,
"nome": "Sapatos Pretos DNK - azul",
"product_id": 375,
"variation_id": 4120,
"quantidade": 1,
"tax_class": "",
"subtotal": "175,00 ",
"subtotal_tax": "0,00",
"total": "175,00",
"total_tax": "0,00",
"taxes": [...], // 0 itens
"meta_data": [...], // 1 item
"sku": "",
"price": 175,
"image": {...}, // 2 chaves
"parent_name": "DNK Black Shoes"
}
],
"tax_lines": [
],
"shipping_lines": [
],
"fee_lines": [
],
"coupon_lines": [
],
"reembolsos": [
],
"payment_url": "
https://shop.businessautomated.io/checkout-2/order-pay /4599?pay_for_order=true&key=wc_order_yhGfOfZ0eoCYe",
"is_editable": true,
"needs_payment": true, "
needs_processing": true,
"date_created_gmt": "2023-04-14T18:13:13",
"date_modified_gmt": "2023 -04-14T18:13:13",
"date_completed_gmt": null,
"date_paid_gmt": null,
"currency_symbol": "$"
}
{
"id": 4597,
"parent_id": 0,
"status": "completed",
"currency": "AUD",
"version": "6.9.4",
"prices_include_tax": false,
"date_created": " 2023-04-14T11:01:51",
"date_modified": "2023-04-14T18:16:14",
"discount_total": "0,00",
"discount_tax": "0,00",
"shipping_total": "0,00",
"shipping_tax": "0,00",
"cart_tax": "0,00",
"total": "350,00",
"total_tax": "0,00",
"customer_id": 0,
"order_key": "wc_order_5hKQmDkxUiesi",
"faturamento": {
"first_name": "Hammad",
"last_name": "Siddiqui",
"company": "",
"address_1": "ABC Road, Garden City",
"address_2": "",
"city": "Karachi ",
"estado": "Sindh",
"código postal": "",
"país": "Paquistão",
"email": "dsiddiqui788@gmail.com",
"telefone": "+9230302320964"
},
"envio": { "
primeiro_nome": "Hammad",
"sobrenome": "Siddiqui",
"empresa": "",
"address_1": "cart_hash": "", "número": "4597", "meta_data": [ { "id": 6465, "chave": "user_ns", "valor": "f12372u15376836" }, { "id":6499, "key": "_new_order_email_sent", "value": "true" } ], "line_items": [ { "id": 259, "name": "DNK Black Shoes - blue", "product_id": 375, "variation_id": 4120, "quantidade": 2, "tax_class": "subtotal": "350,00", "subtotal_tax": "ABC Road, Garden City",
"address_2": "",
"city": "Karachi ",
"estado": "Sindh",
"código postal": "",
"país": "Paquistão",
"telefone":""
},
"payment_method": "",
"payment_method_title": "",
"transaction_id": "",
"customer_ip_address": "",
"customer_user_agent": "",
"created_via": "rest-api",
" nota_do_cliente": "",
"data_concluída": "2023-04-14T18:16:14",
"date_paid": "2023-04-14T18:16:14" ,




















"" ,
"0.00",
"total": "350.00",
"total_tax": "0.00" ,
"taxes": [...], // 0 itens
"meta_data": [...], // 1 item
"sku": "",
"price": 175,
"image": {...}, // 2 chaves
"parent_name": "DNK Black Shoes"
}
],
"tax_lines": [
],
"shipping_lines": [
],
"fee_lines": [
],
"coupon_lines": [
],
"refunds": [
],
"payment_url": "
https://shop.businessautomated.io/checkout-2/order-pay/4597?pay_for_order=true&key=wc_order_5hKQmDkxUiesi",
"is_editable": false,
"needs_payment": false,
"needs_processing": true,
"date_created_gmt": "2023-04-14T11:01:51",
"date_modified_gmt": "2023-04-14T18:16:14",
"date_completed_gmt": "2023-04-14T18:16:14",
"date_paid_gmt": "2023-04-14T18:16:14",
"currency_symbol": "$"
}
{
"id": 4597,
"parent_id": 0,
"status": "completed",
"currency": "AUD",
"version": "6.9.4",
"prices_include_tax": false,
"date_created": " 2023-04-14T11:01:51",
"date_modified": "2023-04-14T18:16:14",
"discount_total": "0,00",
"discount_tax": "0,00",
"shipping_total": "0,00",
"shipping_tax": "0,00",
"cart_tax": "0,00",
"total": "350,00",
"total_tax": "0,00",
"customer_id": 0,
"order_key": "wc_order_5hKQmDkxUiesi",
"faturamento": {
"first_name": "Hammad",
"last_name": "Siddiqui",
"company": "",
"address_1": "ABC Road, Garden City",
"address_2": "",
"city": "Karachi ",
"estado": "Sindh",
"código postal": "",
"país": "Paquistão",
"email": "dsiddiqui788@gmail.com",
"telefone": "+9230302320964"
},
"envio": { "
primeiro_nome": "Hammad",
"sobrenome": "Siddiqui",
"empresa": "",
"address_1": "cart_hash": "", "número": "4597", "meta_data": [ { "id": 6465, "chave": "user_ns", "valor": "f12372u15376836" }, { "id":6499, "key": "_new_order_email_sent", "value": "true" } ], "line_items": [ { "id": 259, "name": "DNK Black Shoes - blue", "product_id": 375, "variation_id": 4120, "quantidade": 2, "tax_class": "subtotal": "350,00", "subtotal_tax": "ABC Road, Garden City",
"address_2": "",
"city": "Karachi ",
"estado": "Sindh",
"código postal": "",
"país": "Paquistão",
"telefone":""
},
"payment_method": "",
"payment_method_title": "",
"transaction_id": "",
"customer_ip_address": "",
"customer_user_agent": "",
"created_via": "rest-api",
" nota_do_cliente": "",
"data_concluída": "2023-04-14T18:16:14",
"date_paid": "2023-04-14T18:16:14" ,




















"" ,
"0.00",
"total": "350.00",
"total_tax": "0.00" ,
"taxes": [...], // 0 itens
"meta_data": [...], // 1 item
"sku": "",
"price": 175,
"image": {...}, // 2 chaves
"parent_name": "DNK Black Shoes"
}
],
"tax_lines": [
],
"shipping_lines": [
],
"fee_lines": [
],
"coupon_lines": [
],
"refunds": [
],
"payment_url": "
https://shop.businessautomated.io/checkout-2/order-pay/4597?pay_for_order=true&key=wc_order_5hKQmDkxUiesi",
"is_editable": false,
"needs_payment": false,
"needs_processing": true,
"date_created_gmt": "2023-04-14T11:01:51",
"date_modified_gmt": "2023-04-14T18:16:14",
"date_completed_gmt": "2023-04-14T18:16:14",
"date_paid_gmt": "2023-04-14T18:16:14",
"currency_symbol": "$"
}