Thông tin cửa hàng

/profile

GET

Query Parameters

NameTypeDescription

merchant_token

string

Token do người dùng tự tạo trong hệ thống quản lý

Headers

NameTypeDescription

Accept

string

application/json

{
    "code": "success",
    "message": "Thành công",
    "data": {
        "name": "Jaleel Mraz",
        "email": "user@gmail.com",
        "public_email": "user@gmail.com",
        "timezone": "Asia\/Ho_Chi_Minh",
        "currency": "VND",
        "meter_unit": "m",
        "weight_unit": "kg",
        "address": {
            "name": "Jaleel Mraz",
            "organization": "Blick-Nader",
            "email": "user@gmail.com",
            "phone": "(756) 831-5817",
            "postal_code": "51175-6770",
            "country_code": "JO",
            "street": null,
            "ward_code": null,
            "province_code": null,
            "district_code": null,
            "full": null
        }
    }
}

Last updated