Skip to content

Latest commit

 

History

History
26 lines (23 loc) · 2.05 KB

Delivery.md

File metadata and controls

26 lines (23 loc) · 2.05 KB

ColorMeShop::Delivery

Properties

Name Type Description Notes
id Integer 配送方法ID [optional]
account_id String ショップアカウントID [optional]
name String 配送方法名 [optional]
image_url String 配送方法画像URL [optional]
charge_free_type String 配送料が無料になる基準 - `not_free`: 有料 - `free`: 無料 - `free_to_limit`: 注文金額が一定以上の場合は無料 [optional]
charge_free_limit Integer 配送料が無料になる金額。`charge_free_type`が`free_to_limit`の場合のみ意味を持つ [optional]
charge_type String 配送料の計算方法 - `fixed`: 固定額 - `by_price`: 注文金額によって決定 - `by_area`: 配送先都道府県によって決定 - `by_weight`: 商品重量によって決定 [optional]
charge Object 配送料設定の詳細。上記の`charge_free_type`や`charge_type`に基づいて、この中から配送料が決定される [optional]
tax_included BOOLEAN 送料が税込み料金であるか否か [optional]
slip_number_use BOOLEAN 配送伝票番号設定を使用するか否か [optional]
slip_number_url String 配送伝票番号確認URL [optional]
memo String 配送方法の説明 [optional]
memo2 String フィーチャーフォン向けショップ用の配送方法説明 [optional]
sort Integer 表示順 [optional]
display_state String 表示状態 [optional]
preferred_date_use BOOLEAN 配送希望日を指定可能か [optional]
preferred_period_use BOOLEAN 配送時間帯を指定可能か [optional]
make_date Integer 配送方法作成日時 [optional]
update_date Integer 配送方法更新日時 [optional]