Announcement

Collapse
No announcement yet.

Import Shipping Box Sizes

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Import Shipping Box Sizes

    I've got 60+ shipping boxes. Adding these boxes by importing a CSV file sure would be handy.

    Thanks.
    Matt E.
    www.harpkit.com

    #2
    We don't support creating new boxes via a csv import, but you can import them via XML. Here is an example:

    Code:
    <Box_Add>
        <Description>Large Box</Description>
        <Enabled>1</Enabled>
        <Weight>.25</Weight>
        <Width>10</Width>
        <Length>10</Length>
        <Height>10</Height>
    </Box_Add>
    Brennan Heyde
    VP Product
    Miva, Inc.
    [email protected]
    https://www.miva.com

    Comment


      #3
      Roger that. Thanks, Brennan.
      Matt E.
      www.harpkit.com

      Comment


        #4
        If one is using the pack by quantity or pack by weight module, is there any way to bulk assign max # of items or max weight per box or change the default number to something other than zero?
        Matt E.
        www.harpkit.com

        Comment

        Working...
        X