Jump to Content
Spreetail Developer Hub
HomeGuidesCode ExamplesAPI ReferenceChangelog
Log InSpreetail Developer Hub
API Reference
Log In
HomeGuidesCode ExamplesAPI ReferenceChangelog
All
Pages
Start typing to search…

Spretail API

  • Overview
    • Swagger Documentation
    • Credentials
    • Support

SpreetailPS.Fulfillment

  • Inventory
    • /api/v0/fulfillment-centersget
    • /api/v0/inventory/itemsget
    • /api/v0/inventory/transactionsget
  • Orders
    • /api/v0/orderspost
    • /api/v0/ordersget
    • /api/v0/orders/{customerOrderId}get
    • /api/v0/orders/{customerOrderId}/packagesget
    • Cancel Orderpost
    • Get Cancelled Orderget
  • Returns
    • /api/v0/returnsget
  • Shipment
    • /api/v0/shipments/tracking-updatesget

PlatformServicesAuth.Api

  • ClientCredentials
    • /api/v0/client-credentialsget
    • /api/v0/client-credentialspost
    • /api/v0/client-credentials/{clientId}delete
  • Authentication
    • /api/v0/oauth/tokenpost
  • Authentication
    • /api/v0/auth/getTokenpost

Platform Services Notifications

  • Notification Subscriptions
    • Create a New Subscriptionpost
    • Get All Subscriptionsget
    • Delete a Subscriptiondelete
    • Get a Notification Messageget

Get Cancelled Order

get https://example.com/api/v0/orders/cancelled/

Retrieve specific cancellation details for a given caseId.

Language
Credentials
http
Click Try It! to start a request and see the response here!