Rentmy Store Setup

API docs for External RentMy Developers

April 14th, 2026 by Andrew Chambers

Use of this API is subject to rate limits and acceptable use policies. Do not misuse, abuse, or attempt to circumvent security controls. The API is provided “as is” without warranties, and Renterval LLC d/b/a RentMy is not liable for damages arising from its use. We reserve the right to monitor usage and revoke access at any time.

Get Online store access token

This endpoint makes an HTTP GET request to retrieve settings based on the provided store name and location. The response will be in JSON format with a status field and a result object containing error information.

The response will include the status and result fields. The result field will contain information about the location, store, and its settings such as ID, name, country, logo, custom CSS, custom JS, layout, plan type, account type, and token.

Get Settings

GET get-settings?store_name={store_name}&location={location_Id}

Sample curl request

curl --location 'https://clientapi.rentmy.co/api/get-settings?store_name=ceb983l9t1z2nh&location=3654'

Sample response

{ "status": "OK", "result": { "location": { "id": 3654, "name": "default location", "country": "US" }, "locations": { "id": 3654, "name": "default location", "country": null } , "store": { "id": 3412, "uid": "b18d60232cd011ef8f0d023d0c634269", "name": "ceb983l9t1z2nh", "slug": "The Recovery Shop", "logo": null, "custom-css": "", "custom-js": false, "custom_js_code": "", "layout": { "colorSettings": null, "layout_id": 0, "section": { "grid": true, "featured_product": true, "new_arrival": false, "promotion": true } }, "plan_type": true, "account_type": "PRO", "token": "eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJkYXRlIjoiMjAyNC0wNi0xNyAwNTo0MDozMSIsInN0b3JlX2lkIjozNDEyLCJzdG9yZV91aWQiOiJiMThkNjAyMzJjZDAxMWVmOGYwZDAyM2QwYzYzNDI2OSIsInN0b3JlX25hbWUiOiJjZWI5ODNsOXQxejJuaCIsInNvdXJjZSI6Im9ubGluZSIsImlzX29ubGluZSI6MSwibG9jYXRpb24iOjM2NTR9.pcbPWk8g61JTn1R89_4-Bv9-PNsSebF8k9rZagnJVb8" } } }

Retrieve Product List

API Endpoint

POST products/online

Sample Curl Request

curl --location 'https://clientapi.rentmy.co/api/products/online'
--header 'Content-Type: application/json'
--header 'Authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJkYXRlIjoiMjAyNC0wNi0xNyAwNTo0MDozMSIsInN0b3JlX2lkIjozNDEyLCJzdG9yZV91aWQiOiJiMThkNjAyMzJjZDAxMWVmOGYwZDAyM2QwYzYzNDI2OSIsInN0b3JlX25hbWUiOiJjZWI5ODNsOXQxejJuaCIsInNvdXJjZSI6Im9ubGluZSIsImlzX29ubGluZSI6MSwibG9jYXRpb24iOjM2NTR9.pcbPWk8g61JTn1R89_4-Bv9-PNsSebF8k9rZagnJVb8'
--data '{ "limit": 21, "page_no": 1, "all": true }'

Sample Response

{ "status": "OK", "result": { "data": [ { "id": 204930, "type": 1, "name": "3-Loop Hammer Toe Splint", "sales_tax": 0, "url": "3-loop-hammer-toe-splint", "uuid": "4474fc6e37d411ef8f0d023d0c634269", "default_variant": { "variants_products_id": 292664, "variant_chain_id": "8444", "quantity": { "id": "257930", "quantity": "7", "available": "7", "location": "3654" } }, "prices": { "base": { "id": 165413, "price": "9.99", "regular_price": 9.99, "customer_plan_discount": false } } , "images": , "has_variant": true },

        {
            "id": 205663,
            "type": 1,
            "name": "ADL Kit",
            "sales_tax": 0,
            "url": "adl-kit",
            "uuid": "f1824ca642e511ef8f0d023d0c634269",
            "default_variant": {
                "variants_products_id": 294382,
                "variant_chain_id": "1",
                "quantity": {
                    "id": "258997",
                    "quantity": "65",
                    "available": "0",
                    "location": "3654"
                }
            },
            "prices": [
                {
                    "base": {
                        "id": 166500,
                        "price": "18.50",
                        "regular_price": 18.5,
                        "customer_plan_discount": false
                    }
                }
            ],
            "images": [],
            "has_variant": false
        },
 
        {
            "id": 204938,
            "type": 1,
            "name": "Aetrex Insoles Mens L405",
            "sales_tax": 0,
            "url": "aetrex-insoles-mens-l405",
            "uuid": "460411fd37d411ef8f0d023d0c634269",
            "default_variant": {
                "variants_products_id": 292702,
                "variant_chain_id": "8449",
                "quantity": {
                    "id": "257949",
                    "quantity": "0",
                    "available": "0",
                    "location": "3654"
                }
            },
            "prices": [
                {
                    "base": {
                        "id": 165647,
                        "price": "65.00",
                        "regular_price": 65,
                        "customer_plan_discount": false
                    }
                }
            ],
            "images": [],
            "has_variant": true
        },
     
        {
            "id": 204942,
            "type": 1,
            "name": "Aetrex Insoles Womens L420",
            "sales_tax": 0,
            "url": "aetrex-insoles-womens-l420",
            "uuid": "49a7150337d411ef8f0d023d0c634269",
            "default_variant": {
                "variants_products_id": 292786,
                "variant_chain_id": "8460",
                "quantity": {
                    "id": "257991",
                    "quantity": "0",
                    "available": "0",
                    "location": "3654"
                }
            },
            "prices": [
                {
                    "base": {
                        "id": 165689,
                        "price": "65.00",
                        "regular_price": 65,
                        "customer_plan_discount": false
                    }
                }
            ],
            "images": [],
            "has_variant": true
        },
     
   
   
        {
            "id": 204949,
            "type": 1,
            "name": "Apex 7 Day Ultra Bubble-Lok Pill Organizer",
            "sales_tax": 0,
            "url": "apex-7-day-ultra-bubble-lok-pill-organizer",
            "uuid": "4fd6513e37d411ef8f0d023d0c634269",
            "default_variant": {
                "variants_products_id": 292898,
                "variant_chain_id": "8437",
                "quantity": {
                    "id": "258036",
                    "quantity": "0",
                    "available": "0",
                    "location": "3654"
                }
            },
            "prices": [
                {
                    "base": {
                        "id": 165400,
                        "price": "3.50",
                        "regular_price": 3.5,
                        "customer_plan_discount": false
                    }
                }
            ],
            "images": [],
            "has_variant": true
        }
    ],
    "total": 307,
    "limit": 21,
    "page": 1
}

}

Product Details

API Endpoint

GET v2/product/{product_name}

Sample Curl Request

curl --location 'https://clientapi.rentmy.co/api/v2/product/3-loop-hammer-toe-splint'
--header 'Content-Type: application/json'
--header 'Authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJkYXRlIjoiMjAyNC0wNi0xNyAwNTo0MDozMSIsInN0b3JlX2lkIjozNDEyLCJzdG9yZV91aWQiOiJiMThkNjAyMzJjZDAxMWVmOGYwZDAyM2QwYzYzNDI2OSIsInN0b3JlX25hbWUiOiJjZWI5ODNsOXQxejJuaCIsInNvdXJjZSI6Im9ubGluZSIsImlzX29ubGluZSI6MSwibG9jYXRpb24iOjM2NTR9.pcbPWk8g61JTn1R89_4-Bv9-PNsSebF8k9rZagnJVb8' \

Sample Response

{ "status": "OK", "result": { "data": { "id": 204930, "sales_tax": null, "deposit_amount": 0, "name": "3-Loop Hammer Toe Splint", "description": "", "buy_price": null, "rent_price": null, "variant_set": "1470", "driving_license": false, "keyword": "", "store_id": 3412, "is_tracked": 0, "client_specific_id": "22011002", "status": 1, "images": , "variant_list": { "id": 8444, "name": "U", "barcode": "", "index": 0, "selected": true, "location": null, "variant_set_id": 1470, "sequence_no": 1 } , "variant_set_list": { "id": 1470, "name": "Size" } , "default_variant": { "barcode": "", "price_type": 3, "variant_chain_id": "8444", "variant_chain_name": "U", "variants_products_id": 292664 }, "prices": { "base": { "id": 165413, "price": "9.99", "customer_plan_discount": false } } , "recurring_prices": , "available_for_sale": 7, "seo": { "meta_title": "The Recovery Shop:: 3-Loop Hammer Toe Splint" }, "enduring_rental": false, "band_pricing": } } }

Package Details

API Endpoint

GET v2/package/{package_name}

Sample Curl Request

curl --location 'https://clientapi.rentmy.co/api/v2/package/dr-roche-knee-recovery-package'
--header 'Content-Type: application/json'
--header 'Authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJkYXRlIjoiMjAyNC0wNi0xNyAwNTo0MDozMSIsInN0b3JlX2lkIjozNDEyLCJzdG9yZV91aWQiOiJiMThkNjAyMzJjZDAxMWVmOGYwZDAyM2QwYzYzNDI2OSIsInN0b3JlX25hbWUiOiJjZWI5ODNsOXQxejJuaCIsInNvdXJjZSI6Im9ubGluZSIsImlzX29ubGluZSI6MSwibG9jYXRpb24iOjM2NTR9.pcbPWk8g61JTn1R89_4-Bv9-PNsSebF8k9rZagnJVb8' \

Sample Response

{ "status": "OK", "result": { "data": { "id": 205723, "name": "Dr. Roche Knee Recovery Package", "description": null, "type": 2, "uid": "05b087b4444911ef8f0d023d0c634269", "variants_products_id": 294447, "client_specific_id": 205723, "deposit_amount": 0, "status": 1, "variants_product": { "id": 294447, "product_id": 205723, "chain": "1", "barcode": "", "price_type": 3 }, "images": , "products": { "id": 205129, "name": "Nice Cold Therapy 3 Week Rental", "variant_set": "1", "quantity": 1, "max_quantity": null, "images": , "variants": [ { "id": 293557, "variant_chain": "Unassigned: Unassigned", "is_default": true } ] }, { "id": 205664, "name": "Waterproof Knee Wrap", "variant_set": "1", "quantity": 1, "max_quantity": null, "images": , "variants": [ { "id": 294383, "variant_chain": "Unassigned: Unassigned", "is_default": true } ] }, { "id": 204964, "name": "Biocorneum Advanced Scar Gel (10 g)", "variant_set": "1470", "quantity": 1, "max_quantity": null, "images": , "variants": [ { "id": 292942, "variant_chain": "Size: 10g", "is_default": true } ] } , "price": { "base": "" } , "recurring_prices": , "seo": { "meta_title": "The Recovery Shop:: Dr. Roche Knee Recovery Package" }, "enduring_rental": false, "band_pricing": , "package_content": "" } } }

Get package price

API Endpoint

POST get-package-price

Sample Curl Request

curl --location 'https://clientapi.rentmy.co/api/get-package-price'
--header 'Content-Type: application/json'
--header 'Authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJkYXRlIjoiMjAyNC0wNi0xNyAwNTo0MDozMSIsInN0b3JlX2lkIjozNDEyLCJzdG9yZV91aWQiOiJiMThkNjAyMzJjZDAxMWVmOGYwZDAyM2QwYzYzNDI2OSIsInN0b3JlX25hbWUiOiJjZWI5ODNsOXQxejJuaCIsInNvdXJjZSI6Im9ubGluZSIsImlzX29ubGluZSI6MSwibG9jYXRpb24iOjM2NTR9.pcbPWk8g61JTn1R89_4-Bv9-PNsSebF8k9rZagnJVb8'
--data '{ "price": "299.00", "package_id": 205442, "quantity": 1, "variants_products_id": 294139, "location": 3654, "rent_start": "2025-11-03 12:00", "rent_end": "2025-11-24 12:00", "rental_duration": 1, "rental_type": "rent", "fullfilment_option": "", "term": 3, "token": "", "price_id": 166499, "products": { "variants_products_id": 294136, "quantity": 1, "product_id": 205439, "available": 1, "product_index": 0 }, { "variants_products_id": 293397, "quantity": 1, "product_id": 205096, "available": 1, "product_index": 1 }, { "variants_products_id": 293911, "quantity": 1, "product_id": 205216, "available": 1, "product_index": 2 }, { "variants_products_id": 292942, "quantity": 1, "product_id": 204964, "available": 1, "product_index": 3 }, { "variants_products_id": 293533, "quantity": 1, "product_id": 205119, "available": 1, "product_index": 4 } , "custom_fields": , "package_dynamic_bundle_builder": false, "is_apply": false, "current_time": "2025-11-03 18:13" }'

Sample Response

{ "status": "OK", "result": { "start_date": "2025-11-03 12:00", "end_date": "2025-11-24 12:00", "message": "", "errors": "Knee Sleeve (Size: S) not available", "data": "299.00", "products": { "id": 204964, "name": "Biocorneum Advanced Scar Gel (10 g)", "variant_set": "1470", "quantity": 1, "max_quantity": null, "images": , "variants": [ { "id": 292942, "variant_chain": "Size: 10g", "is_default": true } ] }, { "id": 205096, "name": "Knee Sleeve", "variant_set": "1470", "quantity": 1, "max_quantity": null, "images": , "variants": [ { "id": 293397, "variant_chain": "Size: S", "is_default": true }, { "id": 293399, "variant_chain": "Size: S", "is_default": false }, { "id": 293401, "variant_chain": "Size: M", "is_default": false }, { "id": 293403, "variant_chain": "Size: L", "is_default": false }, { "id": 293405, "variant_chain": "Size: XL", "is_default": false }, { "id": 293407, "variant_chain": "Size: M", "is_default": false }, { "id": 293409, "variant_chain": "Size: L", "is_default": false }, { "id": 293411, "variant_chain": "Size: XL", "is_default": false } ] }, { "id": 205119, "name": "Mend Repair & Recover", "variant_set": "1470", "quantity": 1, "max_quantity": null, "images": , "variants": [ { "id": 293533, "variant_chain": "Size: 21 Servings", "is_default": true } ] }, { "id": 205216, "name": "Zero Degree Knee", "variant_set": "1470", "quantity": 1, "max_quantity": null, "images": , "variants": [ { "id": 293911, "variant_chain": "Size: U", "is_default": true } ] }, { "id": 205439, "name": "NICE Cold Therapy", "variant_set": "1", "quantity": 1, "max_quantity": null, "images": , "variants": [ { "id": 294136, "variant_chain": "Unassigned: Unassigned", "is_default": true } ] } , "term": 0 } }

360?start date

API Endpoint

GET package/1c42599a394611ef8f0d023d0c634269/term/360?start_date={start_date}&end_date={end_date}&location={location_id}&variants={variants}&variants={variants}&variants={variants}&variants={variants}&variants={variants}&token={token}

Sample Curl Request

curl --location 'https://clientapi.rentmy.co/api/package/1c42599a394611ef8f0d023d0c634269/term/360?start_date=2025-11-03%2012:00&end_date=2025-11-24%2012:00&location=3654&variants[]=294136&variants[]=293399&variants[]=293911&variants[]=292942&variants[]=293533&token=1762173022352'
--header 'Content-Type: application/json'
--header 'Authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJkYXRlIjoiMjAyNC0wNi0xNyAwNTo0MDozMSIsInN0b3JlX2lkIjozNDEyLCJzdG9yZV91aWQiOiJiMThkNjAyMzJjZDAxMWVmOGYwZDAyM2QwYzYzNDI2OSIsInN0b3JlX25hbWUiOiJjZWI5ODNsOXQxejJuaCIsInNvdXJjZSI6Im9ubGluZSIsImlzX29ubGluZSI6MSwibG9jYXRpb24iOjM2NTR9.pcbPWk8g61JTn1R89_4-Bv9-PNsSebF8k9rZagnJVb8' \

Sample Response

{ "status": "OK", "result": { "data": 1 } }

API Endpoint

GET products/{product_id}/user/related-products

Sample Curl Request

curl --location 'https://clientapi.rentmy.co/api/products/205442/user/related-products'
--header 'Content-Type: application/json'
--header 'Authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJkYXRlIjoiMjAyNC0wNi0xNyAwNTo0MDozMSIsInN0b3JlX2lkIjozNDEyLCJzdG9yZV91aWQiOiJiMThkNjAyMzJjZDAxMWVmOGYwZDAyM2QwYzYzNDI2OSIsInN0b3JlX25hbWUiOiJjZWI5ODNsOXQxejJuaCIsInNvdXJjZSI6Im9ubGluZSIsImlzX29ubGluZSI6MSwibG9jYXRpb24iOjM2NTR9.pcbPWk8g61JTn1R89_4-Bv9-PNsSebF8k9rZagnJVb8' \

Sample Response

{ "status": "OK", "result": { "data": } }

Addons

API Endpoint

GET products/{product_id}/addons?required=true&location=3654

Sample Curl Request

curl --location 'https://clientapi.rentmy.co/api/products/205442/addons?required=true&location=3654'
--header 'Content-Type: application/json'
--header 'Authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJkYXRlIjoiMjAyNC0wNi0xNyAwNTo0MDozMSIsInN0b3JlX2lkIjozNDEyLCJzdG9yZV91aWQiOiJiMThkNjAyMzJjZDAxMWVmOGYwZDAyM2QwYzYzNDI2OSIsInN0b3JlX25hbWUiOiJjZWI5ODNsOXQxejJuaCIsInNvdXJjZSI6Im9ubGluZSIsImlzX29ubGluZSI6MSwibG9jYXRpb24iOjM2NTR9.pcbPWk8g61JTn1R89_4-Bv9-PNsSebF8k9rZagnJVb8' \

Sample Response

{ "status": "OK", "result": { "data": } }

Custom field values

API Endpoint

GET products/custom-fields/values/{product_id}

Sample Curl Request

curl --location 'https://clientapi.rentmy.co/api/products/custom-fields/values/205442'
--header 'Content-Type: application/json'
--header 'Authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJkYXRlIjoiMjAyNC0wNi0xNyAwNTo0MDozMSIsInN0b3JlX2lkIjozNDEyLCJzdG9yZV91aWQiOiJiMThkNjAyMzJjZDAxMWVmOGYwZDAyM2QwYzYzNDI2OSIsInN0b3JlX25hbWUiOiJjZWI5ODNsOXQxejJuaCIsInNvdXJjZSI6Im9ubGluZSIsImlzX29ubGluZSI6MSwibG9jYXRpb24iOjM2NTR9.pcbPWk8g61JTn1R89_4-Bv9-PNsSebF8k9rZagnJVb8' \

Sample Response

{ "status": "NOK", "result": { "data": , "message": "No product field found for this service." } }

Get availability & pricing

API Endpoint

POST get-price-value

Sample Curl Request

curl --location 'https://clientapi.rentmy.co/api/get-price-value'
--header 'Content-Type: application/json'
--header 'Authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJkYXRlIjoiMjAyNC0wNi0xNyAwNTo0MDozMSIsInN0b3JlX2lkIjozNDEyLCJzdG9yZV91aWQiOiJiMThkNjAyMzJjZDAxMWVmOGYwZDAyM2QwYzYzNDI2OSIsInN0b3JlX25hbWUiOiJjZWI5ODNsOXQxejJuaCIsInNvdXJjZSI6Im9ubGluZSIsImlzX29ubGluZSI6MSwibG9jYXRpb24iOjM2NTR9.pcbPWk8g61JTn1R89_4-Bv9-PNsSebF8k9rZagnJVb8'
--data '{ "deposit_amount": 0, "driving_license_required": false, "price": "10.00", "product_id": 205665, "quantity": 1, "variants_products_id": 328840, "location": 3654, "rent_start": "2025-11-03 12:00", "rent_end": "2025-12-03 12:00", "fullfilment_option": "", "rental_duration": 1, "rental_type": "rent", "sales_tax": null, "term": 1, "token": "", "price_id": 212206, "custom_fields": , "is_apply": false, "current_time": "2025-11-03 17:59" }'

Sample Response

{ "status":"OK", "result": { "start_date":"2025-11-03 12:00", "end_date":"2025-12-03 12:00", "message":"","data":"10.00", "cart_available":0, "available":110 } }

Variant changes

API Endpoint

GET get-path-of-chain?product_id={product_id}&variant_id={variant_id}&variant_chain={variant_chain}&t={t}&token={token}&rent_type={rent_type}&rent_start={rent_start}&rent_end={rent_end}

Sample Curl Request

curl --location 'https://clientapi.rentmy.co/api/get-path-of-chain?product_id=204933&variant_id=8447&variant_chain=&t=360&token=%20%20%20%20%20%20%20%20%20%20&rent_type=buy&rent_start=&rent_end='
--header 'Content-Type: application/json'
--header 'Authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJkYXRlIjoiMjAyNC0wNi0xNyAwNTo0MDozMSIsInN0b3JlX2lkIjozNDEyLCJzdG9yZV91aWQiOiJiMThkNjAyMzJjZDAxMWVmOGYwZDAyM2QwYzYzNDI2OSIsInN0b3JlX25hbWUiOiJjZWI5ODNsOXQxejJuaCIsInNvdXJjZSI6Im9ubGluZSIsImlzX29ubGluZSI6MSwibG9jYXRpb24iOjM2NTR9.pcbPWk8g61JTn1R89_4-Bv9-PNsSebF8k9rZagnJVb8' \

Sample Response

{ "status": "OK", "result": { "data": { "available": 3, "cart_available": 0, "variant": { "id": 292672, "barcode": "", "chain": "8447", "price_type": 3, "quantity": { "id": 257934, "variants_products_id": 292672, "location": 3654, "quantity": 3 } }, "images": , "prices": { "base": { "id": 165632, "price": "60.00", "customer_plan_discount": false } } , "variant_chain_id": "8447", "variant_chain_name": "L/XL", "variants_products_id": 292672, "rent_type": "buy" } } }

Variant chain

API Endpoint

GET variant-chain?product_id={product_id}&variant_id={variant_id}&variant_chain={variant_chain}&t={t}&rent_type={rent_type}

Sample Curl Request

curl --location 'https://clientapi.rentmy.co/api/variant-chain?product_id=205665&variant_id=8516&variant_chain=&t=1762171306771&rent_type=rent'
--header 'Content-Type: application/json'
--header 'Authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJkYXRlIjoiMjAyNC0wNi0xNyAwNTo0MDozMSIsInN0b3JlX2lkIjozNDEyLCJzdG9yZV91aWQiOiJiMThkNjAyMzJjZDAxMWVmOGYwZDAyM2QwYzYzNDI2OSIsInN0b3JlX25hbWUiOiJjZWI5ODNsOXQxejJuaCIsInNvdXJjZSI6Im9ubGluZSIsImlzX29ubGluZSI6MSwibG9jYXRpb24iOjM2NTR9.pcbPWk8g61JTn1R89_4-Bv9-PNsSebF8k9rZagnJVb8' \

Sample Response

{ "status": "OK", "result": { "data": { "id": 8511, "name": "Dark Chocolate", "barcode": "", "variant_set_id": 1474 } } }

Get price duration

API Endpoint

GET product/get_dates_price_duration?start_date={start_date}&start_time={start_time}&price_id={price_id}&location={location_id}&current_time={current_time}

Sample Curl Request

curl --location 'https://clientapi.rentmy.co/api/product/get_dates_price_duration?start_date=2025-11-03%2012:00&start_time=12:00&price_id=212207&location=3654&current_time=2025-11-03%2018:01'
--header 'Content-Type: application/json'
--header 'Authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJkYXRlIjoiMjAyNC0wNi0xNyAwNTo0MDozMSIsInN0b3JlX2lkIjozNDEyLCJzdG9yZV91aWQiOiJiMThkNjAyMzJjZDAxMWVmOGYwZDAyM2QwYzYzNDI2OSIsInN0b3JlX25hbWUiOiJjZWI5ODNsOXQxejJuaCIsInNvdXJjZSI6Im9ubGluZSIsImlzX29ubGluZSI6MSwibG9jYXRpb24iOjM2NTR9.pcbPWk8g61JTn1R89_4-Bv9-PNsSebF8k9rZagnJVb8' \

Sample Response

{ "status": "OK", "result": { "data": { "start_date": "2025-11-03 12:00", "end_date": "2025-12-03 12:00" } } }

Add Items to cart

API Endpoint

POST carts/add-to-cart

Sample Curl Request

curl --location 'https://clientapi.rentmy.co/api/carts/add-to-cart'
--header 'Content-Type: application/json'
--header 'Authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJkYXRlIjoiMjAyNC0wNi0xNyAwNTo0MDozMSIsInN0b3JlX2lkIjozNDEyLCJzdG9yZV91aWQiOiJiMThkNjAyMzJjZDAxMWVmOGYwZDAyM2QwYzYzNDI2OSIsInN0b3JlX25hbWUiOiJjZWI5ODNsOXQxejJuaCIsInNvdXJjZSI6Im9ubGluZSIsImlzX29ubGluZSI6MSwibG9jYXRpb24iOjM2NTR9.pcbPWk8g61JTn1R89_4-Bv9-PNsSebF8k9rZagnJVb8'
--data '{ "deposit_amount": 0, "deposite_tax": "", "driving_license_required": false, "price": "60.00", "product_id": 204933, "quantity": 1, "variants_products_id": 292672, "location": 3654, "rent_start": "", "rent_end": "", "fullfilment_option": "", "rental_duration": 0, "rental_type": "buy", "sales_tax": null, "term": "", "token": "<your_token>", "price_id": 165631, "custom_fields": , "is_apply": false, "current_time": "2025-11-03 14:55", "customer_id": 262477, "zone": 360 }'

Sample Response

{ "status": "OK", "result": { "data": { "id": 19, "token": "1762160167373", "total_discount": 0, "off_amount": 0, "coupon_amount": 0, "total_quantity": 1, "tax": , "sub_total": 60, "shipping_method": 1, "coupon_id": null, "delivery_charge": 0, "delivery_tax": 0, "pickup": null, "deposit_amount": 0, "created": "2025-11-03 02:56", "rent_start": "", "rent_end": "", "additional_charge": 0, "product_option_price": 0, "options": { "taxIncludedFlag": "N" }, "vendor_discount_amount": 0, "cart_id": 19, "min_rent_start": "", "cart_items": { "id": 31, "rental_type": "buy", "product_id": 204933, "parent_id": 0, "product_type": 1, "location": 3654, "term": null, "store_id": 3412, "quantity": 1, "price": 60, "deposit_amount": 0, "sales_tax": null, "sales_tax_price": null, "sub_total": 60, "substantive_price": 60, "total": 60, "rent_start": "", "rent_end": "", "\n rental_duration": "1", "variant_chain_id": "8447", "variant_chain_name": "L/XL", "variants_products_id": 292672, "driving_license_required": false, "assets": null, "off_amount": 0, "product_option_price": 0, "coupon_amount": 0, "automatic_coupon_amount": 0, "vendor_discount_amount": 0, "additional": null, "options": { "price_id": 165631 }, "product": { "id": 204933, "uuid": "44cfc3d337d411ef8f0d023d0c634269", "name": "621 SI Belt Coretech", "driving_license": false, "is_tracked": 0, "variant_set": "1470", "options": "{"seo":{"meta_title":":: 621 SI Belt Coretech"}}", "variant_chain": "Size: L/XL", "tax_class": "", "images": , "booking": false }, "cart_product_options": , "products": , "token": "1762160167373", "product_variant": { "quantity": { "id": 257934, "product_id": 204933, "location": 3654, "quantity": 3, "available": 3 } }, "discount": { "off_amount": 0, "coupon_amount": 0, "discount_sub_total": null, "coupon_sub_total": null, "vendor_discount": 0 } } , "enduring_amount": 0, "excluded_fulfilment_type_details": , "total": "60.00", "booking": "60.00" } } }

Get cart details

API Endpoint

GET carts/{cart_uid}

Sample Curl Request

curl --location 'https://clientapi.rentmy.co/api/carts/1762160167373'
--header 'Content-Type: application/json'
--header 'Authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJkYXRlIjoiMjAyNC0wNi0xNyAwNTo0MDozMSIsInN0b3JlX2lkIjozNDEyLCJzdG9yZV91aWQiOiJiMThkNjAyMzJjZDAxMWVmOGYwZDAyM2QwYzYzNDI2OSIsInN0b3JlX25hbWUiOiJjZWI5ODNsOXQxejJuaCIsInNvdXJjZSI6Im9ubGluZSIsImlzX29ubGluZSI6MSwibG9jYXRpb24iOjM2NTR9.pcbPWk8g61JTn1R89_4-Bv9-PNsSebF8k9rZagnJVb8' \

Sample Response

{ "status": "OK", "result": { "data": { "id": 19, "token": "1762160167373", "total_discount": 0, "off_amount": 0, "coupon_amount": 0, "total_quantity": 1, "tax": , "sub_total": 60, "shipping_method": 1, "coupon_id": null, "delivery_charge": 0, "delivery_tax": 0, "pickup": null, "deposit_amount": 0, "created": "2025-11-03 02:56", "rent_start": "", "rent_end": "", "additional_charge": 0, "product_option_price": 0, "options": { "taxIncludedFlag": "N" }, "vendor_discount_amount": 0, "cart_id": 19, "min_rent_start": "", "cart_items": { "id": 31, "rental_type": "buy", "product_id": 204933, "parent_id": 0, "product_type": 1, "location": 3654, "term": null, "store_id": 3412, "quantity": 1, "price": 60, "deposit_amount": 0, "sales_tax": null, "sales_tax_price": null, "sub_total": 60, "substantive_price": 60, "total": 60, "rent_start": "", "rent_end": "", "\n rental_duration": "1", "variant_chain_id": "8447", "variant_chain_name": "L/XL", "variants_products_id": 292672, "driving_license_required": false, "assets": null, "off_amount": 0, "product_option_price": 0, "coupon_amount": 0, "automatic_coupon_amount": 0, "vendor_discount_amount": 0, "additional": null, "options": { "price_id": 165631 }, "product": { "id": 204933, "uuid": "44cfc3d337d411ef8f0d023d0c634269", "name": "621 SI Belt Coretech", "driving_license": false, "is_tracked": 0, "variant_set": "1470", "options": "{"seo":{"meta_title":":: 621 SI Belt Coretech"}}", "variant_chain": "Size: L/XL", "tax_class": "", "images": , "booking": false }, "cart_product_options": , "products": , "token": "1762160167373", "product_variant": { "quantity": { "id": 257934, "product_id": 204933, "location": 3654, "quantity": 3, "available": 3 } }, "discount": { "off_amount": 0, "coupon_amount": 0, "discount_sub_total": null, "coupon_sub_total": null, "vendor_discount": 0 } } , "enduring_amount": 0, "excluded_fulfilment_type_details": , "total": "60.00", "booking": "60.00" } } }

API Endpoint

POST products/online

Sample Curl Request

Sample Response

Get Shipping Estimated rate

API Endpoint

POST shipping/rate

Sample Curl Request

curl --location 'https://clientapi.rentmy.co/api/shipping/rate'
--header 'Content-Type: application/json'
--header 'Authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJkYXRlIjoiMjAyNC0wNi0xNyAwNTo0MDozMSIsInN0b3JlX2lkIjozNDEyLCJzdG9yZV91aWQiOiJiMThkNjAyMzJjZDAxMWVmOGYwZDAyM2QwYzYzNDI2OSIsInN0b3JlX25hbWUiOiJjZWI5ODNsOXQxejJuaCIsInNvdXJjZSI6Im9ubGluZSIsImlzX29ubGluZSI6MSwibG9jYXRpb24iOjM2NTR9.pcbPWk8g61JTn1R89_4-Bv9-PNsSebF8k9rZagnJVb8'
--data '{ "address": { "shipping_first_name": "Mehedi", "shipping_last_name": "Dev", "shipping_mobile": "", "shipping_email": "[email protected]", "shipping_address1": "1275 York Ave", "combinedDeliveryAddress": "", "shipping_address2": "", "shipping_city": "New York", "shipping_state": "NY", "shipping_country": "us", "shipping_zipcode": "10065" }, "pickup": 3138, "token": 1762174500156 }'

Sample Response

{ "status": "OK", "result": { "flat": { "carrier_code": "Flat rate", "charge": 2, "handling_amount": 0, "two_way": true }, "fedex": , "ups": , "usps": { "service_code": "usps_priority_mail", "rate_id": "se-7456164470", "service_name": "USPS Priority Mail", "ship_date": "2025-11-19T00:00:00Z", "carrier_id": "se-85388", "carrier_code": "stamps_com", "charge": "18.20", "delivery_date": "2025-11-22T00:00:00Z", "delivery_days": 3, "shipment_id": "se-1857238225", "handling_amount": 0, "package_type": "flat_rate_envelope", "two_way": true, "weight": 10, "tax": "0.00", "pickup_id": 647 }, { "service_code": "usps_priority_mail", "rate_id": "se-7456164468", "service_name": "USPS Priority Mail", "ship_date": "2025-11-19T00:00:00Z", "carrier_id": "se-85388", "carrier_code": "stamps_com", "charge": "19.90", "delivery_date": "2025-11-22T00:00:00Z", "delivery_days": 3, "shipment_id": "se-1857238225", "handling_amount": 0, "package_type": "small_flat_rate_box", "two_way": true, "weight": 10, "tax": "0.00", "pickup_id": 647 }, { "service_code": "usps_priority_mail", "rate_id": "se-7456164472", "service_name": "USPS Priority Mail", "ship_date": "2025-11-19T00:00:00Z", "carrier_id": "se-85388", "carrier_code": "stamps_com", "charge": "20.40", "delivery_date": "2025-11-22T00:00:00Z", "delivery_days": 3, "shipment_id": "se-1857238225", "handling_amount": 0, "package_type": "flat_rate_legal_envelope", "two_way": true, "weight": 10, "tax": "0.00", "pickup_id": 647 }, { "service_code": "usps_priority_mail", "rate_id": "se-7456164471", "service_name": "USPS Priority Mail", "ship_date": "2025-11-19T00:00:00Z", "carrier_id": "se-85388", "carrier_code": "stamps_com", "charge": "20.60", "delivery_date": "2025-11-22T00:00:00Z", "delivery_days": 3, "shipment_id": "se-1857238225", "handling_amount": 0, "package_type": "flat_rate_padded_envelope", "two_way": true, "weight": 10, "tax": "0.00", "pickup_id": 647 }, { "service_code": "usps_media_mail", "rate_id": "se-7456164477", "service_name": "USPS Media Mail", "ship_date": "2025-11-19T00:00:00Z", "carrier_id": "se-85388", "carrier_code": "stamps_com", "charge": "22.44", "delivery_date": "2025-11-26T00:00:00Z", "delivery_days": 6, "shipment_id": "se-1857238225", "handling_amount": 0, "package_type": "package", "two_way": true, "weight": 10, "tax": "0.00", "pickup_id": 647 }, { "service_code": "usps_parcel_select", "rate_id": "se-7456164478", "service_name": "USPS Parcel Select Ground", "ship_date": "2025-11-19T00:00:00Z", "carrier_id": "se-85388", "carrier_code": "stamps_com", "charge": "30.94", "delivery_date": "2025-11-24T00:00:00Z", "delivery_days": 4, "shipment_id": "se-1857238225", "handling_amount": 0, "package_type": "package", "two_way": true, "weight": 10, "tax": "0.00", "pickup_id": 647 }, { "service_code": "usps_ground_advantage", "rate_id": "se-7456164479", "service_name": "USPS Ground Advantage", "ship_date": "2025-11-19T00:00:00Z", "carrier_id": "se-85388", "carrier_code": "stamps_com", "charge": "30.94", "delivery_date": "2025-11-24T00:00:00Z", "delivery_days": 4, "shipment_id": "se-1857238225", "handling_amount": 0, "package_type": "package", "two_way": true, "weight": 10, "tax": "0.00", "pickup_id": 647 }, { "service_code": "usps_priority_mail", "rate_id": "se-7456164467", "service_name": "USPS Priority Mail", "ship_date": "2025-11-19T00:00:00Z", "carrier_id": "se-85388", "carrier_code": "stamps_com", "charge": "36.40", "delivery_date": "2025-11-22T00:00:00Z", "delivery_days": 3, "shipment_id": "se-1857238225", "handling_amount": 0, "package_type": "medium_flat_rate_box", "two_way": true, "weight": 10, "tax": "0.00", "pickup_id": 647 }, { "service_code": "usps_priority_mail", "rate_id": "se-7456164469", "service_name": "USPS Priority Mail", "ship_date": "2025-11-19T00:00:00Z", "carrier_id": "se-85388", "carrier_code": "stamps_com", "charge": "51.10", "delivery_date": "2025-11-22T00:00:00Z", "delivery_days": 3, "shipment_id": "se-1857238225", "handling_amount": 0, "package_type": "large_flat_rate_box", "two_way": true, "weight": 10, "tax": "0.00", "pickup_id": 647 }, { "service_code": "usps_priority_mail", "rate_id": "se-7456164466", "service_name": "USPS Priority Mail", "ship_date": "2025-11-19T00:00:00Z", "carrier_id": "se-85388", "carrier_code": "stamps_com", "charge": "55.60", "delivery_date": "2025-11-22T00:00:00Z", "delivery_days": 3, "shipment_id": "se-1857238225", "handling_amount": 0, "package_type": "package", "two_way": true, "weight": 10, "tax": "0.00", "pickup_id": 647 }, { "service_code": "usps_priority_mail_express", "rate_id": "se-7456164474", "service_name": "USPS Priority Mail Express", "ship_date": "2025-11-19T00:00:00Z", "carrier_id": "se-85388", "carrier_code": "stamps_com", "charge": "57.90", "delivery_date": "2025-11-20T00:00:00Z", "delivery_days": 1, "shipment_id": "se-1857238225", "handling_amount": 0, "package_type": "flat_rate_envelope", "two_way": true, "weight": 10, "tax": "0.00", "pickup_id": 647 }, { "service_code": "usps_priority_mail_express", "rate_id": "se-7456164476", "service_name": "USPS Priority Mail Express", "ship_date": "2025-11-19T00:00:00Z", "carrier_id": "se-85388", "carrier_code": "stamps_com", "charge": "58.50", "delivery_date": "2025-11-20T00:00:00Z", "delivery_days": 1, "shipment_id": "se-1857238225", "handling_amount": 0, "package_type": "flat_rate_legal_envelope", "two_way": true, "weight": 10, "tax": "0.00", "pickup_id": 647 }, { "service_code": "usps_priority_mail_express", "rate_id": "se-7456164475", "service_name": "USPS Priority Mail Express", "ship_date": "2025-11-19T00:00:00Z", "carrier_id": "se-85388", "carrier_code": "stamps_com", "charge": "58.90", "delivery_date": "2025-11-20T00:00:00Z", "delivery_days": 1, "shipment_id": "se-1857238225", "handling_amount": 0, "package_type": "flat_rate_padded_envelope", "two_way": true, "weight": 10, "tax": "0.00", "pickup_id": 647 }, { "service_code": "usps_priority_mail_express", "rate_id": "se-7456164473", "service_name": "USPS Priority Mail Express", "ship_date": "2025-11-19T00:00:00Z", "carrier_id": "se-85388", "carrier_code": "stamps_com", "charge": "213.00", "delivery_date": "2025-11-20T00:00:00Z", "delivery_days": 1, "shipment_id": "se-1857238225", "handling_amount": 0, "package_type": "package", "two_way": true, "weight": 10, "tax": "0.00", "pickup_id": 647 } , "weight": { "weight": 10, "message": "" } } }

Get Delivery Charge

API Endpoint

POST delivery-charge-list?shipping_country={shipping_country}&shipping_city={shipping_city}&shipping_state={shipping_state}&shipping_zipcode={shipping_zipcode}&billing_country={billing_country}&billing_city={billing_city}&billing_state={billing_state}&billing_zipcode={billing_zipcode}

Sample Curl Request

curl --location 'https://clientapi.rentmy.co/api/delivery-charge-list?shipping_country=us&shipping_city=New%20York&shipping_state=NY&shipping_zipcode=10065&billing_country=us&billing_city=&billing_state=&billing_zipcode='
--header 'Content-Type: application/json'
--header 'Authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJkYXRlIjoiMjAyNC0wNi0xNyAwNTo0MDozMSIsInN0b3JlX2lkIjozNDEyLCJzdG9yZV91aWQiOiJiMThkNjAyMzJjZDAxMWVmOGYwZDAyM2QwYzYzNDI2OSIsInN0b3JlX25hbWUiOiJjZWI5ODNsOXQxejJuaCIsInNvdXJjZSI6Im9ubGluZSIsImlzX29ubGluZSI6MSwibG9jYXRpb24iOjM2NTR9.pcbPWk8g61JTn1R89_4-Bv9-PNsSebF8k9rZagnJVb8'
--data '{ "address": { "shipping_first_name": "Mehedi", "shipping_last_name": "Dev", "shipping_mobile": "", "shipping_email": "[email protected]", "shipping_address1": "1275 York Ave", "combinedDeliveryAddress": "", "shipping_address2": "", "shipping_city": "New York", "shipping_state": "NY", "shipping_country": "us", "shipping_zipcode": "10065" }, "pickup": 3654 }

Sample Response

{ "status": "OK", "result": { "location": { "charge": "5.00", "name": "A", "charge_by": "zone", "location": { "id": 2033, "pickup_from": "A" }, "tax": "0.00", "matched": false }, { "charge": "10.00", "name": "B", "charge_by": "zone", "location": { "id": 2034, "pickup_from": "B" }, "tax": "0.00", "matched": false } } }

Add shipping/delivery charge with cart

API Endpoint

POST carts/delivery

Sample Curl Request

curl --location 'https://clientapi.rentmy.co/api/carts/delivery'
--header 'Content-Type: application/json'
--header 'Authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJkYXRlIjoiMjAyNC0wNi0xNyAwNTo0MDozMSIsInN0b3JlX2lkIjozNDEyLCJzdG9yZV91aWQiOiJiMThkNjAyMzJjZDAxMWVmOGYwZDAyM2QwYzYzNDI2OSIsInN0b3JlX25hbWUiOiJjZWI5ODNsOXQxejJuaCIsInNvdXJjZSI6Im9ubGluZSIsImlzX29ubGluZSI6MSwibG9jYXRpb24iOjM2NTR9.pcbPWk8g61JTn1R89_4-Bv9-PNsSebF8k9rZagnJVb8'
--data '{ "address": { "shipping_country": "us", "shipping_city": "New York", "shipping_state": "NY", "shipping_zipcode": "10002" }, "shipping_cost": "10.00", "shipping_method": 2, "token": "1762160167373" }'

Sample Response

{ "status": "OK", "result": { "data": { "id": 19, "token": "1762160167373", "total_discount": 0, "off_amount": 0, "coupon_amount": 0, "total_quantity": 1, "tax": 0, "sub_total": 60, "shipping_method": 2, "coupon_id": null, "delivery_charge": 10, "delivery_tax": 0, "pickup": null, "deposit_amount": 0, "created": "2025-11-03 02:56", "rent_start": "", "rent_end": "", "additional_charge": 0, "product_option_price": 0, "options": { "taxIncludedFlag": "N", "billing_info": { "first_name": "", "last_name": "", "mobile": "", "email": "", "company": "", "address_line1": "", "combinedAddress": "", "address_line2": "", "city": "", "state": "", "country": "us", "zipcode": "", "special_instructions": "", "special_requests": "", "driving_license": "", "fieldText": null, "fieldSelection": null, "custom_checkout": { "fields": } }, "fulfilment_info": { "shipping_first_name": "Mehedi", "shipping_last_name": "Dev", "shipping_mobile": "", "shipping_email": "[email protected]", "shipping_address1": "126 Rivington St", "combinedDeliveryAddress": "", "shipping_address2": "", "shipping_city": "New York", "shipping_state": "NY", "shipping_country": "us", "shipping_zipcode": "10002", "type": "delivery" } }, "vendor_discount_amount": 0, "cart_id": 19, "min_rent_start": "", "cart_items": { "id": 31, "rental_type": "buy", "product_id": 204933, "parent_id": 0, "product_type": 1, "location": 3654, "term": null, "store_id": 3412, "quantity": 1, "price": 60, "deposit_amount": 0, "sales_tax": 0, "sales_tax_price": 0, "sub_total": 60, "substantive_price": 60, "total": 60, "rent_start": "", "rent_end": "", "\n rental_duration": "1", "variant_chain_id": "8447", "variant_chain_name": "L/XL", "variants_products_id": 292672, "driving_license_required": false, "assets": null, "off_amount": 0, "product_option_price": 0, "coupon_amount": 0, "automatic_coupon_amount": 0, "vendor_discount_amount": 0, "additional": null, "options": { "price_id": 165631 }, "product": { "id": 204933, "uuid": "44cfc3d337d411ef8f0d023d0c634269", "name": "621 SI Belt Coretech", "driving_license": false, "is_tracked": 0, "variant_set": "1470", "options": "{"seo":{"meta_title":":: 621 SI Belt Coretech"}}", "variant_chain": "Size: L/XL", "tax_class": "", "images": , "booking": false }, "cart_product_options": , "products": , "token": "1762160167373", "product_variant": { "quantity": { "id": 257934, "product_id": 204933, "location": 3654, "quantity": 3, "available": 3 } }, "discount": { "off_amount": 0, "coupon_amount": 0, "discount_sub_total": null, "coupon_sub_total": null, "vendor_discount": 0 } } , "enduring_amount": 0, "excluded_fulfilment_type_details": , "total": 70, "booking": "70.00" } } }

Place Order

API Endpoint

POST orders/online

Sample Curl Request

curl --location 'https://clientapi.rentmy.co/api/orders/online'
--header 'Content-Type: application/json'
--header 'Authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJkYXRlIjoiMjAyNC0wNi0xNyAwNTo0MDozMSIsInN0b3JlX2lkIjozNDEyLCJzdG9yZV91aWQiOiJiMThkNjAyMzJjZDAxMWVmOGYwZDAyM2QwYzYzNDI2OSIsInN0b3JlX25hbWUiOiJjZWI5ODNsOXQxejJuaCIsInNvdXJjZSI6Im9ubGluZSIsImlzX29ubGluZSI6MSwibG9jYXRpb24iOjM2NTR9.pcbPWk8g61JTn1R89_4-Bv9-PNsSebF8k9rZagnJVb8'
--data '{ "first_name": "mehedi", "last_name": "dev", "mobile": "12435354523", "email": "[email protected]", "company": "Leaping", "address_line1": "1275 York Ave", "combinedAddress": "", "address_line2": "", "city": "New York", "state": "NY", "country": "US", "zipcode": "10065", "special_instructions": "", "special_requests": "", "driving_license": "", "fieldText": null, "fieldSelection": null, "custom_checkout": { "fields": }, "shipping_first_name": "mehedi", "shipping_last_name": "dev", "shipping_mobile": "12435354523", "shipping_email": "[email protected]", "shipping_address1": "1275 York Ave", "combinedDeliveryAddress": "", "shipping_address2": "", "shipping_city": "New York", "shipping_state": "NY", "shipping_country": "US", "shipping_zipcode": "10065", "type": 2, "note": "", "payment_gateway_name": "Pay Later", "additional_charges": , "delivery": { "charge": "10.00", "name": "B", "charge_by": "zone", "location": { "id": 2034, "pickup_from": "B" }, "tax": "0.00", "matched": false }, "currency": "USD", "token": "1762160167373", "custom_values": null, "signature": null, "gateway_id": 17304, "order_source": "Online", "shipping_method": 2, "location_id": 3654 }'

Sample Response

{ "status": "OK", "result": { "data": { "availability": { "success": true }, "order": { "success": true, "data": { "uid": "06bec5e4b89511f097cf74ed4cb195d8" } }, "payment": { "success": true, "order_id": 121609 } } } }

Order Details After Completion

API Endpoint

GET orders/{order_uid}/complete

Sample Curl Request

curl --location 'https://clientapi.rentmy.co/api/orders/06bec5e4b89511f097cf74ed4cb195d8/complete'
--header 'Content-Type: application/json'
--header 'Authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJkYXRlIjoiMjAyNC0wNi0xNyAwNTo0MDozMSIsInN0b3JlX2lkIjozNDEyLCJzdG9yZV91aWQiOiJiMThkNjAyMzJjZDAxMWVmOGYwZDAyM2QwYzYzNDI2OSIsInN0b3JlX25hbWUiOiJjZWI5ODNsOXQxejJuaCIsInNvdXJjZSI6Im9ubGluZSIsImlzX29ubGluZSI6MSwibG9jYXRpb24iOjM2NTR9.pcbPWk8g61JTn1R89_4-Bv9-PNsSebF8k9rZagnJVb8' \

Sample Response

{ "status": "OK", "result": { "data": { "id": 121609, "uuid": "06bec5e4b89511f097cf74ed4cb195d8", "store_order_id": "2", "customer_id": 262660, "store_id": 3412, "type": 1, "custom_values": "", "user_id": 0, "coupon_id": null, "first_name": "mehedi", "last_name": "dev", "driving_license": "", "payment_type": "6", "address_line1": "1275 York Ave", "city": "New York", "state_id": "NY", "zipcode": "10065", "country_id": "US", "company_name": null, "event_location": "Online", "phone": null, "mobile": "12435354523", "email": "[email protected]", "alt_phone": null, "product_option_price": 0, "sub_total": 60, "additional_charge": 0, "return_charge": 0, "tax": , "tax_id": null, "delivery_charge": 10, "delivery_tax": 0, "shipping_method": 2, "deposited_amount": null, "total_discount": 0, "off_amount": 0, "coupon_amount": 0, "vendor_discount_amount": 0, "delivery_date": null, "payment_date": null, "payment_status": 2, "shipping_address1": "1275 York Ave", "shipping_address2": "", "shipping_city": "New York", "shipping_state": "NY", "shipping_zipcode": "10065", "shipping_country": "US", "comment": null, "request": null, "salesman": null, "options": { "taxIncludedFlag": "N", "billing_info": { "first_name": "", "last_name": "", "mobile": "", "email": "", "company": "", "address_line1": "", "combinedAddress": "", "address_line2": "", "city": "", "state": "", "country": "us", "zipcode": "", "special_instructions": "", "special_requests": "", "driving_license": "", "fieldText": null, "fieldSelection": null, "custom_checkout": { "fields": } }, "fulfilment_info": { "shipping_first_name": "Mehedi", "shipping_last_name": "Dev", "shipping_mobile": "", "shipping_email": "[email protected]", "shipping_address1": "126 Rivington St", "combinedDeliveryAddress": "", "shipping_address2": "", "shipping_city": "New York", "shipping_state": "NY", "shipping_country": "us", "shipping_zipcode": "10002", "type": "delivery" }, "referrer": null, "membership_checkout": false, "terms_and_condition_accepted": true, "intro_video_seen": false }, "is_delivered": false, "status": "2", "quote_status": 1, "location": 3654, "total_price": 60, "total_quantity": 1, "total_deposit": 0, "pickup": null, "return_to": null, "shipping_first_name": "mehedi", "purchase_type": "buy", "shipping_last_name": "dev", "shipping_mobile": "12435354523", "rent_start": "", "rent_end": "", "created": "11-03-2025 03:11 AM", "modified": "2025-11-03T09:11:06+00:00", "probable_delivery_time": null, "start_date": "", "end_date": "", "order_items": { "id": 298345, "order_id": 121609, "product_id": 204933, "parent_id": 0, "product_type": 1, "quantity": 1, "quantity_id": 257934, "price": 60, "product_option_price": 0, "sales_tax": "0.00", "sales_tax_price": 0, "sub_total": 60, "additional_charge": 0, "substantive_price": 60, "coupon_amount": 0, "vendor_discount_amount": 0, "off_amount": 0, "rental_type": "buy", "term": null, "rental_duration": 1, "scan_out": null, "scan_in": null, "attributes": null, "variants_products_id": 292672, "location": 3654, "variant_chain_id": "8447", "variant_chain_name": "L/XL", "driving_license_required": false, "total": 60, "additional": null, "options": { "price_id": 165631 }, "add_to_order_total": 1, "created": "2025-11-03T09:11:05+00:00", "modified": "2025-11-03T09:11:05+00:00", "store_id": 3412, "status": 0, "deposit_amount": 0, "item_assets": , "product": { "id": 204933, "uuid": "44cfc3d337d411ef8f0d023d0c634269", "name": "621 SI Belt Coretech", "variant_set": "1470", "is_tracked": 0, "options": { "seo": { "meta_title": ":: 621 SI Belt Coretech" } }, "client_specific_id": "22010402", "variant_chain": "Size: L/XL", "barcode": "", "images": }, "children": , "order_product_options": , "rent_start_lead": "11-03-2025", "rent_end_lag": "11-03-2025", "discount": { "off_amount": 0, "coupon_amount": 0, "discount_sub_total": null, "coupon_sub_total": null, "vendor_discount_amount": null } } , "has_buy_item": true, "has_rent_item": false, "total": 70, "total_additional": "0.00", "booking": "70.00", "before_total": "", "total_rental_quantity": 0, "qr_code": "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIgAAAAeCAQAAABdjJ6HAAAAIGNIUk0AAHomAACAhAAA+gAAAIDoAAB1MAAA6mAAADqYAAAXcJy6UTwAAAACYktHRAD/h4/MvwAAAHlJREFUWMPt0EkOgDAMxdBf7n/nsKCL1Go4gd+GIQRVXql8VpLa1+z7tFnavC7vp29v82l/2l1tn8/cr5//TmdpZ3qig0HAIGAQMAgYBAwCBgGDgEHAIGAQMAgYBAwCBgGDgEHAIGAQMAgYBAwCBgGDgEHAIGAQMAi8z4UTO09H7FEAAAAASUVORK5CYII=", "btn_asset_return": false, "btn_asset_pickup": true, "status_str": "Pending" } } }

Share:

Ready to launch your rental business?

Join thousands of entrepreneurs growing with RentMy. Try up to 5 orders free — no credit card required.