Skip to content

Commit 1758529

Browse files
Merge pull request hotwax#1446 from swati1717/add-product-store-setting
Update add-more-product-stores.md
2 parents c960b8d + 9dd1491 commit 1758529

File tree

1 file changed

+45
-18
lines changed

1 file changed

+45
-18
lines changed

documents/system-admin/product-store/add-more-product-stores.md

Lines changed: 45 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -37,24 +37,51 @@ Make sure your product store ID ends with `_store` for accurate product store re
3737

3838
Adjust the additional Product Store settings according to your specific requirements for the following details:
3939

40-
| Attribute | Value | Description |
41-
| --------------------------- | ------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------- |
42-
| allowSplit | Y | Allows or disallows order splitting. |
43-
| authDeclinedMessage | There has been a problem with your method of payment. Please try a different method or call customer service. | Message displayed when authentication is declined. |
44-
| authErrorMessage | Problem connecting to payment processor; we will continue to retry and notify you by email. | Message displayed when there's an error connecting to the payment processor. |
45-
| authFraudMessage | Your order has been rejected and your account has been disabled due to fraud. | Message displayed when authentication fails due to fraud. |
46-
| autoApproveOrder | N | Specifies whether orders are automatically approved or not. |
47-
| autoSetFacility | Y | Enables or disables automatic setting of the facility. |
48-
| defaultCurrencyUomId | USD | Default currency unit of measure ID. |
49-
| defaultSalesChannelEnumId | WEB\_SALES\_CHANNEL | Default sales channel enum ID. |
50-
| enableBrokering | N | Specifies whether brokering is enabled or not. |
51-
| enablePreOrderAutoReleasing | N | Specifies whether pre-order auto-releasing is enabled or not. |
52-
| explodeOrderItems | Y | Specifies whether order items are exploded or not. |
53-
| productIdentifierEnumId | SHOPIFY\_PRODUCT\_ID | Product identifier enum ID. |
54-
| reqReturnInventoryReceive | Y | Specifies whether return inventory receiving is required or not. |
55-
| reserveInventory | Y | Specifies whether inventory is reserved or not. |
56-
| shipIfCaptureFails | N | Specifies whether the order should be shipped if capture fails or not. |
57-
| storeCreditValidDays | 90 | Validity period for store credit (in days). |
40+
| **Attribute** | **Value** | **Description** | **Example** |
41+
|-----------------------------|-----------------------------------------------|---------------------------------------------------------------------------------|-------------------------------------------------------------------------------|
42+
| BARCODE_IDEN_PREF | UPCA | Specifies the primary barcode type for scanning. | Associates use UPC-A instead of QR/EAN. |
43+
| BOPIS_PART_ODR_REJ | N | Controls if associates can reject specific items in a BOPIS order. | Y → Reject a single item from a 3-item order if unavailable. |
44+
| BRK_SHPMNT_THRESHOLD | 50 | Splits order ship group if item total > threshold. | Threshold = 5 → 7 items → splits into multiple shipments. |
45+
| CAPTURE_PAYMENT_TAG || Identifies orders that require payment capture. | OMS applies `CAPTURE_PAYMENT` tag when ready for invoicing. |
46+
| CUST_ALLOW_CNCL | TRUE | Allows customers to cancel their orders after placing them. | Customer cancels Shopify order before fulfillment. |
47+
| CUST_DLVRADR_UPDATE | TRUE | Allows customers to update delivery address post-order. | Change from "Home" → "Office" before dispatch. |
48+
| CUST_DLVRMTHD_UPDATE | TRUE | Allows customers to change delivery method post-order. | Switch from Standard → Express Shipping. |
49+
| CUST_PCKUP_UPDATE | TRUE | Enables customers to change pickup location/method. | Switch pickup from Store A → Store B. |
50+
| DEFAULT_CARRIER | NA | Assigns a default shipping carrier if none selected. | Default carrier is `NA` when unspecified. |
51+
| DIS_REJ_NOTI_ON_CNCL | Y | Disables reject item notification when order canceled in Shopify. | Order canceled → no extra rejection email. |
52+
| ENABLE_TRACKING | TRUE | Activates order tracking in BOPIS app. | Customers view real-time pickup/shipment tracking. |
53+
| EX_INV_BY_PRD_TYPE | MARKETING_PKG_PICK | Excludes product types from automated inventory adjustments. | Marketing packages excluded from adjustments. |
54+
| FULFILL_FORCE_SCAN | FALSE | Requires mandatory scan during fulfillment if TRUE. | FALSE → Pack without scanning. |
55+
| FULFILL_NOTIF | Y | Sends auto notifications on fulfillment updates. | Email alert when order is packed. |
56+
| HOLD_PRORD_PHYCL_INV | FALSE | Prevents pre-orders from reducing physical stock immediately. | Stock not reduced until product release. |
57+
| ORD_ITM_PICKUP_FAC | _pickupstore | Pre-assigns facility for all store pickup orders. | All pickup orders routed to `_pickupstore`. |
58+
| ORD_ITM_SHIP_FAC | _hcShippingFacility | Pre-assigns default facility for shipped orders. | All shipping orders routed to central warehouse. |
59+
| PCKGING_BOX_ALGO || Defines algorithm to choose correct box size. | System chooses small/medium/large box based on items. |
60+
| PKG_SLIP | SH_PCKNG_SLP | Defines template for packing slips. | Uses `SH_PCKNG_SLP` template for every shipment. |
61+
| PRE_ORDER_GROUP_ID | FAC_GRP | Groups pre-orders across channels for allocation. | All pre-orders grouped under `FAC_GRP`. |
62+
| PRE_SLCTD_FAC_TAG | HC_PRE_SELECTED_FAC | Ensures tagged orders are routed to a pre-selected facility. | Orders with this tag go to designated warehouse. |
63+
| PRDT_IDEN_PREF | {"primaryId": "SKU", "secondaryId": "internalName"} | Sets hierarchy for product identification. | First search by SKU → fallback to internalName. |
64+
| PRICE_LEVEL_NETSUITE | Base Price (MSRP) | Maps OMS price levels to NetSuite price levels. | Sends "Base Price" to NetSuite as MSRP. |
65+
| PRINT_PACKING_SLIPS | TRUE | Enables automatic generation of packing slips. | Packing slip printed for every order. |
66+
| PRINT_PICKLISTS | TRUE | Enables automatic printing of picklists for associates. | Associates get printed list of items to pick. |
67+
| RATE_SHOPPING | Y | Compares carrier rates to find best option. | Selects cheapest among FedEx, UPS, DHL. |
68+
| RECEIVE_FORCE_SCAN | FALSE | Requires mandatory scan when receiving inventory if TRUE. | FALSE → Receive stock without scanning. |
69+
| REL_PREORD_ROUGRP_ID | PREORDER_ROUTING_01 | Internal identifier for grouping pre-orders during release. | If REL_PREORD_ROUGRP_ID = PREORDER_ROUTING_01, then all pre-orders will be routed using the rules defined in the routing group PREORDER_ROUTING_01. |
70+
| REJ_ITM_CC_CRT | FALSE | Creates cycle count automatically when item rejected if TRUE. | TRUE → Cycle count created on rejection. |
71+
| RETURN_DEADLINE_DAYS | 5 | Sets customer return window in days. | Customer has 5 days from delivery to initiate return. |
72+
| RF_SHIPPING_METHOD | STANDARD | Defines default method for rerouted shipments. | Rerouted shipment defaults to STANDARD. |
73+
| RTN_RSTCK_FAC | WH | Default facility for restocking returned items. | All returns sent to warehouse `WH`. |
74+
| SAVE_BILL_TO_INF | Y | Retains billing address from Shopify orders. | Billing info saved for reporting. |
75+
| SHOPIFY_OIG_CHECK | Y | Validates Shopify orders are linked to correct Order Import Group (OIG). | Ensures all imported Shopify orders grouped properly. |
76+
| SHOW_SHIPPING_ORDERS | FALSE | Determines if shipping orders are visible in BOPIS app. | FALSE → Store associates see only pickup orders. |
77+
| DISABLE_SHIPNOW | FALSE | Disables "Ship Now" button in Fulfillment app. | TRUE → Button disabled. |
78+
| DISABLE_UNPACK | FALSE | Disables "Unpack" button in Fulfillment app. | TRUE → Button disabled. |
79+
| FF_COLLATERAL_REJ | FALSE | Enables/disables collateral rejection in fulfillment. | TRUE → Collateral rejection active. |
80+
| FF_USE_NEW_REJ_API | FALSE | Decides whether new rejection API is used in fulfillment. | TRUE → Uses new API. |
81+
| APPR_WO_PMNT_CHK | Y | Allows approval without payment check. | Y → Order approved without payment received. |
82+
| AFFECT_QOH_ON_REJ | TRUE | Adjusts QOH when an order is rejected. | TRUE → QOH updated on rejection. |
83+
| INV_CNT_VIEW_QOH | FALSE | Shows QOH in Inventory Count app if TRUE. | FALSE → Hide QOH, TRUE → Show QOH. |
84+
5885

5986
3. **Create Product Catalog-** A product catalog for the newly created product store needs to be created which defines which product will be sold through the created product store.
6087

0 commit comments

Comments
 (0)