PUB/SUB

PUB/SUB system is a publication/subscription system that API Users can subscribe to and get notifications on updated resources.
Users can provide a URI per route that can handle the resource provided by the published route. Once a route is modified, a resource to the modified route will be published to User’s corresponding URI.
Users can subscribe to all available published routes by e-mailing a URI per publication.

Current available routes are:

– Job status routes

– Conformation tool URI

Published resources have the following format:

Product Routes: (In Progress)

Job Status Routes:

JSON

[
  {"source_job_id":"Z3126529173-001","job_name":"Sample Order 1","resource":"https://api.4over.com/orders/Z3126529173-001/status"},
  {"source_job_id":"Z2762329119-001","job_name":"Sample Order 2","resource":"https://api.4over.com/orders/Z2762329119-001/status"}
]