Wasm Directoryalpha
Record

order-fulfillment-shipment-details

No description available.

record order-fulfillment-shipment-details {
  cancel-reason: option​<string>,
  canceled-at: option​<string>,
  carrier: option​<string>,
  expected-shipped-at: option​<string>,
  failed-at: option​<string>,
  failure-reason: option​<string>,
  in-progress-at: option​<string>,
  packaged-at: option​<string>,
  placed-at: option​<string>,
  recipient: option​<order-fulfillment-recipient>,
  shipped-at: option​<string>,
  shipping-note: option​<string>,
  shipping-type: option​<string>,
  tracking-number: option​<string>,
  tracking-url: option​<string>,
}

Fields

NameTypeDescription
cancel-reasonoption​<string>
canceled-atoption​<string>
carrieroption​<string>
expected-shipped-atoption​<string>
failed-atoption​<string>
failure-reasonoption​<string>
in-progress-atoption​<string>
packaged-atoption​<string>
placed-atoption​<string>
recipientoption​<order-fulfillment-recipient>
shipped-atoption​<string>
shipping-noteoption​<string>
shipping-typeoption​<string>
tracking-numberoption​<string>
tracking-urloption​<string>