Wp wc tax create

Uit De Vliegende Brigade
Naar navigatie springen Naar zoeken springen
$ wp help wc tax create

NAME

  wp wc tax create

DESCRIPTION

  Create a new item.

SYNOPSIS

  wp wc tax create [--country=<country>] [--state=<state>] [--postcode=<postcode>] [--city=<city>] [--rate=<rate>]
  [--name=<name>] [--priority=<priority>] [--compound=<compound>] [--shipping=<shipping>] [--order=<order>]
  [--class=<class>] [--porcelain]

OPTIONS

  [--country=<country>]
    Country ISO 3166 code.

  [--state=<state>]
    State code.

  [--postcode=<postcode>]
    Postcode / ZIP.

  [--city=<city>]
    City name.

  [--rate=<rate>]
    Tax rate.

  [--name=<name>]
    Tax rate name.

  [--priority=<priority>]
    Tax priority.

  [--compound=<compound>]
    Whether or not this is a compound rate.

  [--shipping=<shipping>]
    Whether or not this tax rate also gets applied to shipping.

  [--order=<order>]
    Indicates the order that will appear in queries.

  [--class=<class>]
    Tax class.

  [--porcelain]
    Output just the id when the operation is successful.