manhattan-associates website screenshot

manhattan-associates

Manhattan Associates is a leading provider of supply chain commerce solutions, enabling unified commerce across stores, warehouses, and inventory across the supply chain.

5 APIs 0 Features

APIs

Manhattan Active Platform API

Manhattan Active Platform APIs provide core platform capabilities for authentication, tenant configuration, and integration with Manhattan Active solutions. REST APIs follow OAu...

Manhattan Active Omni and Enterprise Promise & Fulfill API

Manhattan Active Omni APIs enable omnichannel order management and fulfillment, including order promising, order orchestration, inventory availability, and customer service oper...

Manhattan Active Supply Chain API

Manhattan Active Supply Chain APIs provide warehouse management (WMS) capabilities including inventory tracking, order processing, labor management, yard management, and shipmen...

Manhattan Active Supply Chain Planning API

Manhattan Active Supply Chain Planning APIs provide demand forecasting, inventory optimization, and replenishment planning capabilities to optimize stock levels and reduce carry...

Manhattan Associates TMS/WMS API

Manhattan Associates provides warehouse management (WMS) and transportation management (TMS) APIs for supply chain execution. APIs enable order management, inventory tracking, s...

Collections

Pricing Plans

Rate Limits

Manhattan Associates Rate Limits

2 limits

RATE LIMITS

FinOps

Semantic Vocabularies

Manhattan Associates Context

22 classes · 13 properties

JSON-LD

JSON Structure

Manhattan Associates Structure

0 properties

JSON STRUCTURE

Resources

🔗
LinkedIn
LinkedIn
🌐
Portal
Portal
🔗
Website
Website
🚀
GettingStarted
GettingStarted
🔑
Authentication
Authentication
🔗
Documentation
Documentation
📜
TermsOfService
TermsOfService
📜
PrivacyPolicy
PrivacyPolicy
📰
Blog
Blog
💬
Support
Support
🔗
OpenAPI
OpenAPI
🔗
OpenAPI
OpenAPI
🔗
JSONSchema
JSONSchema
🔗
JSONLDContext
JSONLDContext

Sources

Raw ↑
opencollection: 1.0.0
info:
  name: Manhattan Active Supply Chain (WMS) API
  version: 1.0.0
request:
  auth:
    type: oauth2
    flow: client_credentials
    accessTokenUrl: https://auth.developer.manh.com/oauth2/token
    credentials:
      clientId: '{{clientId}}'
      clientSecret: '{{clientSecret}}'
items:
- info:
    name: Inbound
    type: folder
  items:
  - info:
      name: List inbound receipts
      type: http
    http:
      method: GET
      url: https://api.developer.manh.com/wms/v1/receipts
      params:
      - name: status
        value: ''
        type: query
      - name: facilityId
        value: ''
        type: query
      - name: limit
        value: ''
        type: query
      - name: offset
        value: ''
        type: query
    docs: Retrieve inbound receipt records for advance shipment notices and received inventory.
  - info:
      name: Create an advance shipment notice (ASN)
      type: http
    http:
      method: POST
      url: https://api.developer.manh.com/wms/v1/receipts
      body:
        type: json
        data: '{}'
    docs: Create an ASN to pre-notify the warehouse of an inbound shipment.
  - info:
      name: Get receipt details
      type: http
    http:
      method: GET
      url: https://api.developer.manh.com/wms/v1/receipts/:receiptId
      params:
      - name: receiptId
        value: ''
        type: path
    docs: Retrieve full details of an inbound receipt.
- info:
    name: Inventory
    type: folder
  items:
  - info:
      name: Query warehouse inventory
      type: http
    http:
      method: GET
      url: https://api.developer.manh.com/wms/v1/inventory
      params:
      - name: facilityId
        value: ''
        type: query
      - name: itemId
        value: ''
        type: query
      - name: locationId
        value: ''
        type: query
      - name: lotNumber
        value: ''
        type: query
      - name: limit
        value: ''
        type: query
    docs: Query real-time inventory positions within the warehouse by item, location, and lot.
  - info:
      name: Create an inventory transfer
      type: http
    http:
      method: POST
      url: https://api.developer.manh.com/wms/v1/transfers
      body:
        type: json
        data: '{}'
    docs: Transfer inventory between locations, facilities, or zones within the warehouse.
- info:
    name: Outbound
    type: folder
  items:
  - info:
      name: List outbound orders
      type: http
    http:
      method: GET
      url: https://api.developer.manh.com/wms/v1/outbound/orders
      params:
      - name: status
        value: ''
        type: query
      - name: waveId
        value: ''
        type: query
      - name: facilityId
        value: ''
        type: query
      - name: limit
        value: ''
        type: query
    docs: Retrieve warehouse outbound orders for picking, packing, and shipping.
  - info:
      name: Create an outbound order
      type: http
    http:
      method: POST
      url: https://api.developer.manh.com/wms/v1/outbound/orders
      body:
        type: json
        data: '{}'
    docs: Submit a new outbound order for warehouse fulfillment execution.
  - info:
      name: Confirm shipment of an outbound order
      type: http
    http:
      method: POST
      url: https://api.developer.manh.com/wms/v1/outbound/orders/:orderId/ship
      params:
      - name: orderId
        value: ''
        type: path
      body:
        type: json
        data: '{}'
    docs: Record the shipment of a packed outbound order, capturing carrier and tracking information.
bundled: true