RETM | REST API
  1. Order Charges
RETM | REST API
  • Developer guide
  • New to our DevPortal 🤔
  • Authentication
    • Token
      POST
  • Webhook
    • Overview
    • Invoice Webhooks
      • Webhook Events
      • Invoice Created
    • Orders Webhooks
      • Webhook Events
      • Order Triggeres
    • Menu Webhooks
      • Menu Updates
      • Menu Changed
    • Loyalty Webhooks
      • Promotional Coupon
      • Check Reward
      • Redeem Reward
    • Customer webhook
      • Customer Data
      • Customer hook
    • Error webhook
      • Stay Alert to Connectivity Issues
      • Error webhook
  • Orders
    • Orders
      GET
    • Create Order
      POST
    • Cancel Order
      POST
    • Update delivery order status
      POST
  • Menu
    • Categories
      • List Categories
      • Single Categoy
    • Products
      • Products
      • Single Product
      • Simple List
    • Menu
      GET
  • Branches
    • Branches
      GET
  • Devices
    • Devices
      GET
  • Order type
    • Order types
      GET
    • Create order type
      POST
  • Price Lists
    • Price Lists
  • Payment Methods
    • Payment methods
    • Create pay method
  • Order Charges
    • order charges
      GET
    • Create order charges
      POST
  • Taxes
    • Tax list
    • Create tax
  • Customers
    • Customers
  1. Order Charges

order charges

GET
https://{serviceID}.retm.sa/api/v2/charges/list

Request

None

Responses

🟢200order charges
application/json
Body
array of:
uuid
string 
required
name
object 
required
en
string 
required
ar
string 
required
value
string 
required
tax
object 
required
uuid
string 
required
name
object 
required
type
integer 
required
value
string 
required
Example
[
    {
        "uuid": "01gzfn48pknnwrhq383d965atr",
        "name": {
            "en": "delivery charge",
            "ar": "رسوم توصيل"
        },
        "value": "20.00",
        "tax": {
            "uuid": "01GZERV8JS80XC4FCV0Y90ATJ6",
            "name": {
                "en": "VAT",
                "ar": "ضريبة القيمة المضافة"
            },
            "type": 2,
            "value": "15.000"
        }
    },
    {
        "uuid": "01h6465e2k31sstz4hh0d0n1nf",
        "name": {
            "ar": "رسوم توصيل منطقة ج .",
            "en": "delivery charge Zone G"
        },
        "value": "50.50",
        "tax": {
            "uuid": "01GZERV8JS80XC4FCV0Y90ATJ6",
            "name": {
                "en": "VAT",
                "ar": "ضريبة القيمة المضافة"
            },
            "type": 2,
            "value": "15.000"
        }
    }
]
Modified at 2023-12-24 21:03:47
Previous
Create pay method
Next
Create order charges
Built with