View Source GoogleApi.Content.V21.Model.Warehouse (google_api_content v0.67.1)

A fulfillment warehouse, which stores and handles inventory.

Attributes

  • businessDayConfig (type: GoogleApi.Content.V21.Model.BusinessDayConfig.t, default: nil) - Business days of the warehouse. If not set, will be Monday to Friday by default.
  • cutoffTime (type: GoogleApi.Content.V21.Model.WarehouseCutoffTime.t, default: nil) - Required. The latest time of day that an order can be accepted and begin processing. Later orders will be processed in the next day. The time is based on the warehouse postal code.
  • handlingDays (type: String.t, default: nil) - Required. The number of days it takes for this warehouse to pack up and ship an item. This is on the warehouse level, but can be overridden on the offer level based on the attributes of an item.
  • name (type: String.t, default: nil) - Required. The name of the warehouse. Must be unique within account.
  • shippingAddress (type: GoogleApi.Content.V21.Model.Address.t, default: nil) - Required. Shipping address of the warehouse.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Content.V21.Model.Warehouse{
  businessDayConfig: GoogleApi.Content.V21.Model.BusinessDayConfig.t() | nil,
  cutoffTime: GoogleApi.Content.V21.Model.WarehouseCutoffTime.t() | nil,
  handlingDays: String.t() | nil,
  name: String.t() | nil,
  shippingAddress: GoogleApi.Content.V21.Model.Address.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.