ProductsProduct listings
Get Product Listing
Get a product listing by its ID
Authorization
api_key x-access-token<token>
In: header
Path Parameters
product_listing_id*string
ID of the product listing to find
Response Body
application/json
application/problem+json
application/problem+json
application/problem+json
application/problem+json
application/problem+json
application/problem+json
curl -X GET "https://example.com/shipos/product-listings/string"{ "shop_slug": "string", "shop_name": "string", "shop_type": "SHOPIFY", "team_name": "string", "team_id": "string", "fulfiller_team_name": "string", "fulfiller_team_id": "string", "merchant_team_name": "string", "merchant_team_id": "string", "shop_id": "string", "image_url": "string", "status": "ARCHIVED", "slug": "string", "description": "string", "name": "string", "synced_at": "2019-08-24T14:15:22Z", "remote_id": "string", "updated_at": "2019-08-24T14:15:22Z", "created_at": "2019-08-24T14:15:22Z", "id": "string", "product_listing_variants": [ { "shop_slug": "string", "shop_name": "string", "shop_type": "SHOPIFY", "remote_shopify_inventory_item_id": "string", "shop_id": "string", "weight_unit": "G", "weight": 0, "sku": "string", "team_name": "string", "team_id": "string", "fulfiller_team_name": "string", "fulfiller_team_id": "string", "merchant_team_name": "string", "merchant_team_id": "string", "product_listing_name": "string", "product_listing_id": "string", "product_type": "STANDARD", "product_id": "string", "image_url": "string", "country_of_origin": "string", "currency": "string", "price": 0.1, "hs_code": "string", "barcode": "string", "name": "string", "synced_at": "2019-08-24T14:15:22Z", "remote_id": "string", "updated_at": "2019-08-24T14:15:22Z", "created_at": "2019-08-24T14:15:22Z", "id": "string" } ], "supported_actions": [ { "action": "VIEW_REMOTE_LISTING" } ]}