pickup_sla
This field is optional, but omitting it may leave out functionality on Prisjakt for your offers
Description
Specifies the expected date when an order will be ready for pickup, relative to when the order is placed.
Related Fields
Allowed Enum Values
same day
Indicates that the product is available for pickup the same day that the order is placed, subject to cut off times.
next day
Indicates that the product is available for pickup the following day that the order is placed.
2-day
Indicates that the product will be shipped to a shop for a customer to pick up in 2 days.
3-day
Indicates that the product will be shipped to a shop for a customer to pick up in 3 days.
4-day
Indicates that the product will be shipped to a shop for a customer to pick up in 4 days
5-day
Indicates that the product will be shipped to a shop for a customer to pick up in 5 days.
6-day
Indicates that the product will be shipped to a shop for a customer to pick up in 6 days.
multi-week
Indicates that the product will be shipped to a shop for a customer to pick up in one week or more.
Validation Rules
- Required to enable shop pickup
- Value must be one of the allowed enum values
Example Values
Here are examples of how a valid pickup_sla value should look like in XML and CSV (with header) respectively.
- XML
- CSV
<g:pickup_sla>same day</g:pickup_sla>
Click to show more valid XML examples
<g:pickup_sla>same day</g:pickup_sla>
<g:pickup_sla>next day</g:pickup_sla>
<g:pickup_sla>2-day</g:pickup_sla>
<g:pickup_sla>3-day</g:pickup_sla>
<g:pickup_sla>4-day</g:pickup_sla>
<g:pickup_sla>5-day</g:pickup_sla>
<g:pickup_sla>6-day</g:pickup_sla>
<g:pickup_sla>multi-week</g:pickup_sla>
pickup_sla
same day
Click to show more valid CSV examples
pickup_sla
same day
pickup_sla
next day
pickup_sla
2-day
pickup_sla
3-day
pickup_sla
4-day
pickup_sla
5-day
pickup_sla
6-day
pickup_sla
multi-week
Error Codes
Below you will find possible error codes generated when validating this field alongside with an example in XML and CSV that would trigger the code. Please refer to the validation rules to understand the cause.
- XML
- CSV
Properties
Property | Value | Description |
---|---|---|
Data Type | enum | Closest data type in code |
Nested | False | Defines if this field consists of one or more sub-fields |
Case Sensitive | True | If small or large letters matter for this field |
Repeatable | False | If you can supply multiple items of this field (it´s a list) |
Repeatable limit | 0 | If a list, this specifices the max number of items |
Changelog
📅 2025-02-24
Initial definition