Zid Docs
Apps
ThemesPayments
Apps
ThemesPayments
Help Center
Slack
  1. Orders
  • ๐Ÿ—‚๏ธ Overview
  • ๐Ÿš€ Start Here
  • Create your First App
  • Responses
  • Rate Limiting
  • Authorization
  • Embedded Apps
  • StoreFront Events
  • Zid MUI
  • Zid SDKs
  • Our custom MCP server
  • Merchant APIs
    • Account
      • Me
        • Me
        • Profile
      • Store
        • Store
        • Branding
        • Localization
        • Social
        • Operations
        • Business
        • Upload Logo Image
        • Delete Logo Image
        • Upload Icon Image
        • Delete Icon Image
        • Upload Cover Image
        • Delete Cover Image
    • Orders
      • Validate Order Request
        POST
      • Create Order
        POST
      • Change Order Status
        POST
      • Add Order Comment
        POST
      • View Order
        GET
      • List Orders
        GET
      • List Custom Order Statuses
        GET
      • List Order Credit Notes
        GET
    • Reverse Orders
      • Create Reverse Orders
      • Create Reverse Orders Waybill
      • Add Reverse Order Reasons
      • List Reverse Reasons
      • Calculate Reverse Totals
      • Create refund for reverse order
      • Upload bank transfer receipt
      • Update return products
      • Order Details โ€“ View for Return
    • Abandoned Carts
      • List Carts
      • View Cart
    • Products
      • Managing Products
        • Create Product Types
        • Create Product
        • List Products
        • View Product
        • List Product Settings
        • Update Product
        • Bulk Update Products
        • Delete Product
      • Digital Vouchers
        • List Vouchers
        • Order Vouchers
        • Create Voucher
        • Import Vouchers
        • Export Vouchers
        • Update Voucher
        • Remove Voucher
      • Product Categories
        • List Categories
        • View Category
        • Create Category
        • Create Subcategory
        • Update Category
        • Assign Product to Category
        • Bulk Assign Products to Category
        • Publish Category
        • Detach Category from All Products
        • Remove Product from Category
      • Product Badge
        • List Badges
      • Product Attributes
        • List Attributes
        • View Attribute
        • Create Attribute
        • Update Attribute
        • Delete Attribute
      • Product Attribute Presets
        • List Presets
        • Create Preset
        • Update Preset
        • Delete Preset
      • Product Variants
        • Create Variants
        • Create Custom Option
        • Update Custom Option
        • Delete Custom Option Field
        • Create Custom Input Field
        • Update Custom Input Field
        • Delete Custom Input Field
      • Product Sorting
        • Set Manual Product Order
        • Reset Manual Product Order
      • Product Images
        • List Images
        • Upload Image
        • Update Image Order
        • Delete Image
      • Product Availability Notifications
        • Notification Stats
        • Noticiation Settings
        • List Notifications
        • Create Notification
        • Update Settings
        • Send Notification Email
        • Export Notifications
      • Product Export
        • Email All Products to Store Owner
        • Import Products via CSV or xlsx File
      • Product Stock
        • Retrieve Product Stock
        • List Product Stock Records
        • Create Product Stock
        • Update Product Stock
        • Bulk Update Product Stock Records
      • Product Questions & Answers
        • Retrieve Product Question
        • Retrieve Product Answer
        • List Product Questions
        • List Answers for Question
        • Create Product Question
        • Create Product Answer
        • Update Product Question
        • Update Product Answer
        • Delete Product Question
        • Delete Product Answer
      • Product Reviews
        • List Reviews
        • Count Reviews
      • Digital Products
        • Create Downloadable Product
        • Generate Upload URL
        • Upload File to S3
        • Create Product Downloadable
        • Get Product Downloadables
        • Delete Product Downloadable
        • List Store Downloadables
        • Create Store Downloadable
        • Delete Store Downloadable
    • Inventories
      • Create Location
      • Update Location
      • Update Product Stock for Location
      • List Locations
      • View Location
    • Shipping
      • List Store Shipping Methods
    • Marketing
      • Coupons
        • List Coupons
        • View Coupon
        • Create Coupon
        • Generate Bulk Coupons
        • Duplicate Coupon
        • Duplicate Bulk Coupons
        • Update Coupon Note
        • Update Coupon
        • Update Bulk Coupons
        • Update Coupon Status
        • Update Bulk Coupons Status
        • Delete Coupon
        • Delete Bulk Coupons
      • Bundle Offers
        • List Bundle Offers
      • Loyalty Program
        • Loyalty Program Status
        • Loyalty Program Details
        • Loyalty Program Info
        • Customer Loyalty Summary
        • Customer Points History
        • Activate Loyalty Program
        • Set Points Expiration Rules
        • Update Cashback Rule
        • Create Points Redemption Method
        • Update Points Redemption Method
        • Delete Points Redemption Method
        • Adjust Customer Points
      • Discount Rules
    • Customers
      • Customer Tags
        • List Customer Tags
        • Add Customer Tag
        • ู’Update Customer Tag
        • Delete Customer Tag
      • List Customers
      • View Customer
      • Primary Customer List
      • FInd Customer By Phone Number
      • Customer Profile
      • Add Customer
      • Update Customer
      • Delete Customer
      • Add Bulk Customers
      • Import Customers
    • Store Settings
      • ๐Ÿ“„ User Roles and Permissions
      • Retrieve Store Manager Profile
      • Retrieve VAT Settings
      • List Payment Methods
      • List Store Operating Countries
    • Countries and Cities
      • List Countries
      • List Cities for Country
  • Webhooks
    • Overview
    • Webhook Health Tracking
    • Events
      • Order
      • Product
      • Abandoned Cart
      • Customer
      • Product Category
    • APIs
      • Health Summary
      • Broken Webhooks
      • Recover Broken Webhooks
      • List Webhooks
      • Create Webhook
      • Delete Webhook
      • Delete Webhook By subscriber
  • App Management
    • Events
    • APIs
      • Subscription Details
      • Update Usage-Based Charges
  1. Orders

List Order Credit Notes

GET
https://api.zid.sa/v1/managers/store/orders/{order-id}/credit-notes
The GET Credit Notes endpoint allows you to retrieve a list of credit notes associated with an order from the system. Credit notes are issued for orders that have been cancelled or modified, and this endpoint provides detailed information about each credit note, including customer details, product information, and payment details.
๐Ÿ”‘Scopes
orders.read - Orders Read

Request

Path Params

Header Params

Responses

๐ŸŸข200OK
application/json
Bodyapplication/json

๐ŸŸ 401Unauthorized
๐ŸŸ 403Permission Denied
๐ŸŸ 404Not Found
๐Ÿ”ด500Internal Server error
Request Request Example
Shell
JavaScript
Java
Swift
curl --location 'https://api.zid.sa/v1/managers/store/orders/59214748/credit-notes' \
--header 'Accept: application/json' \
--header 'Authorization: {{Autherization}}' \
--header 'X-manager-Token: {{Access-Token}}' \
--header 'Accept-Language: en' \
--header 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.82 Safari/537.36'
Response Response Example
200 - Success
{
    "code": "SUCCESS_WITH_SINGLE_PAYLOAD_OBJECT",
    "message": null,
    "payload": {
        "credit_notes": [
            {
                "id": "a46ebd12-1392-488c-88f3-66d1835e1e32",
                "order_id": 59214748,
                "store_id": 3,
                "invoice_type": "credit_note",
                "translated_invoice_type": "Credit note",
                "original_invoice_number": 59214748,
                "invoice_number": 1133976,
                "issue_reason": "issue_reason_update",
                "invoice_title": "Updated order",
                "translated_issue_reason": "Order update",
                "store_name": "Mohammed Zayan",
                "shipping_method_code": "zid_shipping.option_574614",
                "store_url": "https://osama.zid.store/",
                "order_status": {
                    "name": "ุฌุฏูŠุฏ",
                    "code": "new"
                },
                "payment_status": "paid",
                "currency_code": "SAR",
                "customer": {
                    "id": 37,
                    "name": "Osama Khaled",
                    "email": "osamakhaled2010@gmail.com",
                    "mobile": "966503187421",
                    "note": "",
                    "type": "individual"
                },
                "has_different_consignee": 0,
                "order_total": "143.4500",
                "order_total_string": "143.45 SAR",
                "products_sum_total_string": "68.00 SAR",
                "has_different_transaction_currency": false,
                "transaction_reference": null,
                "transaction_amount": "143.4500",
                "transaction_amount_string": "143.45 SAR",
                "return_policy": "ojghwriojgbwriojgwergiou",
                "items": [
                    {
                        "id": "dfd6d0fa-dc45-49f7-b8dc-05d209d9bf8c",
                        "product_id": "2a39d7b88d9d4040b636ab9a085b540d",
                        "code": null,
                        "name": "ู…ุงุก ุชูˆู†ุฑ ุฌูŠู†ุณูŠู†ุบ ู…ู† ุจูŠูˆุชูŠ ุงูˆู ุฌูˆุณูˆู†",
                        "custom_fields": [],
                        "sku": "glow1114",
                        "quantity": 1,
                        "is_taxable": true,
                        "is_discounted": false,
                        "meta": null,
                        "weight": null,
                        "net_price_with_additions": 59.1304,
                        "net_price_with_additions_string": "59.13 SAR",
                        "price_with_additions": 68,
                        "price_with_additions_string": "68.00 SAR",
                        "net_price": "59.1304",
                        "net_price_string": "59.13 SAR",
                        "net_sale_price": null,
                        "net_sale_price_string": null,
                        "net_additions_price": 0,
                        "net_additions_price_string": null,
                        "original_price": null,
                        "original_price_string": null,
                        "gross_price": 68,
                        "gross_price_string": "68.00 SAR",
                        "gross_sale_price": null,
                        "gross_sale_price_string": null,
                        "price_before": null,
                        "price_before_string": null,
                        "total_before": null,
                        "total_before_string": null,
                        "gross_additions_price": 0,
                        "gross_additions_price_string": null,
                        "tax_percentage": 0.15,
                        "tax_amount": 8.8696,
                        "tax_amount_string": "8.87 SAR",
                        "tax_amount_string_per_item": "8.86 SAR",
                        "sale_price": null,
                        "sale_price_string": null,
                        "price": 68,
                        "price_string": "68.00 SAR",
                        "additions_price": 0,
                        "additions_price_string": "0.00 SAR",
                        "total": 68,
                        "total_string": "68.00 SAR",
                        "images": [
                            {
                                "id": "ffe37efb-2e27-4002-9175-9f764687f9a7",
                                "origin": "https://media.zid.store/thumbs/d297fb8b-c322-412e-a2f4-ffa96dc57022/ffe37efb-2e27-4002-9175-9f764687f9a7-thumbnail-500x500-70.jpg",
                                "thumbs": {
                                    "fullSize": "https://media.zid.store/d297fb8b-c322-412e-a2f4-ffa96dc57022/ffe37efb-2e27-4002-9175-9f764687f9a7.jpg",
                                    "thumbnail": "https://media.zid.store/thumbs/d297fb8b-c322-412e-a2f4-ffa96dc57022/ffe37efb-2e27-4002-9175-9f764687f9a7-thumbnail-370x370-70.jpg",
                                    "small": "https://media.zid.store/thumbs/d297fb8b-c322-412e-a2f4-ffa96dc57022/ffe37efb-2e27-4002-9175-9f764687f9a7-thumbnail-500x500-70.jpg",
                                    "medium": "https://media.zid.store/thumbs/d297fb8b-c322-412e-a2f4-ffa96dc57022/ffe37efb-2e27-4002-9175-9f764687f9a7-thumbnail-770x770-70.jpg",
                                    "large": "https://media.zid.store/thumbs/d297fb8b-c322-412e-a2f4-ffa96dc57022/ffe37efb-2e27-4002-9175-9f764687f9a7-thumbnail-1000x1000-70.jpg"
                                }
                            }
                        ],
                        "shipping": false,
                        "options": [],
                        "barcode": null
                    }
                ],
                "shipping": {
                    "address": {
                        "district": "ุญูŠ ู‚ุฑุทุจุฉ",
                        "street": "ู…ุนุณูƒุฑ",
                        "city": {
                            "id": 1,
                            "name": "Riyadh"
                        },
                        "country": {
                            "id": 184,
                            "name": "Saudi Arabia"
                        },
                        "meta": {
                            "editable_order_cart_id": "3:69712c34860aa59fbc2a180b",
                            "shipping_address_meta": {
                                "building_number": "73829",
                                "postcode": "",
                                "additional_number": "",
                                "city_name": ""
                            }
                        }
                    },
                    "method": {
                        "id": 574614,
                        "type": "delivery",
                        "is_system_option": true,
                        "name": "ุงู„ุดุฑูŠูƒ ุงู„ุซุงู„ุซ",
                        "estimated_delivery_time": null,
                        "code": "zid_shipping.option_574614",
                        "icon": "https://media.zid.store/apps/91f12581-2275-481e-9437-da14f6633f4d.png",
                        "tracking_number": null
                    }
                },
                "payment": {
                    "invoice": [
                        {
                            "code": "sub_totals_before_vat",
                            "value": "59.1304",
                            "value_string": "59.13 SAR",
                            "title": "Total without VAT"
                        },
                        {
                            "code": "taxable_amount",
                            "value": "59.1304",
                            "value_string": "59.13 SAR",
                            "title": "Taxable amount"
                        },
                        {
                            "code": "vat",
                            "value": "8.8696",
                            "value_string": "8.87 SAR",
                            "title": "VAT (%15)"
                        },
                        {
                            "code": "total",
                            "value": "68.0000",
                            "value_string": "68.00 SAR",
                            "title": "Total"
                        }
                    ],
                    "method": {
                        "id": 813413,
                        "name": "Bank Transfer",
                        "code": "zid_bank_transfer",
                        "type": "zid_bank_transfer"
                    }
                },
                "payment_method": {
                    "name": "ุชุญูˆูŠู„ ุจู†ูƒูŠ"
                },
                "customer_note": "",
                "currency": {
                    "order_currency": {
                        "id": 4,
                        "code": "SAR",
                        "exchange_rate": 1
                    },
                    "order_store_currency": {
                        "id": 4,
                        "code": "SAR",
                        "exchange_rate": null
                    }
                },
                "coupon": null,
                "items_count": 1,
                "original_order_date": "13-10-2025 | 10:53 ุต",
                "issue_date": "31-01-2026 | 01:32 ุต",
                "created_at": "2026-01-30 22:32:24",
                "updated_at": "2026-01-30 22:32:24",
                "zatca": {
                    "qr_code_data": "AQACDzMxMTExMTExMTExMTExMwMUMjAyNi0wMS0zMFQyMjozMjoyNFoEAjY4BQQ4Ljg3"
                }
            },
            {
                "id": "ca2dc662-9ee4-4fb5-a543-74693946ef4c",
                "order_id": 59214748,
                "store_id": 3,
                "invoice_type": "debit_note",
                "translated_invoice_type": "Debit note",
                "original_invoice_number": 59214748,
                "invoice_number": 1122155,
                "issue_reason": "issue_reason_update",
                "invoice_title": "Updated order",
                "translated_issue_reason": "Order update",
                "store_name": "Mohammed Zayan",
                "shipping_method_code": "zid_shipping.option_574614",
                "store_url": "https://osama.zid.store/",
                "order_status": {
                    "name": "ุฌุฏูŠุฏ",
                    "code": "new"
                },
                "payment_status": "paid",
                "currency_code": "SAR",
                "customer": {
                    "id": 37,
                    "name": "Osama Khaled",
                    "email": "osamakhaled2010@gmail.com",
                    "mobile": "966503187421",
                    "note": "",
                    "type": "individual"
                },
                "has_different_consignee": 0,
                "order_total": "211.4500",
                "order_total_string": "211.45 SAR",
                "products_sum_total_string": "68.00 SAR",
                "has_different_transaction_currency": false,
                "transaction_reference": null,
                "transaction_amount": "211.4500",
                "transaction_amount_string": "211.45 SAR",
                "return_policy": "ojghwriojgbwriojgwergiou",
                "items": [
                    {
                        "id": "bb15784e-e525-4438-bb3b-27871d3baae6",
                        "product_id": "2a39d7b88d9d4040b636ab9a085b540d",
                        "code": null,
                        "name": "ู…ุงุก ุชูˆู†ุฑ ุฌูŠู†ุณูŠู†ุบ ู…ู† ุจูŠูˆุชูŠ ุงูˆู ุฌูˆุณูˆู†",
                        "custom_fields": [],
                        "sku": "glow1114",
                        "quantity": 1,
                        "is_taxable": true,
                        "is_discounted": false,
                        "meta": null,
                        "weight": null,
                        "net_price_with_additions": 59.1304,
                        "net_price_with_additions_string": "59.13 SAR",
                        "price_with_additions": 68,
                        "price_with_additions_string": "68.00 SAR",
                        "net_price": "59.1304",
                        "net_price_string": "59.13 SAR",
                        "net_sale_price": null,
                        "net_sale_price_string": null,
                        "net_additions_price": 0,
                        "net_additions_price_string": null,
                        "original_price": null,
                        "original_price_string": null,
                        "gross_price": 68,
                        "gross_price_string": "68.00 SAR",
                        "gross_sale_price": null,
                        "gross_sale_price_string": null,
                        "price_before": null,
                        "price_before_string": null,
                        "total_before": null,
                        "total_before_string": null,
                        "gross_additions_price": 0,
                        "gross_additions_price_string": null,
                        "tax_percentage": 0.15,
                        "tax_amount": 8.8696,
                        "tax_amount_string": "8.87 SAR",
                        "tax_amount_string_per_item": "8.86 SAR",
                        "sale_price": null,
                        "sale_price_string": null,
                        "price": 68,
                        "price_string": "68.00 SAR",
                        "additions_price": 0,
                        "additions_price_string": "0.00 SAR",
                        "total": 68,
                        "total_string": "68.00 SAR",
                        "images": [
                            {
                                "id": "ffe37efb-2e27-4002-9175-9f764687f9a7",
                                "origin": "https://media.zid.store/thumbs/d297fb8b-c322-412e-a2f4-ffa96dc57022/ffe37efb-2e27-4002-9175-9f764687f9a7-thumbnail-500x500-70.jpg",
                                "thumbs": {
                                    "fullSize": "https://media.zid.store/d297fb8b-c322-412e-a2f4-ffa96dc57022/ffe37efb-2e27-4002-9175-9f764687f9a7.jpg",
                                    "thumbnail": "https://media.zid.store/thumbs/d297fb8b-c322-412e-a2f4-ffa96dc57022/ffe37efb-2e27-4002-9175-9f764687f9a7-thumbnail-370x370-70.jpg",
                                    "small": "https://media.zid.store/thumbs/d297fb8b-c322-412e-a2f4-ffa96dc57022/ffe37efb-2e27-4002-9175-9f764687f9a7-thumbnail-500x500-70.jpg",
                                    "medium": "https://media.zid.store/thumbs/d297fb8b-c322-412e-a2f4-ffa96dc57022/ffe37efb-2e27-4002-9175-9f764687f9a7-thumbnail-770x770-70.jpg",
                                    "large": "https://media.zid.store/thumbs/d297fb8b-c322-412e-a2f4-ffa96dc57022/ffe37efb-2e27-4002-9175-9f764687f9a7-thumbnail-1000x1000-70.jpg"
                                }
                            }
                        ],
                        "shipping": false,
                        "options": [],
                        "barcode": null
                    }
                ],
                "shipping": {
                    "address": {
                        "district": "ุญูŠ ู‚ุฑุทุจุฉ",
                        "street": "ู…ุนุณูƒุฑ",
                        "city": {
                            "id": 1,
                            "name": "Riyadh"
                        },
                        "country": {
                            "id": 184,
                            "name": "Saudi Arabia"
                        },
                        "meta": {
                            "editable_order_cart_id": "3:6970e9f1481430d3d8d90101",
                            "shipping_address_meta": {
                                "building_number": "11",
                                "short_address": "RUQB4314"
                            }
                        }
                    },
                    "method": {
                        "id": 574614,
                        "type": "delivery",
                        "is_system_option": true,
                        "name": "ุงู„ุดุฑูŠูƒ ุงู„ุซุงู„ุซ",
                        "estimated_delivery_time": null,
                        "code": "zid_shipping.option_574614",
                        "icon": "https://media.zid.store/apps/91f12581-2275-481e-9437-da14f6633f4d.png",
                        "tracking_number": null
                    }
                },
                "payment": {
                    "invoice": [
                        {
                            "code": "sub_totals_before_vat",
                            "value": "59.1304",
                            "value_string": "59.13 SAR",
                            "title": "Total without VAT"
                        },
                        {
                            "code": "taxable_amount",
                            "value": "59.1304",
                            "value_string": "59.13 SAR",
                            "title": "Taxable amount"
                        },
                        {
                            "code": "vat",
                            "value": "8.8696",
                            "value_string": "8.87 SAR",
                            "title": "VAT (%15)"
                        },
                        {
                            "code": "total",
                            "value": "68.0000",
                            "value_string": "68.00 SAR",
                            "title": "Total"
                        }
                    ],
                    "method": {
                        "id": 813413,
                        "name": "Bank Transfer",
                        "code": "zid_bank_transfer",
                        "type": "zid_bank_transfer"
                    }
                },
                "payment_method": {
                    "name": "ุชุญูˆูŠู„ ุจู†ูƒูŠ"
                },
                "customer_note": "",
                "currency": {
                    "order_currency": {
                        "id": 4,
                        "code": "SAR",
                        "exchange_rate": 1
                    },
                    "order_store_currency": {
                        "id": 4,
                        "code": "SAR",
                        "exchange_rate": null
                    }
                },
                "coupon": null,
                "items_count": 1,
                "original_order_date": "13-10-2025 | 10:53 ุต",
                "issue_date": "21-01-2026 | 06:00 ู…",
                "created_at": "2026-01-21 15:00:22",
                "updated_at": "2026-01-21 15:00:22",
                "zatca": {
                    "qr_code_data": "AQACDzMxMTExMTExMTExMTExMwMUMjAyNi0wMS0yMVQxNTowMDoyMloEAjY4BQQ4Ljg3"
                }
            }
        ],
        "returned_items": [
            {
                "id": "dfd6d0fa-dc45-49f7-b8dc-05d209d9bf8c",
                "product_id": "2a39d7b88d9d4040b636ab9a085b540d",
                "code": null,
                "name": "ู…ุงุก ุชูˆู†ุฑ ุฌูŠู†ุณูŠู†ุบ ู…ู† ุจูŠูˆุชูŠ ุงูˆู ุฌูˆุณูˆู†",
                "custom_fields": [],
                "sku": "glow1114",
                "quantity": 1,
                "is_taxable": true,
                "is_discounted": false,
                "meta": null,
                "weight": null,
                "net_price_with_additions": 59.1304,
                "net_price_with_additions_string": "59.13 SAR",
                "price_with_additions": 68,
                "price_with_additions_string": "68.00 SAR",
                "net_price": "59.1304",
                "net_price_string": "59.13 SAR",
                "net_sale_price": null,
                "net_sale_price_string": null,
                "net_additions_price": 0,
                "net_additions_price_string": null,
                "original_price": null,
                "original_price_string": null,
                "gross_price": 68,
                "gross_price_string": "68.00 SAR",
                "gross_sale_price": null,
                "gross_sale_price_string": null,
                "price_before": null,
                "price_before_string": null,
                "total_before": null,
                "total_before_string": null,
                "gross_additions_price": 0,
                "gross_additions_price_string": null,
                "tax_percentage": 0.15,
                "tax_amount": 8.8696,
                "tax_amount_string": "8.87 SAR",
                "tax_amount_string_per_item": "8.86 SAR",
                "sale_price": null,
                "sale_price_string": null,
                "price": 68,
                "price_string": "68.00 SAR",
                "additions_price": 0,
                "additions_price_string": "0.00 SAR",
                "total": 68,
                "total_string": "68.00 SAR",
                "images": [
                    {
                        "id": "ffe37efb-2e27-4002-9175-9f764687f9a7",
                        "origin": "https://media.zid.store/thumbs/d297fb8b-c322-412e-a2f4-ffa96dc57022/ffe37efb-2e27-4002-9175-9f764687f9a7-thumbnail-500x500-70.jpg",
                        "thumbs": {
                            "fullSize": "https://media.zid.store/d297fb8b-c322-412e-a2f4-ffa96dc57022/ffe37efb-2e27-4002-9175-9f764687f9a7.jpg",
                            "thumbnail": "https://media.zid.store/thumbs/d297fb8b-c322-412e-a2f4-ffa96dc57022/ffe37efb-2e27-4002-9175-9f764687f9a7-thumbnail-370x370-70.jpg",
                            "small": "https://media.zid.store/thumbs/d297fb8b-c322-412e-a2f4-ffa96dc57022/ffe37efb-2e27-4002-9175-9f764687f9a7-thumbnail-500x500-70.jpg",
                            "medium": "https://media.zid.store/thumbs/d297fb8b-c322-412e-a2f4-ffa96dc57022/ffe37efb-2e27-4002-9175-9f764687f9a7-thumbnail-770x770-70.jpg",
                            "large": "https://media.zid.store/thumbs/d297fb8b-c322-412e-a2f4-ffa96dc57022/ffe37efb-2e27-4002-9175-9f764687f9a7-thumbnail-1000x1000-70.jpg"
                        }
                    }
                ],
                "shipping": false,
                "options": [],
                "barcode": null
            },
            {
                "id": "bb15784e-e525-4438-bb3b-27871d3baae6",
                "product_id": "2a39d7b88d9d4040b636ab9a085b540d",
                "code": null,
                "name": "ู…ุงุก ุชูˆู†ุฑ ุฌูŠู†ุณูŠู†ุบ ู…ู† ุจูŠูˆุชูŠ ุงูˆู ุฌูˆุณูˆู†",
                "custom_fields": [],
                "sku": "glow1114",
                "quantity": 1,
                "is_taxable": true,
                "is_discounted": false,
                "meta": null,
                "weight": null,
                "net_price_with_additions": 59.1304,
                "net_price_with_additions_string": "59.13 SAR",
                "price_with_additions": 68,
                "price_with_additions_string": "68.00 SAR",
                "net_price": "59.1304",
                "net_price_string": "59.13 SAR",
                "net_sale_price": null,
                "net_sale_price_string": null,
                "net_additions_price": 0,
                "net_additions_price_string": null,
                "original_price": null,
                "original_price_string": null,
                "gross_price": 68,
                "gross_price_string": "68.00 SAR",
                "gross_sale_price": null,
                "gross_sale_price_string": null,
                "price_before": null,
                "price_before_string": null,
                "total_before": null,
                "total_before_string": null,
                "gross_additions_price": 0,
                "gross_additions_price_string": null,
                "tax_percentage": 0.15,
                "tax_amount": 8.8696,
                "tax_amount_string": "8.87 SAR",
                "tax_amount_string_per_item": "8.86 SAR",
                "sale_price": null,
                "sale_price_string": null,
                "price": 68,
                "price_string": "68.00 SAR",
                "additions_price": 0,
                "additions_price_string": "0.00 SAR",
                "total": 68,
                "total_string": "68.00 SAR",
                "images": [
                    {
                        "id": "ffe37efb-2e27-4002-9175-9f764687f9a7",
                        "origin": "https://media.zid.store/thumbs/d297fb8b-c322-412e-a2f4-ffa96dc57022/ffe37efb-2e27-4002-9175-9f764687f9a7-thumbnail-500x500-70.jpg",
                        "thumbs": {
                            "fullSize": "https://media.zid.store/d297fb8b-c322-412e-a2f4-ffa96dc57022/ffe37efb-2e27-4002-9175-9f764687f9a7.jpg",
                            "thumbnail": "https://media.zid.store/thumbs/d297fb8b-c322-412e-a2f4-ffa96dc57022/ffe37efb-2e27-4002-9175-9f764687f9a7-thumbnail-370x370-70.jpg",
                            "small": "https://media.zid.store/thumbs/d297fb8b-c322-412e-a2f4-ffa96dc57022/ffe37efb-2e27-4002-9175-9f764687f9a7-thumbnail-500x500-70.jpg",
                            "medium": "https://media.zid.store/thumbs/d297fb8b-c322-412e-a2f4-ffa96dc57022/ffe37efb-2e27-4002-9175-9f764687f9a7-thumbnail-770x770-70.jpg",
                            "large": "https://media.zid.store/thumbs/d297fb8b-c322-412e-a2f4-ffa96dc57022/ffe37efb-2e27-4002-9175-9f764687f9a7-thumbnail-1000x1000-70.jpg"
                        }
                    }
                ],
                "shipping": false,
                "options": [],
                "barcode": null
            }
        ]
    }
}
Modified atย 2026-01-30 22:31:15
Previous
List Custom Order Statuses
Next
Reverse Orders
Built with