Nimbu Developer Docs
CLICommand reference

Shipping Rates

Generated reference for nimbu shipping-rates

Generated from the CLI command contract. Do not edit this page manually.

nimbu shipping-rates

Manage shipping rates

nimbu shipping-rates create

Create a shipping rate

Arguments

NameRequiredDescription
assignmentsnoInline assignments (e.g. name=Express, price:=12.5)

Flags

FlagRequiredDefaultDescription
--localenoContent locale for localized shipping rate fields
--filenoRead shipping rate JSON from file (use - for stdin)

nimbu shipping-rates delete

Delete a shipping rate

Flags

FlagRequiredDefaultDescription
--rateyesShipping rate ID

nimbu shipping-rates get

Get shipping rate details

Flags

FlagRequiredDefaultDescription
--rateyesShipping rate ID
--localenoContent locale for localized shipping rate fields

nimbu shipping-rates list

List shipping rates

Flags

FlagRequiredDefaultDescription
--fieldsnoComma-separated fields to return
--localenoLocale filter; localized resources use it as content locale
--includenoInclude related resources
--sortnoSort by field, e.g. field or field:desc
--filtersnoFilter by key=value, repeatable

nimbu shipping-rates update

Update a shipping rate

Arguments

NameRequiredDescription
assignmentsnoInline assignments (e.g. name=Express, price:=12.5)

Flags

FlagRequiredDefaultDescription
--rateyesShipping rate ID
--localenoContent locale for localized shipping rate fields
--filenoRead shipping rate JSON from file (use - for stdin)

On this page