PrintStation Endpoints¶
Camel → PrintStation / Batch APIs, via cm-printprod-sys. REST-based — no Service Bus on this path.
Infra naming: -s vs -g
-s hosts are staging PrintStation infra; -g hosts are go-live infra. dev and qa point at staging (-s); stage points at go-live (-g).
Endpoints¶
| Call | dev | qa | stage | prod |
|---|---|---|---|---|
| PrintStation batch base | https://printapi-s.corp.popsockets.com/ |
https://printapi-s.corp.popsockets.com/ |
https://printapi-g.corp.popsockets.com/ |
— |
| Batch API order create | https://batchapi-s.corp.popsockets.com/api/order |
https://batchapi-s.corp.popsockets.com/api/order |
https://batchapi-g.corp.popsockets.com/api/order |
— |
PrintStation-via-Camel is nonprod-only today
cm-printprod-sys has no prod profile in the Config Server, so there are no prod values above. Confirm whether PrintStation prod runs outside Camel before assuming this path exists in production.
Related OMS path¶
OMS also exposes PrintStation batches at …/api/v3/print_station/batches per OMS host (see OMS → PrintStation batches), and cm-order-prc reaches printprod through APIM (see Camel internal routes).
Related: PrintStation & BatchStation · Endpoint map home