Backend
  1. Client API Document
Backend
  • CLIENT
    • Client API Document
      • Get Token
        POST
      • Create Store
        POST
      • Stores List
        GET
      • Store Details
        GET
      • Delete Store
        DELETE
      • Upload Image (via File)
        POST
      • Upload Image (via URL)
        POST
      • Create Store Product
        POST
      • Store Product Details
        GET
      • Update Store Product
        PUT
      • Create Order
        POST
      • Search Invoices
        GET
      • Invoice Details
        GET
  1. Client API Document

Invoice Details

Developing
GET
/api/invoice_orders/{id}

Request

Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************
Path Params

Header Params

Request Code Samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'http://stage-client.dropshippinglite.com/api/invoice_orders/328530' \
--header 'Authorization: Bearer <token>'

Responses

🟢200成功
application/json
Body

Example
{
    "id": 328530,
    "invoice_number": "MU9547f3d11a0f11",
    "created_at": "2025-08-12T05:54:18.604Z",
    "paid_at": null,
    "item_cost": "91.94",
    "shipping_cost": "47.83",
    "extra_cost": "0.00",
    "vat_tax": "0.00",
    "total_cost": "139.77",
    "total_billing_amount": "139.77",
    "item_count": 5,
    "order_count": 4,
    "package_merged": false,
    "note": "IT 8c90.myshopify.com",
    "note_to_client": "IT 8c90.myshopify.com",
    "status": 1,
    "fulfillment_status": "submit",
    "financial_status": "unpaid",
    "balance": "N/A",
    "client_name": "Jesse89187",
    "client_balance": "24.33",
    "credit_balance": "0.0",
    "invoice_template": 0,
    "packages": [
        {
            "package_id": 20709801,
            "package_weight": "1.60",
            "carrier": "WSYT-FZ",
            "tracking_number": "WS17725425174959DL",
            "fulfill_at": "2025-08-12T11:02:11.717Z",
            "shipping_cost": "10.68",
            "item_cost": "43.48",
            "vat_tax": "0.0",
            "total_cost": "54.16",
            "source_order_number": "1128",
            "source_order_name": "#1128",
            "source_order_id": "6905655755089",
            "order_status_url": "https://bella-e.com/84994326865/orders/234f63cf527692dfd530b6e1e07c28ae/authenticate?key=6bbb5e89ed54a3e356a2f19cac61b181",
            "shipping_address": {
                "zip": "20153",
                "city": "Milano",
                "name": "Veronica Calarco",
                "phone": null,
                "company": null,
                "country": "Italy",
                "address1": "Via Quinto 48",
                "address2": null,
                "province": "Milano",
                "last_name": "Calarco",
                "first_name": "Veronica",
                "country_code": "IT",
                "province_code": "MI"
            },
            "shipping_type": "普货",
            "source_note": null,
            "created_at": "2025-08-12T05:47:19.657Z",
            "source_created_at": "2025-08-11T21:49:56.000Z",
            "source_created_at_str": "2025-08-11T23:49:56+02:00",
            "line_items": [
                {
                    "id": 111453841,
                    "client_id": 9547,
                    "shopify_product_id": 452763,
                    "order_number": "COegp4696d52d030e",
                    "source_order_name": "#1128",
                    "internal_sku": "NP-9194555872557_02377",
                    "product_title": "Completo in Lino 3 Pezzi - Blazer, Gilet e Pantaloni per Cerimonie e Occasioni Estive",
                    "customer_product_url": "8c9040-37.myshopify.com/products/completo-elegante-uomo-in-lino-3-pezzi-blazer-gilet-e-pantaloni-per-cerimonie-e-occasioni-estive",
                    "variant_title": "Bordeaux / 3XL",
                    "image": "https://cdn.shopify.com/s/files/1/0849/9432/6865/files/Completo_Elegante_Uomo_in_Lino_3_Pezzi_-_Blazer__Gilet_e_Pantaloni_per_Cerimonie_e_Occasioni_Estive_0.jpg?v=1753790693",
                    "quantity": 1,
                    "cost": "43.48",
                    "total_item_cost": "43.48",
                    "weight": "1.60",
                    "from_inventory": false
                }
            ]
        },
        {
            "package_id": 20709806,
            "package_weight": "0.19",
            "carrier": "WSYT-FZ",
            "tracking_number": "WS10266741404396095DL",
            "fulfill_at": "2025-08-12T11:02:25.364Z",
            "shipping_cost": "5.80",
            "item_cost": "3.26",
            "vat_tax": "0.0",
            "total_cost": "9.06",
            "source_order_number": "1127",
            "source_order_name": "#1127",
            "source_order_id": "6905651134801",
            "order_status_url": "https://bella.com/84994326865/orders/82db2c8551c86074bea3178469909f9c/authenticate?key=c8d7a1b42ae2dd1e9451c33cc7e36a15",
            "shipping_address": {
                "zip": "00030",
                "city": "Rocca Santo Stefano",
                "name": "Jessica Pepe",
                "phone": null,
                "company": null,
                "country": "Italy",
                "address1": "Corso della n26",
                "address2": null,
                "province": "Roma",
                "last_name": "Pepe",
                "first_name": "Jessica",
                "country_code": "IT",
                "province_code": "RM"
            },
            "shipping_type": "普货",
            "source_note": null,
            "created_at": "2025-08-12T05:47:19.720Z",
            "source_created_at": "2025-08-11T21:42:14.000Z",
            "source_created_at_str": "2025-08-11T23:42:14+02:00",
            "line_items": [
                {
                    "id": 111453842,
                    "client_id": 9547,
                    "shopify_product_id": 453480,
                    "order_number": "COegpec698377208e",
                    "source_order_name": "#1127",
                    "internal_sku": "NP-3796276399744_24164",
                    "product_title": "Abito Donna Estivo con Spacco per Cerimonie e Occasioni Speciali",
                    "customer_product_url": "8c9.myshopify.com/products/abito-donna-elegante-estivo-con-spacco-per-cerimonie-e-occasioni-speciali",
                    "variant_title": "Rosa / S",
                    "image": "https://cdn.shopify.com/s/files/1/0849/9432/6865/files/AbitoDonnarCerimonieeOccasioniSpeciali_7.png?v=1753531415",
                    "quantity": 1,
                    "cost": "3.26",
                    "total_item_cost": "3.26",
                    "weight": "0.19",
                    "from_inventory": false
                }
            ]
        },
        {
            "package_id": 20709809,
            "package_weight": "0.95",
            "carrier": "WSYT-FZ",
            "tracking_number": "WS10052216816750644DL",
            "fulfill_at": "2025-08-12T11:02:35.334Z",
            "shipping_cost": "10.90",
            "item_cost": "17.75",
            "vat_tax": "0.0",
            "total_cost": "28.65",
            "source_order_number": "1126",
            "source_order_name": "#1126",
            "source_order_id": "6905355338065",
            "order_status_url": "https://bella.com/84994326865/orders/093f0742746ee194c76014315d37f321/authenticate?key=e5c241eb6f541616d24f1ea0ff50bf62",
            "shipping_address": {
                "zip": "24020",
                "city": "Pradalunga",
                "name": "Matteo Bosio",
                "phone": "+393384015145",
                "company": null,
                "country": "Italy",
                "address1": "Via San Martino 28",
                "address2": null,
                "province": "Bergamo",
                "last_name": "Bosio",
                "first_name": "Matteo",
                "country_code": "IT",
                "province_code": "BG"
            },
            "shipping_type": "普货",
            "source_note": null,
            "created_at": "2025-08-12T05:47:19.765Z",
            "source_created_at": "2025-08-11T18:26:07.000Z",
            "source_created_at_str": "2025-08-11T20:26:07+02:00",
            "line_items": [
                {
                    "id": 111453843,
                    "client_id": 9547,
                    "shopify_product_id": 437937,
                    "order_number": "COegpc80aac350e35",
                    "source_order_name": "#1126",
                    "internal_sku": "NP-7345742571716_27334",
                    "product_title": "Abito estivo elegante da uomo in 3 pezzi",
                    "customer_product_url": "8c90.myshopify.com/products/abito-estivo-da-uomo-elegante-su-misura",
                    "variant_title": "Beige / L",
                    "image": "https://cdn.shopify.com/s/files/1/0849/9432/6865/files/Abito_estivo_elegante_da_uomo_in_3_pezzi5.png?v=1752051260",
                    "quantity": 1,
                    "cost": "17.75",
                    "total_item_cost": "17.75",
                    "weight": "0.95",
                    "from_inventory": false
                }
            ]
        },
        {
            "package_id": 20709811,
            "package_weight": "0.95",
            "carrier": "WSYT-FZ",
            "tracking_number": "WS15304596121627404DL",
            "fulfill_at": "2025-08-12T11:02:43.032Z",
            "shipping_cost": "10.90",
            "item_cost": "17.75",
            "vat_tax": "0.0",
            "total_cost": "28.65",
            "source_order_number": "1125",
            "source_order_name": "#1125",
            "source_order_id": "6905233506641",
            "order_status_url": "https://bella.com/84994326865/orders/78ddbb39c476ed78a70b545e1bdf64ee/authenticate?key=3d93144ac4d8686f7070a7f593c98f5b",
            "shipping_address": {
                "zip": "87021",
                "city": "Belvedere Marittimo",
                "name": "Rossella Marino",
                "phone": null,
                "company": null,
                "country": "Italy",
                "address1": "via petrellis n.29",
                "address2": "Piano terra",
                "province": "Cosenza",
                "last_name": "Marino",
                "first_name": "Rossella",
                "country_code": "IT",
                "province_code": "CS"
            },
            "shipping_type": "普货",
            "source_note": null,
            "created_at": "2025-08-12T05:47:19.809Z",
            "source_created_at": "2025-08-11T17:08:41.000Z",
            "source_created_at_str": "2025-08-11T19:08:41+02:00",
            "line_items": [
                {
                    "id": 111453844,
                    "client_id": 9547,
                    "shopify_product_id": 437937,
                    "order_number": "COegpc8b8ae26e4f6",
                    "source_order_name": "#1125",
                    "internal_sku": "NP-7345742571716_84290",
                    "product_title": "Abito estivo elegante da uomo in 3 pezzi",
                    "customer_product_url": "8c9.myshopify.com/products/abito-estivo-da-uomo-elegante-su-misura",
                    "variant_title": "Verde / L",
                    "image": "https://cdn.shopify.com/s/files/1/0849/9432/6865/files/Abito_estivo_elegante_da_uomo_in_3_pezzi.png?v=1752051083",
                    "quantity": 1,
                    "cost": "17.75",
                    "total_item_cost": "17.75",
                    "weight": "0.95",
                    "from_inventory": false
                }
            ]
        },
        {
            "package_id": 20709815,
            "package_weight": "0.81",
            "carrier": "WSYT",
            "tracking_number": "WS15833578644642884DL",
            "fulfill_at": "2025-08-12T11:03:07.739Z",
            "shipping_cost": "9.56",
            "item_cost": "9.69",
            "vat_tax": "0.0",
            "total_cost": "19.25",
            "source_order_number": "1125",
            "source_order_name": "#1125",
            "source_order_id": "6905233506641",
            "order_status_url": "https://bella.com/84994326865/orders/78ddbb39c476ed78a70b545e1bdf64ee/authenticate?key=3d93144ac4d8686f7070a7f593c98f5b",
            "shipping_address": {
                "zip": "87021",
                "city": "Belvedere Marittimo",
                "name": "Rossella Marino",
                "phone": null,
                "company": null,
                "country": "Italy",
                "address1": "via petrellis n.29",
                "address2": "Piano terra",
                "province": "Cosenza",
                "last_name": "Marino",
                "first_name": "Rossella",
                "country_code": "IT",
                "province_code": "CS"
            },
            "shipping_type": "普货",
            "source_note": null,
            "created_at": "2025-08-12T05:47:19.847Z",
            "source_created_at": "2025-08-11T17:08:41.000Z",
            "source_created_at_str": "2025-08-11T19:08:41+02:00",
            "line_items": [
                {
                    "id": 111453845,
                    "client_id": 9547,
                    "shopify_product_id": 452753,
                    "order_number": "COegpd350dec452a2",
                    "source_order_name": "#1125",
                    "internal_sku": "NP-298493_648",
                    "product_title": "Mocassini da Uomo Eleganti per Uno Stile Casual ed Elegante - Design Classico e Sofisticato",
                    "customer_product_url": "8c90.myshopify.com/products/mocassini-uomo-eleganti-per-comfort-e-stile-design-classico-e-sofisticato",
                    "variant_title": "Marrone / 43",
                    "image": "https://cdn.shopify.com/s/files/1/0849/9432/6865/files/Mocassini_da_Uomo_Eleganti_per_Uno_Stile_Casual_ed_Elegante_-_Design_Classico_e_Sofisticato_3.png?v=1754143429",
                    "quantity": 1,
                    "cost": "9.69",
                    "total_item_cost": "9.69",
                    "weight": "0.81",
                    "from_inventory": false
                }
            ]
        }
    ],
    "version": "v2",
    "inventory_client_balance": "0.0",
    "inventory_balance": "N/A",
    "inventory_item_cost": "0.00",
    "inventory_total_cost": "0.00",
    "inventory_products_quantity": 0,
    "inventory_orders_count": 0
}
Modified at 2025-08-13 05:25:06
Previous
Search Invoices
Built with