Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Another property of note is the "position" property in the FileColumn. This property should be used to tell the fulfillment service what zero-based column index to use to retrieve data for that column. Consider the following example when setting the column position.

Column Position

...

0

...

1

...

2

...

3

...

Column Name

...

Order Code

...

Orderable Id

...

Quantity Shipped

...

Batch

...

2. Transfer Properties

Transfer properties tell the fulfillment service where to get the shipment files from. The transfer properties for shipment files can be FTP, Local, or SFTP server directories. This API can be used to create/update shipment transfer properties.

...

In order to save a shipment record, it is required to have a valid user id. This user id can be configured once as an environment variable that will be used in the fulfillment service. These values are read from SHIPMENT_POLLING_RATE_MILLISECONDS and SHIPMENT_SHIPPED_BY_ID environment variables which can be initialized with the settings.env file when the fulfillment service is started.