How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

ShipMonk Webhooks API

ShipMonk supports webhooks to help you stay updated in real time as key events happen in our system. Currently, we provide webhooks for the following areas:- Orders- Returns- Receivings## Webhooks SetupYou have full flexibility in configuring which webhooks to subscribe to. You can:- Use a single URL to receive all events, or- Define separate endpoints for individual webhook types.Webhook setup can be done by your ShipMonk support team.## Store filterBy default, a webhook subscription delivers events for all stores in your account. If you operate multiple stores, a subscription can be restricted to one or more specific stores (store filter), so you only receive events for those stores.## SecurityAll webhooks support HTTP Basic Authentication. If you provide a username and password, ShipMonk will include these credentials in the webhook request. This allows you to restrict access and ensure only ShipMonk can call your endpoints.## Data IntegrityEach webhook request sent by ShipMonk includes an `X-Sm-Signature` header. This header allows you to verify that the request genuinely originated from ShipMonk and was not tampered with.To enable this verification, you must provide ShipMonk with a secret key (a random string of your choice). For every webhook, ShipMonk uses this secret key to generate a HMAC using the SHA-512 algorithm (HMAC-SHA512), applied to the raw payload. The resulting signature is included in the `X-Sm-Signature` header.To validate the authenticity of a webhook:- Retrieve the raw payload from the HTTP POST request.- Using the same secret key and the HMAC-SHA512 algorithm, generate a signature from the payload.- Compare your generated signature to the value in the X-Sm-Signature header.- If they match, you can safely trust the request.This mechanism ensures both the integrity and authenticity of the webhook payload.## Accepting the webhookWebhook requests are sent as HTTP POST requests. To acknowledge successful processing, your endpoint must respond with an HTTP status code in the 2xx range.- If a 2xx response is returned, the webhook is considered successfully delivered.- For any other response, ShipMonk will retry the webhook delivery up to 8 times using an exponential backoff schedule. The delay starts at 30 seconds and doubles after each attempt — 30s, 1m, 2m, 4m, 8m, 16m, 32m, 60m (capped at 60 minutes) — spanning roughly 2 hours before delivery is abandoned.

ShipMonk Webhooks API is one of 8 APIs that ShipMonk publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Webhook. The published artifact set on APIs.io includes an OpenAPI specification.

This API exposes 0 operations across 0 paths, and defines 94 schemas. It is described by OpenAPI 3.2.0, at version v1.024.

Requests are made against 2 base URLs: https://api.shipmonk.com, https://sandbox.shipmonk.dev.

0 operations 0 paths 94 schemas

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.2.0
API Version
v1.024
Base URL
https://api.shipmonk.com
Authentication
API Key

Authentication & Security 1

ShipMonk Webhooks API declares 1 security scheme for authenticating requests. An API key is passed in the header as Api-Key (api_key_header_Api-Key).

Schemas 94

The contract defines 94 schemas that model the data the API accepts and returns. The most detailed are Fulfillment_IntegrationsBundle_ApiResource_Output_Order_PublicApiOrderDetailOutput (41 properties), ShipMonk_OMS_Notification_ApiResource_ShipmentNotificationOutput (30 properties), ShipMonk_OMS_Receiving_ApiResource_PublicApiReceivingOutput (20 properties), Fulfillment_IntegrationsBundle_ApiResource_ReturnOutput (16 properties). Each schema is shown below with its type and property counts.

Fulfillment_IntegrationsBundle_ApiResource_Output_Order_PublicApiPackageCartonLabelOutput
object
2 properties 2 required
Fulfillment_IntegrationsBundle_ApiResource_Output_Order_PublicApiOrderPartOutput
object
1 property 1 required
ShipMonk_OMS_Notification_ApiResource_ShipmentNotificationProductLotOutput
object
5 properties 5 required
ShipMonk_OMS_Receiving_ApiResource_PublicApiPalletOutput
object
2 properties 2 required
Fulfillment_IntegrationsBundle_ApiResource_Output_Order_PublicApiOrderPackageDataOutput
object
11 properties 11 required
ShipMonk_OMS_Receiving_ApiResource_PublicApiLpnOutput
object
2 properties 2 required
ShipMonk_OMS_Notification_ApiResource_PackingLabelOutput
object
2 properties 2 required
ShipMonk_OMS_Receiving_Enum_PublicApiReceivingStatus
string
ShipMonk_OMS_Notification_ApiResource_SerialNumberItemOutput
object
2 properties 2 required
ShipMonk_OMS_Notification_ApiResource_PackedOrderItemOutput
object
3 properties 3 required
Fulfillment_IntegrationsBundle_Crate_ReturnItemDetailsType
string
ShipMonk_OMS_Receiving_Enum_LpnType
string
ShipMonk_Measurement_ValueObject_WeightUnit
string
Fulfillment_IntegrationsBundle_Crate_NotifyShipmentPackingConfigurationPackingGroupOutput
object
2 properties 2 required
Fulfillment_IntegrationsBundle_ApiResource_Output_Order_PublicApiOrderReferenceOutput
object
2 properties 2 required
Fulfillment_IntegrationsBundle_ApiResource_Output_Order_PackingGroupOutput
object
2 properties 2 required
ShipMonk_OMS_Notification_ApiResource_OrderPartsOutput
object
1 property 1 required
Fulfillment_PublicApiBundle_ApiResource_Carrier_PublicApiCarrierDetailOutput
object
2 properties 2 required
ShipMonk_OMS_Notification_ApiResource_ShipmentNotificationExtraDataOutput
object
2 properties 2 required
Fulfillment_PublicApiBundle_ApiResource_Order_PublicApiOrderTaxIdOutput
object
3 properties 3 required
Fulfillment_IntegrationsBundle_ApiResource_Output_Order_PublicApiOrderPartMainOrderOutput
object
2 properties 2 required
Fulfillment_IntegrationsBundle_ApiResource_Output_Order_PublicApiOrderDetailCustomDataOutput
object
2 properties 2 required
Fulfillment_IntegrationsBundle_Enum_ShipmentNotificationExtraDataType
string
Fulfillment_IntegrationsBundle_Crate_PublicApiReturnItemOutput
object
5 properties 5 required
ShipMonk_Warehouse_Returns_Enum_ReturnItemFinalDisposition
string
ShipMonk_OMS_Notification_ApiResource_SerialNumbersOutput
object
2 properties 2 required
Fulfillment_IntegrationsBundle_ApiResource_Output_Order_PublicApiSerialNumberOutput
object
2 properties 2 required
Fulfillment_OrderBundle_Enum_OrderListStatus
string
ShipMonk_OMS_Notification_ApiResource_ShipToAddressOutput
object
11 properties 11 required
Fulfillment_IntegrationsBundle_ApiResource_Output_Order_PublicApiAccountTradingPartnerOutput
object
4 properties 4 required
ShipMonk_OMS_Notification_ApiResource_ShipmentNotificationItemWithProductLotOutput
object
8 properties 8 required
Fulfillment_IntegrationsBundle_ApiResource_Output_Order_PublicApiOrderReturnDataOutput
object
1 property 1 required
Fulfillment_IntegrationsBundle_ApiResource_Output_Order_OrderPackedItemOutput
object
3 properties 3 required
ShipMonk_Warehouse_Returns_Enum_ReturnEntitySource
string
ShipMonk_OMS_Receiving_ApiResource_PublicApiReceivingOutput
object
20 properties 20 required
Fulfillment_IntegrationsBundle_ApiResource_Output_Order_PublicApiShipmentDataOutput
object
11 properties 11 required
Fulfillment_OrderBundle_Enum_OrderSize
string
ShipMonk_OMS_Notification_ApiResource_PalletOutput
object
4 properties 4 required
Fulfillment_IntegrationsBundle_ApiResource_Output_Order_PublicApiExtraDataOutput
object
2 properties 2 required
ShipMonk_OMS_Notification_ApiResource_DateTimeOutput
object
3 properties 3 required
Fulfillment_IntegrationsBundle_ApiResource_Output_Order_PublicApiWarehouseDetailOutput
object
4 properties 4 required
Fulfillment_IntegrationsBundle_ApiResource_Output_Order_PublicApiOrderItemOutput
object
9 properties 9 required
ShipMonk_OMS_Receiving_ApiResource_PublicApiReceivingLineOutput
object
7 properties 7 required
ShipMonk_Warehouse_Returns_Enum_ReturnReason
string
ShipMonk_Money_Output_MoneyOutput
object
2 properties 2 required
ShipMonk_OMS_Receiving_ApiResource_PublicApiCartonOutput
object
3 properties 3 required
Fulfillment_IntegrationsBundle_ApiResource_Output_Order_PublicApiSpecialInstructionDateOutput
object
3 properties 3 required
Fulfillment_IntegrationsBundle_ApiResource_Output_Order_PublicApiOrderAttributeOutput
object
2 properties 2 required
Fulfillment_PublicApiBundle_ApiResource_ShippingMethod_PublicApiShippingMethodDetailOutput
object
3 properties 3 required
ShipMonk_Measurement_ValueObject_LengthUnit
string
Fulfillment_IntegrationsBundle_Crate_ReturnOrReceivingItemProductPublicApiOutput
object
3 properties 3 required
Fulfillment_IntegrationsBundle_Crate_ReturnOrReceivingItemLotPublicApiOutput
object
2 properties 2 required
ShipMonk_OMS_Notification_ApiResource_RoutingOutput
object
1 property 1 required
Fulfillment_IntegrationsBundle_ApiResource_Output_Order_PublicApiOrderItemProductLotOutput
object
2 properties 2 required
ShipMonk_Warehouse_Returns_Enum_ReturnStatus
string
ShipMonk_OMS_Order_Enum_OrderType
string
Fulfillment_OrderBundle_Enum_OrderReferenceType
string
Fulfillment_OrderBundle_Enum_OrderItemSource
string
Fulfillment_IntegrationsBundle_ApiResource_Output_Order_PublicApiPackedProductOutput
object
3 properties 3 required
Fulfillment_IntegrationsBundle_ApiResource_Output_Order_PublicApiOrderItemProductOutput
object
5 properties 5 required
Fulfillment_IntegrationsBundle_ApiResource_Output_Order_PublicApiCountryDetailOutput
object
2 properties 2 required
Fulfillment_UserBundle_Enum_TaxIdType
string
Fulfillment_IntegrationsBundle_ApiResource_Output_Order_PublicApiShippingOrderDetailAddressOutput
object
11 properties 11 required
ShipMonk_OMS_Notification_ApiResource_CustomDataOutput
object
2 properties 2 required
ShipMonk_Warehouse_WarehouseReceiving_Enum_WarehouseReceivingPacking
string
ShipMonk_OMS_Receiving_ApiResource_PublicApiReceivingItemOutput
object
4 properties 4 required
Fulfillment_IntegrationsBundle_ApiResource_Output_Order_PublicApiSerialNumberItemOutput
object
2 properties 2 required
Fulfillment_IntegrationsBundle_Crate_ReturnItemDetailsPublicApiOutput
object
7 properties 7 required
Fulfillment_IntegrationsBundle_ApiResource_Output_Order_PublicApiSpecialInstructionNameUrlOutput
object
2 properties 2 required
ShipMonk_OMS_Notification_ApiResource_PackageOutput
object
11 properties 11 required
Fulfillment_IntegrationsBundle_ApiResource_Output_Order_PublicApiSpecialRequirementsOutput
object
8 properties 8 required
Fulfillment_IntegrationsBundle_ApiResource_Output_Order_PublicApiAccountForTradingPartnerOutput
object
2 properties 2 required
Fulfillment_IntegrationsBundle_ApiResource_Output_Order_PublicApiOrderDetailOutput
object
41 properties 41 required
ShipMonk_OMS_Notification_ApiResource_OrderPartOutput
object
1 property 1 required
ShipMonk_OMS_Notification_ApiResource_ShipmentNotificationOutput
object
30 properties 30 required
Fulfillment_IntegrationsBundle_ApiResource_Output_Order_PublicApiOrderPartItemOutput
object
1 property 1 required
ShipMonk_OMS_Notification_ApiResource_ShipmentNotificationLotOutput
object
2 properties 2 required
ShipMonk_WmsConnector_Order_ValueObject_WmsType
string
Fulfillment_IntegrationsBundle_ApiResource_Output_Order_PublicApiOrderActionsRequiredOutput
object
15 properties 15 required
ShipMonk_Measurement_Output_DimensionsOutput
object
4 properties 4 required
ShipMonk_OMS_Notification_ApiResource_MainOrderOutput
object
2 properties 2 required
Fulfillment_IntegrationsBundle_ApiResource_Output_Order_Enum_PublicApiOrderStatus
string
ShipMonk_OMS_RequiredLabels_Enum_PackingLabelType
string
ShipMonk_Measurement_Output_WeightOutput
object
2 properties 2 required
ShipMonk_Warehouse_Returns_Enum_ReturnItemStatus
string
Fulfillment_IntegrationsBundle_ApiResource_ReturnOutput
object
16 properties 16 required
Fulfillment_IntegrationsBundle_ApiResource_Output_Order_PublicApiStoreNameOutput
object
2 properties 2 required
Fulfillment_IntegrationsBundle_Crate_PublicApiReceivingItemDetailsOutput
object
5 properties 5 required
ShipMonk_OMS_Notification_ApiResource_ShipFromAddressOutput
object
11 properties 11 required
Fulfillment_IntegrationsBundle_ApiResource_Output_Order_PublicApiRoutingDataOutput
object
1 property 1 required
Fulfillment_IntegrationsBundle_ApiResource_Output_Order_PublicApiOrderCostsOutput
object
3 properties 3 required
Fulfillment_IntegrationsBundle_ApiResource_Output_Order_PublicApiShippingLabelOutput
object
1 property 1 required
ShipMonk_ShippingConnector_ValueObject_PublicApiCarrierIdentifier
string
Fulfillment_CommonBundle_ApiResource_IntegrationDataOutput
object
2 properties 2 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

shipmonk-webhooks-api-openapi.yml Raw ↑

Other APIs ShipMonk publishes across the network.

ShipMonk Webhooks
ShipMonk MCP Server
ShipMonk Orders API
ShipMonk Products API
ShipMonk Receivings API
ShipMonk Returns API
ShipMonk Warehouses API
Where this information came from

This is an independent, third-party profile of ShipMonk Webhooks API, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.