Versions in this module Expand all Collapse all v1 v1.0.1 Aug 12, 2026 v1.0.0 Aug 12, 2026 Changes in this version + const SDKName + const SDKVersion + type Client struct + Account *resources.Account + Auth *resources.Auth + Channel *resources.Channel + Courier *resources.Courier + Import *resources.Import + International *resources.International + Inventory *resources.Inventory + Listing *resources.Listing + Ndr *resources.Ndr + Order *resources.Order + Pickup *resources.Pickup + Product *resources.Product + Shipment *resources.Shipment + Warehouse *resources.Warehouse + func NewClient(email, password string) *Client + func NewClientWithToken(token string) *Client + func (client *Client) AddHeaders(headers map[string]string) + func (client *Client) Authenticate() error + func (client *Client) SetBaseURL(baseURL string) + func (client *Client) SetTimeout(timeout int16) + func (client *Client) SetUserAgent(userAgent string)