Shipping Company Details

GET {{baseUrl}}/shipping/companies/:company_id

This endpoint allows you to fetch details of a speicifc shipping company associated with the store by passing the company_id as a path parameter.

shipping.read- Shipping Read Only

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{"status":"\u003cnumber\u003e","success":"\u003cboolean\u003e","data":{"id":"\u003cnumber\u003e","name":"\u003cstring\u003e","app_id":"\u003cstring\u003e","activation_type":"api","slug":"\u003cstring\u003e"}}