This method is called after a user connects or reconnects their store, it should return details about the store.
OK
A response to indicate that there was either a module level client error or an external client error.
A response to indicate that the request failed to authenticate with the shipping provider.
A response to indicate that the module does not implement this endpoint.
A response indicates that the shipping service provider has denied a request due to too many requests.
A response indicating a server level error with the module.
A response indicating a server level error with the external world.
{- "transaction_id": "string",
- "auth": {
- "order_source_api_code": "string",
- "username": "string",
- "password": "string",
- "access_token": "string",
- "api_key": "string",
- "url": "string",
- "connection_context": {
- "property1": "string",
- "property2": "string"
}, - "connection_name": "string"
}
}
{- "source_details": {
- "subscription_plan_name": "Plus Store Monthly",
- "subscription_plan_level": "Gold",
- "source_name": "Justin's Flower Imporiuim",
- "email": "justin@flowerimporium.com",
- "phone": "555-555-5555",
- "locale": "en-us",
- "multilocation_enabled": "true",
- "weight_unit": "Gram",
- "currency_code": "USD",
- "property1": "string",
- "property2": "string"
}
}