Transport Method Configuration

API reference for configuring transport methods

The following endpoints facilitate setting, updating, fetching, and deleting transport method codes and maximum cost limits.

Add a Transport Method Configuration

Configuration can be added for one or more transport methods by providing the configuration along with the Skrym transport method ID and the corresponding checkout in which it is to be used.

postapi.skrym.com/checkout.UpsertOrganizationTransportMethodCheckoutConfig

Fetch a Set Transport Method Configuration

There are two ways to fetch configurations: one to get a single configuration and the other to fetch all configurations associated with the authenticated organization.

Single Configuration

A checkout configuration can be fetched for one transport method by providing the Skrym transport method ID and the corresponding checkout for which the configuration should be fetched.

postapi.skrym.com/checkout.GetOrganizationTransportMethodCheckoutConfig

Multiple Configurations

Checkout configurations for all transport methods for a given checkout can be fetched by providing the corresponding checkout.

postapi.skrym.com/checkout.GetOrganizationTransportMethodCheckoutConfig

Delete a Set Transport Method Configuration

A set configuration can be deleted by providing the Skrym transport method ID and the corresponding checkout for which the configuration should be deleted.

postapi.skrym.com/checkout.DeleteOrganizationTransportMethodCheckoutConfig