Get part specs for a part id

Endpoint:

GET v1/Spec/{id}?format={format}&storeId={storeId}

URI Parameters

NameDescriptionTypeAdditional information
id

Part Id

string

Required

format

Format type for the response. Value passed in the query string. Options: json, xml, csv

string

Default value is json

storeId

string

None.

Body Parameters

None.

Response Information

Collection of PartSpecApi
NameDescriptionTypeAdditional information
Id

string

None.

Name

string

None.

NoUps

boolean

None.

Hazmat

boolean

None.

WARecFee

decimal number

None.

EachUpc

string

None.

EachVolume

string

None.

EachDimWeight

string

None.

EachWeight

string

None.

EachWeightRangeMin

string

None.

EachWeightRangeMax

string

None.

EachLength

string

None.

EachWidth

string

None.

EachHeight

string

None.

CaseUpc

string

None.

CaseVolume

string

None.

CaseDimWeight

string

None.

CaseWeight

string

None.

CaseWeightRangeMin

string

None.

CaseWeightRangeMax

string

None.

CaseLength

string

None.

CaseWidth

string

None.

CaseHeight

string

None.

PalletUpc

string

None.

PalletQty

string

None.

PalletVolume

string

None.

PalletDimWeight

string

None.

PalletWeight

string

None.

PalletWeightRangeMin

string

None.

PalletWeightRangeMax

string

None.

PalletLength

string

None.

PalletWidth

string

None.

PalletHeight

string

None.

Response Examples

application/json, text/json :

[
  {
    "Id": "sample string 1",
    "Name": "sample string 2",
    "NoUps": true,
    "Hazmat": true,
    "WARecFee": 5.0,
    "EachUpc": "sample string 6",
    "EachVolume": "sample string 7",
    "EachDimWeight": "sample string 8",
    "EachWeight": "sample string 9",
    "EachWeightRangeMin": "sample string 10",
    "EachWeightRangeMax": "sample string 11",
    "EachLength": "sample string 12",
    "EachWidth": "sample string 13",
    "EachHeight": "sample string 14",
    "CaseUpc": "sample string 15",
    "CaseVolume": "sample string 16",
    "CaseDimWeight": "sample string 17",
    "CaseWeight": "sample string 18",
    "CaseWeightRangeMin": "sample string 19",
    "CaseWeightRangeMax": "sample string 20",
    "CaseLength": "sample string 21",
    "CaseWidth": "sample string 22",
    "CaseHeight": "sample string 23",
    "PalletUpc": "sample string 24",
    "PalletQty": "sample string 25",
    "PalletVolume": "sample string 26",
    "PalletDimWeight": "sample string 27",
    "PalletWeight": "sample string 28",
    "PalletWeightRangeMin": "sample string 29",
    "PalletWeightRangeMax": "sample string 30",
    "PalletLength": "sample string 31",
    "PalletWidth": "sample string 32",
    "PalletHeight": "sample string 33"
  },
  {
    "Id": "sample string 1",
    "Name": "sample string 2",
    "NoUps": true,
    "Hazmat": true,
    "WARecFee": 5.0,
    "EachUpc": "sample string 6",
    "EachVolume": "sample string 7",
    "EachDimWeight": "sample string 8",
    "EachWeight": "sample string 9",
    "EachWeightRangeMin": "sample string 10",
    "EachWeightRangeMax": "sample string 11",
    "EachLength": "sample string 12",
    "EachWidth": "sample string 13",
    "EachHeight": "sample string 14",
    "CaseUpc": "sample string 15",
    "CaseVolume": "sample string 16",
    "CaseDimWeight": "sample string 17",
    "CaseWeight": "sample string 18",
    "CaseWeightRangeMin": "sample string 19",
    "CaseWeightRangeMax": "sample string 20",
    "CaseLength": "sample string 21",
    "CaseWidth": "sample string 22",
    "CaseHeight": "sample string 23",
    "PalletUpc": "sample string 24",
    "PalletQty": "sample string 25",
    "PalletVolume": "sample string 26",
    "PalletDimWeight": "sample string 27",
    "PalletWeight": "sample string 28",
    "PalletWeightRangeMin": "sample string 29",
    "PalletWeightRangeMax": "sample string 30",
    "PalletLength": "sample string 31",
    "PalletWidth": "sample string 32",
    "PalletHeight": "sample string 33"
  }
]

text/javascript :

[{"Id":"sample string 1","Name":"sample string 2","NoUps":true,"Hazmat":true,"WARecFee":5.0,"EachUpc":"sample string 6","EachVolume":"sample string 7","EachDimWeight":"sample string 8","EachWeight":"sample string 9","EachWeightRangeMin":"sample string 10","EachWeightRangeMax":"sample string 11","EachLength":"sample string 12","EachWidth":"sample string 13","EachHeight":"sample string 14","CaseUpc":"sample string 15","CaseVolume":"sample string 16","CaseDimWeight":"sample string 17","CaseWeight":"sample string 18","CaseWeightRangeMin":"sample string 19","CaseWeightRangeMax":"sample string 20","CaseLength":"sample string 21","CaseWidth":"sample string 22","CaseHeight":"sample string 23","PalletUpc":"sample string 24","PalletQty":"sample string 25","PalletVolume":"sample string 26","PalletDimWeight":"sample string 27","PalletWeight":"sample string 28","PalletWeightRangeMin":"sample string 29","PalletWeightRangeMax":"sample string 30","PalletLength":"sample string 31","PalletWidth":"sample string 32","PalletHeight":"sample string 33"},{"Id":"sample string 1","Name":"sample string 2","NoUps":true,"Hazmat":true,"WARecFee":5.0,"EachUpc":"sample string 6","EachVolume":"sample string 7","EachDimWeight":"sample string 8","EachWeight":"sample string 9","EachWeightRangeMin":"sample string 10","EachWeightRangeMax":"sample string 11","EachLength":"sample string 12","EachWidth":"sample string 13","EachHeight":"sample string 14","CaseUpc":"sample string 15","CaseVolume":"sample string 16","CaseDimWeight":"sample string 17","CaseWeight":"sample string 18","CaseWeightRangeMin":"sample string 19","CaseWeightRangeMax":"sample string 20","CaseLength":"sample string 21","CaseWidth":"sample string 22","CaseHeight":"sample string 23","PalletUpc":"sample string 24","PalletQty":"sample string 25","PalletVolume":"sample string 26","PalletDimWeight":"sample string 27","PalletWeight":"sample string 28","PalletWeightRangeMin":"sample string 29","PalletWeightRangeMax":"sample string 30","PalletLength":"sample string 31","PalletWidth":"sample string 32","PalletHeight":"sample string 33"}]

application/xml, text/xml :

<ArrayOfPartSpecApi xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Sunlight.Library.Models">
  <PartSpecApi>
    <CaseDimWeight>sample string 17</CaseDimWeight>
    <CaseHeight>sample string 23</CaseHeight>
    <CaseLength>sample string 21</CaseLength>
    <CaseUpc>sample string 15</CaseUpc>
    <CaseVolume>sample string 16</CaseVolume>
    <CaseWeight>sample string 18</CaseWeight>
    <CaseWeightRangeMax>sample string 20</CaseWeightRangeMax>
    <CaseWeightRangeMin>sample string 19</CaseWeightRangeMin>
    <CaseWidth>sample string 22</CaseWidth>
    <EachDimWeight>sample string 8</EachDimWeight>
    <EachHeight>sample string 14</EachHeight>
    <EachLength>sample string 12</EachLength>
    <EachUpc>sample string 6</EachUpc>
    <EachVolume>sample string 7</EachVolume>
    <EachWeight>sample string 9</EachWeight>
    <EachWeightRangeMax>sample string 11</EachWeightRangeMax>
    <EachWeightRangeMin>sample string 10</EachWeightRangeMin>
    <EachWidth>sample string 13</EachWidth>
    <Hazmat>true</Hazmat>
    <Id>sample string 1</Id>
    <Name>sample string 2</Name>
    <NoUps>true</NoUps>
    <PalletDimWeight>sample string 27</PalletDimWeight>
    <PalletHeight>sample string 33</PalletHeight>
    <PalletLength>sample string 31</PalletLength>
    <PalletQty>sample string 25</PalletQty>
    <PalletUpc>sample string 24</PalletUpc>
    <PalletVolume>sample string 26</PalletVolume>
    <PalletWeight>sample string 28</PalletWeight>
    <PalletWeightRangeMax>sample string 30</PalletWeightRangeMax>
    <PalletWeightRangeMin>sample string 29</PalletWeightRangeMin>
    <PalletWidth>sample string 32</PalletWidth>
    <WARecFee>5</WARecFee>
  </PartSpecApi>
  <PartSpecApi>
    <CaseDimWeight>sample string 17</CaseDimWeight>
    <CaseHeight>sample string 23</CaseHeight>
    <CaseLength>sample string 21</CaseLength>
    <CaseUpc>sample string 15</CaseUpc>
    <CaseVolume>sample string 16</CaseVolume>
    <CaseWeight>sample string 18</CaseWeight>
    <CaseWeightRangeMax>sample string 20</CaseWeightRangeMax>
    <CaseWeightRangeMin>sample string 19</CaseWeightRangeMin>
    <CaseWidth>sample string 22</CaseWidth>
    <EachDimWeight>sample string 8</EachDimWeight>
    <EachHeight>sample string 14</EachHeight>
    <EachLength>sample string 12</EachLength>
    <EachUpc>sample string 6</EachUpc>
    <EachVolume>sample string 7</EachVolume>
    <EachWeight>sample string 9</EachWeight>
    <EachWeightRangeMax>sample string 11</EachWeightRangeMax>
    <EachWeightRangeMin>sample string 10</EachWeightRangeMin>
    <EachWidth>sample string 13</EachWidth>
    <Hazmat>true</Hazmat>
    <Id>sample string 1</Id>
    <Name>sample string 2</Name>
    <NoUps>true</NoUps>
    <PalletDimWeight>sample string 27</PalletDimWeight>
    <PalletHeight>sample string 33</PalletHeight>
    <PalletLength>sample string 31</PalletLength>
    <PalletQty>sample string 25</PalletQty>
    <PalletUpc>sample string 24</PalletUpc>
    <PalletVolume>sample string 26</PalletVolume>
    <PalletWeight>sample string 28</PalletWeight>
    <PalletWeightRangeMax>sample string 30</PalletWeightRangeMax>
    <PalletWeightRangeMin>sample string 29</PalletWeightRangeMin>
    <PalletWidth>sample string 32</PalletWidth>
    <WARecFee>5</WARecFee>
  </PartSpecApi>
</ArrayOfPartSpecApi>

text/csv :

Id,Name,NoUps,Hazmat,WARecFee,EachUpc,EachVolume,EachDimWeight,EachWeight,EachWeightRangeMin,EachWeightRangeMax,EachLength,EachWidth,EachHeight,CaseUpc,CaseVolume,CaseDimWeight,CaseWeight,CaseWeightRangeMin,CaseWeightRangeMax,CaseLength,CaseWidth,CaseHeight,PalletUpc,PalletQty,PalletVolume,PalletDimWeight,PalletWeight,PalletWeightRangeMin,PalletWeightRangeMax,PalletLength,PalletWidth,PalletHeight
sample string 1,sample string 2,True,True,5,sample string 6,sample string 7,sample string 8,sample string 9,sample string 10,sample string 11,sample string 12,sample string 13,sample string 14,sample string 15,sample string 16,sample string 17,sample string 18,sample string 19,sample string 20,sample string 21,sample string 22,sample string 23,sample string 24,sample string 25,sample string 26,sample string 27,sample string 28,sample string 29,sample string 30,sample string 31,sample string 32,sample string 33
sample string 1,sample string 2,True,True,5,sample string 6,sample string 7,sample string 8,sample string 9,sample string 10,sample string 11,sample string 12,sample string 13,sample string 14,sample string 15,sample string 16,sample string 17,sample string 18,sample string 19,sample string 20,sample string 21,sample string 22,sample string 23,sample string 24,sample string 25,sample string 26,sample string 27,sample string 28,sample string 29,sample string 30,sample string 31,sample string 32,sample string 33

text/tsv :

Id	Name	NoUps	Hazmat	WARecFee	EachUpc	EachVolume	EachDimWeight	EachWeight	EachWeightRangeMin	EachWeightRangeMax	EachLength	EachWidth	EachHeight	CaseUpc	CaseVolume	CaseDimWeight	CaseWeight	CaseWeightRangeMin	CaseWeightRangeMax	CaseLength	CaseWidth	CaseHeight	PalletUpc	PalletQty	PalletVolume	PalletDimWeight	PalletWeight	PalletWeightRangeMin	PalletWeightRangeMax	PalletLength	PalletWidth	PalletHeight
sample string 1	sample string 2	True	True	5	sample string 6	sample string 7	sample string 8	sample string 9	sample string 10	sample string 11	sample string 12	sample string 13	sample string 14	sample string 15	sample string 16	sample string 17	sample string 18	sample string 19	sample string 20	sample string 21	sample string 22	sample string 23	sample string 24	sample string 25	sample string 26	sample string 27	sample string 28	sample string 29	sample string 30	sample string 31	sample string 32	sample string 33
sample string 1	sample string 2	True	True	5	sample string 6	sample string 7	sample string 8	sample string 9	sample string 10	sample string 11	sample string 12	sample string 13	sample string 14	sample string 15	sample string 16	sample string 17	sample string 18	sample string 19	sample string 20	sample string 21	sample string 22	sample string 23	sample string 24	sample string 25	sample string 26	sample string 27	sample string 28	sample string 29	sample string 30	sample string 31	sample string 32	sample string 33