Versions Compared

Key

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

...

url

http://test.birdsystem.com/client/Consignment-Product

method

post

body

form 参数如下:

product_id

产品ID

 必填

INT(10)

consignment_id

订单ID

 必填

BINGINT(16)

product_type

产品类型

 必填

'NORMAL'

quantity数量 必填SMALLINT(5)

is_directional_shared_product

是否定向共享产品 选填0
ebay_transaction_ideBay订单交易号选填VARCHAR(50)
ebay_item_noeBay产品ID选填VARCHAR(50)


返回


Code Block
languagejs
{
    "success":true,
    "data":{
		"id":"1124955",
		"consignment_id":"2006143004830001",
		"product_id":"334422",
		"...":"..."
	}
}


...