Garment.id
🇮🇩 Indonesian
  • 🇮🇩 Indonesian
  • 🇺🇸 English
HomeCore APITenant API
Support CenterChangelog
HomeCore APITenant API
Support CenterChangelog
Github
Instagram
|
🇮🇩 Indonesian
  • 🇮🇩 Indonesian
  • 🇺🇸 English
🇮🇩 Indonesian
  • 🇮🇩 Indonesian
  • 🇺🇸 English
  1. Warehouse
  • Authentication
    • Google OAuth Redirect
      GET
    • Google OAuth Callback
      GET
    • Register
      POST
    • Login
      POST
    • Refresh Token
      POST
    • Login with Google
      POST
    • Two Factor Challenge
      POST
    • Request Password Reset
      POST
    • Reset Password
      POST
    • Verify Email
      GET
    • Resend Verification Email
      POST
    • Select Tenant
      POST
    • Tenant Onboarding
      POST
    • Logout
      POST
    • Logout All
      POST
    • Me
      GET
  • Auth Activity
    • Auth Activities
      GET
    • Suspicious Activities
      GET
    • Tenant Auth Activities
      GET
    • User Security Activities
      GET
  • Billing
    • Subscription
    • Subscription Entitlements
    • Change Subscription Plan
    • Cancel Subscription
    • Invoices
    • Invoice Detail
    • Billing Timeline
    • Subscription Addons
    • Create Subscription Addon
    • Deactivate Subscription Addon
    • Pause Subscription Addon
    • Resume Subscription Addon
    • Schedule Subscription Addon Cancel
  • Tenant Authz
    • Tenant Permissions
    • Tenant Roles
    • Create Tenant Role
    • Update Tenant Role
    • Delete Tenant Role
  • Integrations
    • Integration Health Check
    • Integration Create Order
    • Integration Invite User
  • Tenant User
    • Tenant Users
    • Create Tenant User
    • Update Tenant User
  • Master Data
    • Customer
      • Customers
      • Create Customer
      • Customer Detail
      • Update Customer
      • Delete Customer
    • Taxonomy
      • Taxonomies
      • Create Taxonomy
      • Taxonomy Detail
      • Update Taxonomy
      • Delete Taxonomy
    • Material
      • Materials
      • Create Material
      • Material Detail
      • Update Material
      • Delete Material
    • Supplier
      • Suppliers
      • Create Supplier
      • Supplier Detail
      • Update Supplier
      • Delete Supplier
    • Warehouse
      • Warehouses
        GET
      • Create Warehouse
        POST
      • Warehouse Detail
        GET
      • Update Warehouse
        PUT
      • Delete Warehouse
        DELETE
HomeCore APITenant API
Support CenterChangelog
HomeCore APITenant API
Support CenterChangelog
Github
Instagram
|
🇮🇩 Indonesian
  • 🇮🇩 Indonesian
  • 🇺🇸 English
🇮🇩 Indonesian
  • 🇮🇩 Indonesian
  • 🇺🇸 English
  1. Warehouse

Warehouse Detail

GET
http://localhost/api/v1/tenant/master-data/warehouses/{warehouseId}
Master Data/Warehouse
Terakhir diubah:2026-03-05 14:49:05
OperationId:tenant.warehouses.show
Get warehouse detail with PIC, contacts, addresses, and documents.

Request

Otorisasi
Berikan token Bearer anda pada header
Authorization
ketika melakukan request ke resource yang dilindungi.
Contoh:
Authorization: Bearer ********************
Path Parameter

Response

🟢200
application/json
Body

🟠401
request Contoh Request
Shell
JavaScript
Java
Swift
curl --location --request GET 'http://localhost/api/v1/tenant/master-data/warehouses/' \
--header 'Authorization: Bearer <token>'
response Contoh Response
200 - Contoh 1
{
    "success": true,
    "code": "string",
    "message": "string",
    "request_id": "string",
    "timestamp": "2019-08-24T14:15:22.123Z",
    "api_version": "string",
    "data": {}
}
Diubah pada 2026-03-05 14:49:05
Sebelumnya
Create Warehouse
Berikutnya
Update Warehouse
Built with